Reading Level Detector Firefox

Examine source code of Reading Level Detector

제작자: Peter Russell
Inspect and view changes in Reading Level Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reading Level Detector",
  "version": "1.3",
  "description": "Detect and analyze the reading level of any webpage content with detailed metrics.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Reading Level Detector"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d6b8f1a5-d574-4f4d-8e79-11445ba3fd17}"
    }
  }
}

최고의 Reading Level Detector 대안

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