Quick Focus Firefox

Examine source code of Quick Focus

제작자: jljse
Inspect and view changes in Quick Focus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Focus",
  "version": "1.0",
  "author": "jljse",
  "homepage_url": "https://github.com/jljse/addon-quickfocus",
  "description": "Provide keyboard tab navigation to quickly move focus to the elements on screen.",
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2a427ef9-4db1-4daf-8264-f3c3e6d062d8}"
    }
  },
  "icons": {
    "48": "icons/quickfocus-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/defaultOptions.js",
        "src/quickfocus.js"
      ]
    }
  ],
  "options_ui": {
    "page": "src/options.html",
    "browser_style": true
  }
}

최고의 Quick Focus 대안

다음은 Quick Focus과(와) 유사한 Firefox add-on입니다: