Search for tab Firefox

Examine source code of Search for tab

Inspect and view changes in Search for tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Search for tab",
  "version": "1.1.0",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "src/engine/Background.js"
    ]
  },
  "icons": {
    "200": "icons/mainIcon.png",
    "400": "icons/mainIcon@2x.png",
    "800": "icons/mainIcon@4x.png"
  },
  "description": "Allows to search for a certain opened tab",
  "browser_action": {
    "default_title": "Search for tab",
    "default_popup": "src/popup/Popup.html",
    "default_icon": "icons/mainIcon@4x.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c5fef0ec-6080-4915-ad93-33da342e3273}"
    }
  }
}

Best Search for tab Alternatives

Here are some Firefox add-ons that are similar to Search for tab: