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をいくつか紹介します: