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.
拡張機能の基本情報
名前 | Read Mode |
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" } |