Read Mode Firefox

Examine source code of Read Mode

제작자: V9betclub
Inspect and view changes in Read Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Read Mode",
  "version": "1.0",
  "description": "Convert web pages into a simplified reading mode for easier reading. This extension hides distracting elements such as headers, footers, advertisements, images, and videos, allowing users to focus solely on the main text content of the webpage.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1d97a4ab-ec35-4035-897d-05f23efd2c96}"
    }
  }
}

최고의 Read Mode 대안

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