Read Time Estimator
Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Read Time Estimatorとは何ですか?
Read Time Estimatorはhttps://bashvlas.comによって開発されたChromeの拡張機能で、その主な機能は「Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time」です。
拡張機能のスクリーンショット
Read Time Estimator拡張機能のCRXファイルをダウンロード
Read Time Estimator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a very simple chrome extension which allows you to estimate the amount of time it will take you to read a particular text. Select Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time.
拡張機能の基本情報
名前 | Read Time Estimator |
ID | dbkmhaamlapkjabaieclhlofhnaoccmb |
公式URL | https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb |
説明 | Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time |
ファイルサイズ | 12.08 KB |
インストール数 | 5,339 |
現在のバージョン | 1.1.5 |
最終更新日 | 2020-03-25 |
公開日 | 2020-03-25 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://bashvlas.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/copycurate/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read Time Estimator", "short_name": "Read Time Estimator", "description": "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time", "version": "1.1.5", "icons": { "128": "img\/document_clock.png", "16": "img\/small_clock.png" }, "background": { "persistent": false, "scripts": [ "background\/background.js" ] }, "permissions": [ "contextMenus", "storage" ] } |