Reading Time
Add a reading time indicator to Readability
什么是Reading Time?
Reading Time是由donnierayjones开发的Chrome扩展程序,该扩展的主要功能是“Add a reading time indicator to Readability”。
扩展截图
下载Reading Time扩展crx文件
下载Reading Time扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Today's blog posts are too long. See just how too long they are with this Google Chrome extension. Decide within seconds if you don't have enough minutes (or hours?) to read an article. Issues or feature requests? Find me on twitter: @donnierayjones. Full changelog available on github: https://github.com/donnierayjones/reading-time-chrome/commits/master
扩展基本信息
名称 | Reading Time |
ID | nkcldhfebepkmmokbhcphgonamoolgfo |
官方URL | https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo |
简介 | Add a reading time indicator to Readability |
文件大小 | 64.37 KB |
安装次数 | 83 |
当前版本 | 0.1.0 |
更新时间 | 2014-02-13 |
上架时间 | 2014-02-12 |
评分 | 5.00/5 共1次评分 |
开发者 | donnierayjones |
付费类型 | free |
扩展官网 | https://github.com/donnierayjones/reading-time-chrome |
帮助页面URL | https://github.com/donnierayjones/reading-time-chrome/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reading Time", "version": "0.1.0", "manifest_version": 2, "description": "Add a reading time indicator to Readability", "content_scripts": [ { "matches": [ "http:\/\/www.readability.com\/*", "https:\/\/www.readability.com\/*" ], "js": [ "jquery.js", "script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |