Smart Tab Search Firefox

Examine source code of Smart Tab Search

By: TEMA
Inspect and view changes in Smart Tab Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Search",
  "version": "2.0",
  "description": "Smart tab search: title, URL, content, fuzzy matching",
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-search@local.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Tab Search"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best Smart Tab Search Alternatives

Here are some Firefox add-ons that are similar to Smart Tab Search: