Reading Time
Add a reading time indicator to Readability
Wat is Reading Time?
Reading Time is een Chrome-extensie ontwikkeld door donnierayjones, en de belangrijkste functie is "Add a reading time indicator to Readability".
Extensie Screenshots
Download het CRX-bestand van de extensie Reading Time
Download Reading Time-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Reading Time |
ID | nkcldhfebepkmmokbhcphgonamoolgfo |
Officiële URL | https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo |
Beschrijving | Add a reading time indicator to Readability |
Bestandsgrootte | 64.37 KB |
Aantal Installaties | 83 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2014-02-13 |
Publicatiedatum | 2014-02-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | donnierayjones |
Betalingswijze | free |
Extensiewebsite | https://github.com/donnierayjones/reading-time-chrome |
Help Pagina-URL | https://github.com/donnierayjones/reading-time-chrome/issues |
Ondersteunde Talen | 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" } } |