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
公式URL 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
Eメール [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": []
        }
    ]
}