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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clean websites from sidebars and ads, read with phrase highlighting."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Readlax: Reader View with Phrase Highlighting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": []
        }
    ]
}