Code Compliance Firefox

Examine source code of Code Compliance

제작자: James Crooke
Inspect and view changes in Code Compliance source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Code Compliance",
  "description": "Check a page's code compliance, see the errors & warnings by line. Works on local HTML and pages behind authentication.",
  "version": "1.0.3",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "page_action": {
    "default_title": "Code Compliance",
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "<all_urls>"
  ]
}

최고의 Code Compliance 대안

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