Let Me Read
Provides a distraction free reading.
Let Me Readとは何ですか?
Let Me ReadはKushagra Gourによって開発されたChromeの拡張機能で、その主な機能は「Provides a distraction free reading.」です。
拡張機能のスクリーンショット
Let Me Read拡張機能のCRXファイルをダウンロード
Let Me Read拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have a website where you read regularly and wish it didn't have those page elements on all sides distracting you from reading? "Let Me Read" is an extension that transforms your favorite websites into a distraction free reading environment. Just click the extension icon and get ready to focus on the content you want to read. Simple! Currently supported websites: 1. Facebook 2. Smashing Magazine 3. Wikipedia 4. CSS-Tricks 5. Tutsplus 6. .net Magazine 7. WebdesignerDepot 8. Noupe Have a website which is not listed above? Let me know in the comments and I'll add support for it also. This extension is open source. Find it on Github: https://github.com/chinchang/let-me-read Have fun reading!
拡張機能の基本情報
名前 | |
ID | ejmgdmocbicjpgcnfoonmbbfcllcnkaa |
公式URL | https://chrome.google.com/webstore/detail/let-me-read/ejmgdmocbicjpgcnfoonmbbfcllcnkaa |
説明 | Provides a distraction free reading. |
ファイルサイズ | 12.47 KB |
インストール数 | 67 |
現在のバージョン | 1.1 |
最終更新日 | 2013-08-11 |
公開日 | 2013-08-11 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | Kushagra Gour |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/chinchang/let-me-read |
ヘルプページのURL | https://github.com/chinchang/let-me-read |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Let Me Read", "version": "1.1", "manifest_version": 2, "description": "Provides a distraction free reading.", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |