Tabhunter

Tabhunter

Find tabs in Mozilla-based browsers easily

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Eric Promislow",
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/martini-16x16.png",
      "24": "icons/martini-24x24.png",
      "32": "icons/martini-32x32.png"
    },
    "default_title": "Tabhunter",
    "default_popup": "popup/tabhunter.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "mac": "MacCtrl+Shift+T",
        "windows": "Ctrl+Shift+S",
        "linux": "Ctrl+5"
      }
    }
  },
  "default_locale": "en",
  "description": "Wade through all your tabs fast",
  "developer": {
    "name": "Eric Promislow",
    "url": "https://github.com/ericpromislow/tabhunter"
  },
  "homepage_url": "https://github.com/ericpromislow/tabhunter",
  "icons": {
    "48": "icons/th-48x48.png",
    "96": "icons/th-96x96.png",
    "128": "icons/th-128x128.png"
  },
  "manifest_version": 2,
  "name": "Tabhunter",
  "options_ui": {
    "browser_style": true,
    "page": "popup/prefs.html"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage",
    "bookmarks",
    "<all_urls>",
    "tabs"
  ],
  "short_name": "Tabhunter",
  "version": "3.6.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}