Input autofocus Firefox

Examine source code of Input autofocus

제작자: Nash Bridges Add-on
Inspect and view changes in Input autofocus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Input autofocus",
  "version": "1.0",
  "description": "Sets focus to the first text input element on a page.",
  "author": "Andrii Malyshko",
  "homepage_url": "https://github.com/nashbridges/firefox-input-autofocus-addon",
  "browser_specific_settings": {
    "gecko": {
      "id": "input-autofocus@nashbridges.me",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "optional_permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "options_ui": {
    "page": "options/index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  }
}

최고의 Input autofocus 대안

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