Fast Reader
Speed up your reading!
Fast Readerとは何ですか?
Fast Readerはdmarchによって開発されたChromeの拡張機能で、その主な機能は「Speed up your reading!」です。
拡張機能のスクリーンショット
Fast Reader拡張機能のCRXファイルをダウンロード
Fast Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will allow you speed up your reading. Just select text on web side and click on icon. You can adjust speed and number of words on line in option.
拡張機能の基本情報
名前 | Fast Reader |
ID | okiodagpdhmlhpikmbohgelnmngkhfhm |
公式URL | https://chromewebstore.google.com/detail/fast-reader/okiodagpdhmlhpikmbohgelnmngkhfhm |
説明 | Speed up your reading! |
ファイルサイズ | 1.72 MB |
インストール数 | 191 |
現在のバージョン | 1.1 |
最終更新日 | 2013-06-23 |
公開日 | 2013-06-23 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | dmarch |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Reader", "description": "Speed up your reading!", "version": "1.1", "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Fast Reader - speed up your reading!" }, "icons": { "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "file:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |