IReader

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

Что такое IReader?

IReader - это расширение Chrome, разработанное https://hocgin.top, и его основная функция - "IReader is a tool specially designed for reading website articles, which can help you read website content more comfortably".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения IReader

Скачайте файлы расширений IReader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название IReader IReader
ID hjdlphplaahbjbjobdikfmaajhjpehof
Официальный URL https://chromewebstore.google.com/detail/ireader/hjdlphplaahbjbjobdikfmaajhjpehof
Описание IReader is a tool specially designed for reading website articles, which can help you read website content more comfortably
Размер файла 2.33 MB
Количество установок 830
Текущая Версия 1.0.11
Последнее Обновление 2023-09-19
Дата публикации 2023-01-09
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://hocgin.top
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://logspot.hocgin.top/privacy
Поддерживаемые языки 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"
    }
}