clearRead
Extract the body of the article, remove the advertisement, and improve the reading experience.
clearRead là gì?
clearRead là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Extract the body of the article, remove the advertisement, and improve the reading experience.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng clearRead
Tải xuống các tệp mở rộng clearRead dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 ***
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | clearRead |
ID | baloibnlnkndojngfdjgglccifoedkep |
URL Chính Thức | https://chromewebstore.google.com/detail/clearread/baloibnlnkndojngfdjgglccifoedkep |
Mô tả | Extract the body of the article, remove the advertisement, and improve the reading experience. |
Kích Thước Tệp | 130 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2018-07-18 |
Ngày Phát Hành | 2018-07-18 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |