Reading Speed Test
This extension lets you measure your reading speed on any web text.
Reading Speed Testとは何ですか?
Reading Speed TestはDateaによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you measure your reading speed on any web text.」です。
拡張機能のスクリーンショット
Reading Speed Test拡張機能のCRXファイルをダウンロード
Reading Speed Test拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Measure your reading speed on any website text you want. Easy to use, just select a text, right click on the selection with your mouse and from the menu choose "Reading Speed Test", then read the text and click Done when finished. You will see your results next to the Done button. See the visual step by step guide in the attached pictures.
拡張機能の基本情報
名前 | |
ID | pbnohmlbddmojbdpbejmdbhphfilofog |
公式URL | https://chromewebstore.google.com/detail/reading-speed-test/pbnohmlbddmojbdpbejmdbhphfilofog |
説明 | This extension lets you measure your reading speed on any web text. |
ファイルサイズ | 21.73 KB |
インストール数 | 63 |
現在のバージョン | 1.0 |
最終更新日 | 2017-01-01 |
公開日 | 2017-01-01 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | Datea |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reading Speed Test", "description": "This extension lets you measure your reading speed on any web text.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icon_wip10_19.png", "38": "icon_wip10_38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon_wip10_16.png", "32": "icon_wip10_32.png", "64": "icon_wip10_64.png", "128": "icon_wip10_128.png" }, "permissions": [ "activeTab", "contextMenus" ], "web_accessible_resources": [ "close_16.png" ] } |