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}"
    }
  }
}

최고의 Syntax Highlighter for Articles 대안

다음은 Syntax Highlighter for Articles과(와) 유사한 Firefox add-on입니다: