Clear Read
Immersive reading mode
Clear Readとは何ですか?
Clear Readはchris.scottによって開発されたChromeの拡張機能で、その主な機能は「Immersive reading mode」です。
拡張機能のスクリーンショット
Clear Read拡張機能のCRXファイルをダウンロード
Clear Read拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a button to Chrome to toggle a distraction-free reading mode. When enabled, the plugin attempts to strip out just the core content and displays it in legible text on a plain white background.
拡張機能の基本情報
名前 | Clear Read |
ID | kpipjgdapccmpkgipfikeajoopjbcgam |
公式URL | https://chromewebstore.google.com/detail/clear-read/kpipjgdapccmpkgipfikeajoopjbcgam |
説明 | Immersive reading mode |
ファイルサイズ | 6.59 KB |
インストール数 | 26,131 |
現在のバージョン | 0.0.10 |
最終更新日 | 2016-01-14 |
公開日 | 2016-01-14 |
評価 | 3.95/5 合計 41 レビュー |
開発者 | chris.scott |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear Read", "version": "0.0.10", "manifest_version": 2, "description": "Immersive reading mode", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Clear Read" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "init.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "clear-read.css" ], "js": [ "clear-read.js" ] } ] } |