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"
    ]
}