Code Snippet Highlight Firefox

Examine source code of Code Snippet Highlight

By: Magnus
Inspect and view changes in Code Snippet Highlight source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Code Snippet Highlight",
  "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 Snippet Highlight",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4f1ec917-1ecd-4761-97ab-eec4a604ec74}",
      "strict_min_version": "79.0"
    }
  }
}

Best Code Snippet Highlight Alternatives

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