Tab Search and Manage

Tab Search and Manage

This plugin can search, drag-n-drop ordering, and (un)hide all or some tabs. A search redirects automatically if the search is found and is a single instance. Search multiple windows by toggling the window icon on the bottom.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Tab Search and Manage",
  "version": "1.3.13",
  "description": "This plugin can search, drag-n-drop ordering, and (un)hide all or some tabs.",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "61.0"
    }
  },
  "icons": {
    "48": "icons/tabsSearch_48.png",
    "96": "icons/tabsSearch_96.png"
  },
  "permissions": [
    "tabs",
    "tabHide",
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/tabsSearch_48.png",
    "default_title": "Tab Search and Manage",
    "default_popup": "pages/tabsSearch.html"
  }
}