Canonical Url Detector Firefox

Examine source code of Canonical Url Detector

By: irok
Inspect and view changes in Canonical Url Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Canonical Url Detector",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.3.2",
  "author": "irok",
  "homepage_url": "https://chrome.google.com/webstore/detail/dcbmeicnoejpldipejlefojiiebhogij",
  "icons": {
    "16": "img/icon-canonical.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": {
      "16": "img/icon-canonical.png"
    },
    "default_title": "Canonical Url Detector"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "webNavigation"
  ]
}

Best Canonical Url Detector Alternatives

Here are some Firefox add-ons that are similar to Canonical Url Detector: