Source Code Viewer Firefox

Examine source code of Source Code Viewer

제작자: Nicolas Dos Santos
Inspect and view changes in Source Code Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Source Code Viewer",
  "version": "1.2.0",
  "description": "A browser extension to view formatted source code with syntax highlighting.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "default_locale": "en",
  "background": {
    "scripts": [
      "vendor/browser-polyfill.min.js",
      "utils.js",
      "background.js"
    ]
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "__MSG_actionTitle__"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "source-viewer@kobee1203.github.io",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 Source Code Viewer 대안

다음은 Source Code Viewer과(와) 유사한 Firefox add-on입니다: