Link Analyzer Firefox

Examine source code of Link Analyzer

By: damufo
Inspect and view changes in Link Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "author": "damufo",
  "version": "2.0.3",
  "homepage_url": "https://github.com/damufo/link-analyzer",
  "applications": {
    "gecko": {
      "id": "link-analyzer@damufo"
    }
  },
  "icons": {
    "16": "icons/icon-app.svg",
    "32": "icons/icon-app.svg",
    "48": "icons/icon-app.svg",
    "96": "icons/icon-app.svg",
    "128": "icons/icon-app.svg"
  },
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "notifications",
    "storage"
  ],
  "background": {
    "scripts": [
      "background/background-script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content-script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "commands": {
    "check-all": {
      "suggested_key": {
        "default": "F7"
      }
    },
    "check-sel": {
      "suggested_key": {
        "default": "Shift+F7"
      }
    }
  },
  "default_locale": "en"
}

Best Link Analyzer Alternatives

Here are some Firefox add-ons that are similar to Link Analyzer: