IReader

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

Vad är IReader?

IReader är en Chrome-tillägg utvecklad av https://hocgin.top, och dess huvudfunktion är "IReader is a tool specially designed for reading website articles, which can help you read website content more comfortably".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner IReader-förlängningens CRX-fil

Ladda ner IReader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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? 🌹                    

Grundläggande Information om Tillägg

Namn IReader IReader
ID hjdlphplaahbjbjobdikfmaajhjpehof
Officiell webbadress https://chromewebstore.google.com/detail/ireader/hjdlphplaahbjbjobdikfmaajhjpehof
Beskrivning IReader is a tool specially designed for reading website articles, which can help you read website content more comfortably
Filstorlek 2.33 MB
Antal Installationer 830
Aktuell Version 1.0.11
Senast Uppdaterad 2023-09-19
Publiceringsdatum 2023-01-09
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://hocgin.top
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://logspot.hocgin.top/privacy
Stödda Språk 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"
    }
}