Tabhunter

Tabhunter

Wade through all your tabs fast

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Eric Promislow",
  "action": {
    "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",
  "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": 3,
  "name": "Tabhunter",
  "options_ui": {
    "page": "popup/prefs.html"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "short_name": "Tabhunter",
  "version": "3.6.0"
}