IReader

IReader is a tool specially designed for reading website articles, which can help you read website content more comfortably

Was ist IReader?

IReader ist eine Chrome-Erweiterung, die von https://hocgin.top entwickelt wurde, und ihr Hauptmerkmal ist "IReader is a tool specially designed for reading website articles, which can help you read website content more comfortably".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

IReader-Erweiterungs-CRX-Datei herunterladen

Laden Sie IReader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        IReadMode is a tool designed specifically for reading website articles that helps you read website content more comfortably. It supports two modes: normal mode and focus mode. Normal mode is the default reading mode, which helps you reduce distractions while reading an article and allows you to focus more. Focus mode is a special reading mode that helps you concentrate better and improve your reading efficiency.
In addition to providing two reading modes, IReadMode also offers a range of additional features that make reading articles easier. For example, it can export articles as HTML, images, or PDFs, making it convenient to read them in other places. In addition, reading mode also supports text-to-speech for articles, allowing you to listen to the content of an article while working or doing other things. It also provides a chapter search function that allows you to quickly find the parts of an article that interest you.
Overall, IReadMode is a very useful tool that helps you read website content more easily and improves your reading efficiency. Its simple and easy-to-use interface allows you to get started easily, and its rich features allow you to work smarter when reading.

If you encounter any problems during use, please don't panic. Negative reviews cannot solve the problem. You can provide feedback via the link below and I will follow up promptly.
👉 https://logspot.hocgin.top/addone-read-mode?active=feedback 👈

If this has been helpful to you, can you please give me a good review? 🌹                    

Grundlegende Informationen zur Erweiterung

Name IReader IReader
ID hjdlphplaahbjbjobdikfmaajhjpehof
Offizielle URL https://chromewebstore.google.com/detail/ireader/hjdlphplaahbjbjobdikfmaajhjpehof
Beschreibung IReader is a tool specially designed for reading website articles, which can help you read website content more comfortably
Dateigröße 2.33 MB
Installationsanzahl 830
Aktuelle Version 1.0.11
Letztes Update 2023-09-19
Veröffentlichungsdatum 2023-01-09
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://hocgin.top
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://logspot.hocgin.top/privacy
Unterstützte Sprachen en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.0.11",
    "description": "__MSG_extension_description__",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "action": {
        "default_icon": {
            "16": "$_action_logo_16.png",
            "32": "$_action_logo_32.png",
            "48": "$_action_logo_48.png",
            "128": "$_action_logo_128.png"
        }
    },
    "icons": {
        "16": "$_logo_16.png",
        "32": "$_logo_32.png",
        "48": "$_logo_48.png",
        "128": "$_logo_128.png"
    },
    "homepage_url": "https:\/\/logspot.hocgin.top\/addone-read-mode",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "contentScript_0.css",
                "contentScript_0.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "tts",
        "favicon",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "contentScript_0.js"
            ],
            "css": [
                "contentScript_0.css"
            ]
        },
        {
            "matches": [
                "http:\/\/sso.hocgin.top\/addone\/addone-read-mode\/redirect*",
                "https:\/\/sso.hocgin.top\/addone\/addone-read-mode\/redirect*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "contentScript_1.js"
            ],
            "css": []
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}