IReader

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

Apa itu IReader?

IReader adalah ekstensi Chrome yang dikembangkan oleh https://hocgin.top, dan fitur utamanya adalah "IReader is a tool specially designed for reading website articles, which can help you read website content more comfortably".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi IReader

Unduh file ekstensi IReader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama IReader IReader
ID hjdlphplaahbjbjobdikfmaajhjpehof
URL Resmi https://chromewebstore.google.com/detail/ireader/hjdlphplaahbjbjobdikfmaajhjpehof
Deskripsi IReader is a tool specially designed for reading website articles, which can help you read website content more comfortably
Ukuran File 2.33 MB
Jumlah Instalasi 830
Versi Saat Ini 1.0.11
Terakhir Diperbarui 2023-09-19
Tanggal Publikasi 2023-01-09
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://hocgin.top
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://logspot.hocgin.top/privacy
Bahasa yang Didukung 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"
    }
}