Finder.Inc

Finder.Inc

Quickly search anything on any tab just press ctrl+shift+Y to open your finder.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Finder.Inc",
  "version": "1.0.0",
  "author": "Siddhartha Sarkar",
  "description": "Extension to quickly search anything.",
  "icons": {
    "48": "icons/search.svg"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "build/js/background.js"
    ]
  },
  "commands": {
    "toggle-feature": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Open finder extension"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}