Key Jump keyboard navigation Firefox

Examine source code of Key Jump keyboard navigation

Inspect and view changes in Key Jump keyboard navigation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Key Jump keyboard navigation",
  "description": "Hit-a-Hint style keyboard navigation. No mouse needed to click on links and stuff.",
  "version": "5.4.0",
  "author": "Kenneth Sundqvist <kenneth@kesu.se>",
  "homepage_url": "https://github.com/KennethSundqvist/key-jump-browser-extension",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "ftp://*/*"
      ],
      "all_frames": false,
      "run_at": "document_start",
      "js": [
        "bootstrap-state.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "keyjump@kesu.se"
    }
  }
}

Best Key Jump keyboard navigation Alternatives

Here are some Firefox add-ons that are similar to Key Jump keyboard navigation: