Read Mode
Puts Google Chrome into read mode for a pleasant reading experience.
Read Mode là gì?
Read Mode là một tiện ích mở rộng Chrome được phát triển bởi menteslibres.org, và tính năng chính của nó là "Puts Google Chrome into read mode for a pleasant 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 Read Mode
Tải xuống các tệp mở rộng Read Mode 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
Just click on the glasses icon in the address bar, the current page will turn into a nice-to-read black on white page allowing you to read without forcing your eyes. Ads and Flash animations are also removed while on read-mode. Click the icon again and everything will go back to normal.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Read Mode |
ID | nagcaahojecfeopbghgihcabgiepploa |
URL Chính Thức | https://chromewebstore.google.com/detail/read-mode/nagcaahojecfeopbghgihcabgiepploa |
Mô tả | Puts Google Chrome into read mode for a pleasant reading experience. |
Kích Thước Tệp | 174 KB |
Số Lần Cài Đặt | 42,619 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2012-09-25 |
Ngày Phát Hành | 2012-09-24 |
Đánh Giá | 3.26/5 Tổng số 372 Đánh Giá |
Nhà Phát Triển | menteslibres.org |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "scripts": [ "json2.js", "background.js" ] }, "content_scripts": [ { "all_frames": true, "css": [ "reader.css" ], "js": [ "reader.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Puts Google Chrome into read mode for a pleasant reading experience.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Read Mode", "page_action": { "default_icon": "icon-enabled.png", "default_title": "Toggle Read Mode." }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6" } |