Scalr-Linker Firefox

Examine source code of Scalr-Linker

By: ikova Add-on
Inspect and view changes in Scalr-Linker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Linker",
  "version": "1.2",
  "description": "Adds a link to all words on the webpages matching Jira project prefix",
  "icons": {
    "48": "icons/scalr.png"
  },
  "web_accessible_resources": [
    "icons/*"
  ],
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/scalr.png",
    "default_title": "Linker",
    "default_popup": "popup/options.html"
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.github.com/*",
        "https://*.scalr-labs.net/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "contentscript.js"
      ],
      "css": [
        "inject.css"
      ]
    }
  ]
}

Best Scalr-Linker Alternatives

Here are some Firefox add-ons that are similar to Scalr-Linker: