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.”。
擴展截圖
下載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 |
ID | baloibnlnkndojngfdjgglccifoedkep |
官方網址 | 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" ] } |