Indexed Navigation with Tab Firefox

Examine source code of Indexed Navigation with Tab

By: Daniel
Inspect and view changes in Indexed Navigation with Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Keyboard Navigation",
  "version": "1.0",
  "description": "Navigate webpages using the keyboard.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{198f6bad-83fd-4eed-b97a-e85a50ea44b9}"
    }
  }
}

Best Indexed Navigation with Tab Alternatives

Here are some Firefox add-ons that are similar to Indexed Navigation with Tab: