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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": []
        }
    ]
}