AceJump Firefox

Examine source code of AceJump

By: cjvnjde Add-on
Inspect and view changes in AceJump source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AceJump",
  "version": "1.2.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "{c904a6da-4861-4e71-af76-af2a888da273}"
    }
  },
  "description": "AceJump allows you to quickly navigate any visible links",
  "homepage_url": "https://github.com/cjvnjde/Mozilla-AceJump",
  "icons": {
    "48": "./icons/icon-48.png",
    "96": "./icons/icon-96.png"
  },
  "commands": {
    "highlight": {
      "suggested_key": {
        "default": "Ctrl+Shift+Q",
        "windows": "Ctrl+Q"
      },
      "description": "Highlight visible links"
    }
  },
  "background": {
    "scripts": [
      "./build/background_script.js"
    ]
  },
  "options_ui": {
    "page": "./html/options.html",
    "browser_style": true
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./build/content_script.js"
      ]
    }
  ]
}

Best AceJump Alternatives

Here are some Firefox add-ons that are similar to AceJump: