Custom Input Navigator Firefox

Examine source code of Custom Input Navigator

제작자: Bibhab Basnet
Inspect and view changes in Custom Input Navigator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Custom Input Navigator",
  "version": "1.0",
  "description": "Cycle through text inputs using the ` key.",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "focus-input-extension-by-bibhab.dev@gmail.com",
      "strict_min_version": "109.0"
    }
  }
}

최고의 Custom Input Navigator 대안

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