clearRead

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

Apa itu clearRead?

clearRead adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Extract the body of the article, remove the advertisement, and improve the reading experience.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi clearRead

Unduh file ekstensi clearRead dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama clearRead clearRead
ID baloibnlnkndojngfdjgglccifoedkep
URL Resmi https://chromewebstore.google.com/detail/clearread/baloibnlnkndojngfdjgglccifoedkep
Deskripsi Extract the body of the article, remove the advertisement, and improve the reading experience.
Ukuran File 130 KB
Jumlah Instalasi 48
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2018-07-18
Tanggal Publikasi 2018-07-18
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}