Citation Highlighter Firefox

Examine source code of Citation Highlighter

Inspect and view changes in Citation Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Citation Highlighter",
  "version": "1.0",
  "description": "Hide or highlight citations in scientific journals for improved readability.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f8168a20-99cf-4729-97f4-f798ec32f0ae}"
    }
  }
}

Best Citation Highlighter Alternatives

Here are some Firefox add-ons that are similar to Citation Highlighter: