clearRead

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

什么是clearRead?

clearRead是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Extract the body of the article, remove the advertisement, and improve the reading experience.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载clearRead扩展crx文件

下载clearRead扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 clearRead clearRead
ID baloibnlnkndojngfdjgglccifoedkep
官方URL https://chromewebstore.google.com/detail/clearread/baloibnlnkndojngfdjgglccifoedkep
简介 Extract the body of the article, remove the advertisement, and improve the reading experience.
文件大小 130 KB
安装次数 48
当前版本 1.0.1
更新时间 2018-07-18
上架时间 2018-07-18
开发者 Unknown
付费类型 free
支持的语言 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"
    ]
}