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 |
| 官方網址 | 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"
} | |