Read Mode
Puts Google Chrome into read mode for a pleasant reading experience.
什么是Read Mode?
Read Mode是由menteslibres.org开发的Chrome扩展程序,该扩展的主要功能是“Puts Google Chrome into read mode for a pleasant reading experience.”。
扩展截图
下载Read Mode扩展crx文件
下载Read Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | nagcaahojecfeopbghgihcabgiepploa |
| 官方URL | https://chromewebstore.google.com/detail/read-mode/nagcaahojecfeopbghgihcabgiepploa |
| 简介 | Puts Google Chrome into read mode for a pleasant reading experience. |
| 文件大小 | 174 KB |
| 安装次数 | 42,619 |
| 当前版本 | 1.0.6 |
| 更新时间 | 2012-09-25 |
| 上架时间 | 2012-09-24 |
| 评分 | 3.26/5 共372次评分 |
| 开发者 | menteslibres.org |
| 付费类型 | free |
| 支持的语言 | 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"
} | |