Syntax Highlighter for Articles Firefox

Examine source code of Syntax Highlighter for Articles

Inspect and view changes in Syntax Highlighter for Articles source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Syntax Highlighter for Articles",
  "version": "1.0",
  "description": "Tô màu cho bài viết học code.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "highlight.js"
      ],
      "css": [
        "highlight.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{df44bf06-653c-4530-9596-38320eb1ad04}"
    }
  }
}

Best Syntax Highlighter for Articles Alternatives

Here are some Firefox add-ons that are similar to Syntax Highlighter for Articles: