clearRead
Extract the body of the article, remove the advertisement, and improve the reading experience.
What is clearRead?
clearRead is a Chrome extension developed by Unknown, and its main feature is "Extract the body of the article, remove the advertisement, and improve the reading experience.".
Extension Screenshots
Download clearRead Extension CRX File
Download clearRead extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 ***
Extension Basic Information
Name | clearRead |
ID | baloibnlnkndojngfdjgglccifoedkep |
Official URL | https://chromewebstore.google.com/detail/clearread/baloibnlnkndojngfdjgglccifoedkep |
Description | Extract the body of the article, remove the advertisement, and improve the reading experience. |
File Size | 130 KB |
Installation Count | 48 |
Current Version | 1.0.1 |
Last Updated | 2018-07-18 |
Publish Date | 2018-07-18 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } |