Reading Time
Add a reading time indicator to Readability
What is Reading Time?
Reading Time is a Chrome extension developed by donnierayjones, and its main feature is "Add a reading time indicator to Readability".
Extension Screenshots
Download Reading Time Extension CRX File
Download Reading Time extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Reading Time |
ID | nkcldhfebepkmmokbhcphgonamoolgfo |
Official URL | https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo |
Description | Add a reading time indicator to Readability |
File Size | 64.37 KB |
Installation Count | 83 |
Current Version | 0.1.0 |
Last Updated | 2014-02-13 |
Publish Date | 2014-02-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | donnierayjones |
Payment Type | free |
Extension Website | https://github.com/donnierayjones/reading-time-chrome |
Help Page URL | https://github.com/donnierayjones/reading-time-chrome/issues |
Supported Languages | 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" } } |