Readlax: Reader View with Phrase Highlighting

Clean websites from sidebars and ads, read with phrase highlighting.

什麼是Readlax: Reader View with Phrase Highlighting?

Readlax: Reader View with Phrase Highlighting是由https://www.readlax.com開發的Chrome擴展程式,該擴展的主要功能是“Clean websites from sidebars and ads, read with phrase highlighting.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Readlax: Reader View with Phrase Highlighting擴展crx文件

下載Readlax: Reader View with Phrase Highlighting擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Phrase Highlighting for Speed Reading - Read Faster Immediately.

The "Readlax Reader" removes ads and distractions, leaving only text and images for a clean reading view.

How to use "Readlax Reader":
- Install Readlax Chrome Extension.
- Click "Reader View" on the popup.

Features:
- Remove distraction
- Remove advertisements
- Phrase highlighting
- Speed reading training                    

擴展基本資訊

名稱 Readlax: Reader View with Phrase Highlighting Readlax: Reader View with Phrase Highlighting
ID noggimpgfjnknjblddfibbdnocffdoii
官方網址 https://chromewebstore.google.com/detail/readlax-reader-view-with/noggimpgfjnknjblddfibbdnocffdoii
簡介 Clean websites from sidebars and ads, read with phrase highlighting.
檔案大小 328 KB
安裝次數 7,329
目前版本 2.0.2
更新時間 2023-11-14
上架時間 2020-06-19
評分 4.34/5 共 64 次評分
開發者 https://www.readlax.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.readlax.com/chrome-extension
說明頁面URL https://www.readlax.com/legal/privacy-policy
隱私政策頁面URL https://www.readlax.com/legal/privacy-policy
支援的語言 de,en,fr,es,it,pl,pt-BR,pt-PT,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "2.0.2",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "default_locale": "en",
    "offline_enabled": true,
    "action": {
        "default_title": "Readlax",
        "default_popup": "popup.html",
        "default_icon": "assets\/img\/icon32.png"
    },
    "commands": {
        "reader_view": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "Reader View"
        }
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "64": "assets\/img\/icon64.png",
        "128": "assets\/img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "assets\/*.*"
            ],
            "matches": []
        }
    ]
}