clearRead

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

Qu'est-ce que clearRead ?

clearRead est une extension Chrome développée par Unknown, et sa fonction principale est "Extract the body of the article, remove the advertisement, and improve the reading experience.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension clearRead

Téléchargez les fichiers d'extension clearRead au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom clearRead clearRead
ID baloibnlnkndojngfdjgglccifoedkep
URL Officiel https://chromewebstore.google.com/detail/clearread/baloibnlnkndojngfdjgglccifoedkep
Description Extract the body of the article, remove the advertisement, and improve the reading experience.
Taille du Fichier 130 KB
Nombre d'Installations 48
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-07-18
Date de Publication 2018-07-18
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}