Codext Firefox

Examine source code of Codext

제작자: Pyves Add-on
Inspect and view changes in Codext source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "Codext",
  "version": "1.1.2",
  "description": "Code viewer and editor embedded in your browser!",
  "author": "Pyves, Mika Leppala",
  "homepage_url": "https://github.com/BBC/Codext",
  "offline_enabled": true,
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "page_action": {
    "default_icon": "images/codext_icon.png",
    "default_title": "Codext"
  },
  "content_scripts": [
    {
      "js": [
        "content/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "contextMenus",
    "downloads",
    "notifications",
    "storage",
    "webRequest",
    "tabs",
    "<all_urls>"
  ],
  "icons": {
    "128": "images/codext_logo.png"
  },
  "web_accessible_resources": [
    "editor/*",
    "lib/*"
  ],
  "applications": {
    "gecko": {
      "id": "pyvesdev@gmail.com"
    }
  },
  "manifest_version": 2
}

최고의 Codext 대안

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