Reddit Code Highlight Firefox

Examine source code of Reddit Code Highlight

Inspect and view changes in Reddit Code Highlight source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Code Highlight",
  "description": "Applies syntax highlighting to code blocks on Reddit.",
  "version": "1.0.0",
  "icons": {
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "content_scripts/index.js"
      ],
      "css": [
        "vendor/prism.css",
        "content_scripts/index.css"
      ]
    }
  ]
}

Meilleures alternatives Reddit Code Highlight

Voici quelques Firefox add-ons qui sont similaires à Reddit Code Highlight :