Tab support Firefox

Examine source code of Tab support

提供元: Victor Mendoza
Inspect and view changes in Tab support source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Search any word across all your open tabs",
  "manifest_version": 2,
  "name": "Search Tabs",
  "permissions": [
    "find",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Search Tabs",
    "default_icon": {
      "64": "icons/logo_64.png"
    }
  },
  "version": "1.0",
  "applications": {
    "gecko": {
      "strict_min_version": "57.0a1",
      "id": "{5881eb17-0566-4f4a-8b9f-d6a1c86987b9}"
    }
  }
}

ベストのTab support代替案

Tab supportに類似したFirefox add-onをいくつか紹介します: