TabSearcher Firefox

Examine source code of TabSearcher

By: Gerald
Inspect and view changes in TabSearcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TabSearcher",
  "version": "0.5.0",
  "description": "Easy tab search & switching",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "sessions"
  ],
  "optional_permissions": [
    "bookmarks",
    "history"
  ],
  "icons": {
    "48": "icons/logo-48.png",
    "96": "icons/logo-96.png"
  },
  "browser_action": {
    "default_icon": "icons/logo-48.png",
    "default_title": "TabSearcher",
    "default_popup": "popup/index.html"
  },
  "background": {
    "scripts": [
      "background_bundle.js"
    ]
  },
  "options_ui": {
    "page": "settings/index.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "Ctrl+Shift+L"
      },
      "description": "Execute this browser action"
    }
  },
  "applications": {
    "gecko": {
      "strict_min_version": "58.0",
      "id": "{ba20d185-02b6-4467-934c-5b4e84914402}"
    }
  }
}

Best TabSearcher Alternatives

Here are some Firefox add-ons that are similar to TabSearcher: