clearRead

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

Wat is clearRead?

clearRead is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Extract the body of the article, remove the advertisement, and improve the reading experience.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie clearRead

Download clearRead-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 ***                    

Basisinformatie over de Extensie

Naam clearRead clearRead
ID baloibnlnkndojngfdjgglccifoedkep
Officiële URL https://chromewebstore.google.com/detail/clearread/baloibnlnkndojngfdjgglccifoedkep
Beschrijving Extract the body of the article, remove the advertisement, and improve the reading experience.
Bestandsgrootte 130 KB
Aantal Installaties 48
Huidige Versie 1.0.1
Laatst Bijgewerkt 2018-07-18
Publicatiedatum 2018-07-18
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    ]
}