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 |
电子邮箱 | [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" ] } |