clearRead
Extract the body of the article, remove the advertisement, and improve the reading experience.
¿Qué es clearRead?
clearRead es una extensión de Chrome desarrollada por Unknown, y su función principal es "Extract the body of the article, remove the advertisement, and improve the reading experience.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión clearRead
Descarga archivos de extensión clearRead en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 ***
Información Básica de la Extensión
Nombre | clearRead |
ID | baloibnlnkndojngfdjgglccifoedkep |
URL Oficial | https://chromewebstore.google.com/detail/clearread/baloibnlnkndojngfdjgglccifoedkep |
Descripción | Extract the body of the article, remove the advertisement, and improve the reading experience. |
Tamaño del Archivo | 130 KB |
Cantidad de Instalaciones | 48 |
Versión Actual | 1.0.1 |
Última Actualización | 2018-07-18 |
Fecha de Publicación | 2018-07-18 |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |