CTRL - Tab Switcher Firefox

Examine source code of CTRL - Tab Switcher

제작자: Evi Wammes
Inspect and view changes in CTRL - Tab Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CTRL - Tab Switcher",
  "version": "1.0",
  "description": "Switch quickly between tabs, by pressing control + the first letter of a domain.",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon-48.jpeg",
    "96": "icon-96.jpeg"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e83924bd-f75b-47f8-9f70-4f9ab0a30ce3}"
    }
  }
}

최고의 CTRL - Tab Switcher 대안

다음은 CTRL - Tab Switcher과(와) 유사한 Firefox add-on입니다: