clearRead
Extract the body of the article, remove the advertisement, and improve the reading experience.
Cos'è clearRead?
clearRead è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Extract the body of the article, remove the advertisement, and improve the reading experience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione clearRead
Scarica i file di estensione clearRead in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 ***
Informazioni di Base sull'Estensione
Nome | clearRead |
ID | baloibnlnkndojngfdjgglccifoedkep |
URL Ufficiale | https://chromewebstore.google.com/detail/clearread/baloibnlnkndojngfdjgglccifoedkep |
Descrizione | Extract the body of the article, remove the advertisement, and improve the reading experience. |
Dimensione del File | 130 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2018-07-18 |
Data di Pubblicazione | 2018-07-18 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |