Code Highlighter Firefox

Examine source code of Code Highlighter

By: Magnus
Inspect and view changes in Code Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Code Highlighter",
  "description": "Detect <pre><code> blocks, highlight selection, copy formatted code and export to file",
  "version": "1.0",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "downloads"
  ],
  "browser_action": {
    "default_icon": "icons/icon64.png",
    "default_title": "Code Highlighter",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b6bfa381-4867-4731-b9d4-28172b532fc6}",
      "strict_min_version": "79.0"
    }
  }
}

Best Code Highlighter Alternatives

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