TST Tab Search Firefox

Examine source code of TST Tab Search

By: NiklasG
Inspect and view changes in TST Tab Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TST Tab Search",
  "short_name": "TST Tab Search",
  "version": "0.0.7",
  "author": "Niklas Gollenstede",
  "description": "Filter Tree Style Tab's sidebar by search terms.",
  "homepage_url": "https://github.com/NiklasGollenstede/tst-search#readme",
  "icons": {
    "64": "/src/icon.svg"
  },
  "minimum_chrome_version": "89.0.0",
  "applications": {
    "gecko": {
      "id": "@tst-search",
      "strict_min_version": "89.0"
    }
  },
  "permissions": [
    "storage",
    "notifications",
    "tabs"
  ],
  "optional_permissions": [],
  "web_accessible_resources": [
    "*"
  ],
  "incognito": "spanning",
  "background": {
    "page": "/node_modules/web-ext-utils/loader/_background.html",
    "persistent": true
  },
  "options_ui": {
    "page": "/view.html#options",
    "open_in_tab": false,
    "browser_style": false
  },
  "browser_action": {
    "default_title": "TST Tab Search",
    "default_popup": "/view.html#panel",
    "default_icon": {
      "64": "/src/icon.svg"
    },
    "browser_style": false
  },
  "commands": {
    "globalFocusKey": {
      "description": "Focus the TST Tab Search bar"
    }
  }
}

Best TST Tab Search Alternatives

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