clearRead

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

O que é clearRead?

clearRead é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Extract the body of the article, remove the advertisement, and improve the reading experience.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão clearRead

Baixe arquivos de extensão clearRead no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome clearRead clearRead
ID baloibnlnkndojngfdjgglccifoedkep
URL Oficial https://chromewebstore.google.com/detail/clearread/baloibnlnkndojngfdjgglccifoedkep
Descrição Extract the body of the article, remove the advertisement, and improve the reading experience.
Tamanho do Arquivo 130 KB
Contagem de Instalações 48
Versão Atual 1.0.1
Última Atualização 2018-07-18
Data de Publicação 2018-07-18
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}