Reading Time
Read smart. Tells you how long a webpage takes to read.
Reading Timeとは何ですか?
Reading TimeはOscar de Diosによって開発されたChromeの拡張機能で、その主な機能は「Read smart. Tells you how long a webpage takes to read.」です。
拡張機能のスクリーンショット
Reading Time拡張機能のCRXファイルをダウンロード
Reading Time拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension calculates the time for reading an article. It uses calls to www.diffbot.com to only take in account the real content, it doesn't count words of adds , comments, etc. In the options page you can change the speed reading. You can activate too the "Automatically Load" mode. This mode reads in background every page you visit and if the time for reading is greater than three minutes it shows you this time. In this mode the extensions do a call to diffbot.com for every page you visit.
拡張機能の基本情報
名前 | Reading Time |
ID | afkinjejdkdhjmclmmhaegfhbdcoohdg |
公式URL | https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg |
説明 | Read smart. Tells you how long a webpage takes to read. |
ファイルサイズ | 161 KB |
インストール数 | 139 |
現在のバージョン | 1.0.5 |
最終更新日 | 2014-05-26 |
公開日 | 2014-05-26 |
評価 | 3.11/5 合計 9 レビュー |
開発者 | Oscar de Dios |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.noteboardapp.com/policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reading Time", "manifest_version": 2, "version": "1.0.5", "short_name": "Reading Time", "icons": { "48": "book.png" }, "description": "Read smart. Tells you how long a webpage takes to read.", "background": { "page": "background.html" }, "browser_action": { "default_title": "Reading Time", "default_icon": "book.png" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "options_page": "options.html", "web_accessible_resources": [ "img\/ajax-loader.gif" ] } |