syntax highlighting Firefox

Examine source code of syntax highlighting

제작자: prettyprint-mv2 Add-on
Inspect and view changes in syntax highlighting source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PrettyPrint",
  "version": "1.0.0",
  "description": "One-click pretty print for JSON pages or selected JSON in the current tab.",
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus"
  ],
  "browser_action": {
    "default_title": "PrettyPrint JSON"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{32ccbbf3-8305-4cde-a73e-445bc3bd0332}"
    }
  }
}

최고의 syntax highlighting 대안

다음은 syntax highlighting과(와) 유사한 Firefox add-on입니다: