Website Accessibility Ck Firefox

Examine source code of Website Accessibility Ck

제작자: Rafael Matthews
Inspect and view changes in Website Accessibility Ck source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Website Accessibility Checker",
  "version": "1.1",
  "description": "A Mozilla extension to check website accessibility issues.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "64": "icons/logo_64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2225bb04-7f6c-40f8-8f97-200c6b4f3049}"
    }
  }
}

최고의 Website Accessibility Ck 대안

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