clearRead

Extract the body of the article, remove the advertisement, and improve the reading experience.

Co je clearRead?

clearRead je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Extract the body of the article, remove the advertisement, and improve the reading experience.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření clearRead

Stáhněte si soubory rozšíření clearRead ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        clearRead provides a simple reading mode that removes the influence of reading elements on the page that are not related to the body, allowing you to read articles more focused. The plugin uses shortcut keys to activate and exit the reading mode and supports custom shortcuts.
*** Refresh page after initial installation ***                    

Základní Informace o Rozšíření

Název clearRead clearRead
ID baloibnlnkndojngfdjgglccifoedkep
Oficiální URL https://chromewebstore.google.com/detail/clearread/baloibnlnkndojngfdjgglccifoedkep
Popis Extract the body of the article, remove the advertisement, and improve the reading experience.
Velikost souboru 130 KB
Počet instalací 48
Aktuální Verze 1.0.1
Poslední Aktualizace 2018-07-18
Datum Vydání 2018-07-18
Vývojář Unknown
Typ Platby free
Podporované Jazyky zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "clearRead",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Extract the body of the article, remove the advertisement, and improve the reading experience.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "clearRead",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*"
            ],
            "css": [
                "style\/content.css"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}