Reading Time
Add a reading time indicator to Readability
Hvad er Reading Time?
Reading Time er en Chrome-udvidelse udviklet af donnierayjones, og dens hovedfunktion er "Add a reading time indicator to Readability".
Udvidelsesskærmbilleder
Download Reading Time-udvidelses-CRX-fil
Download Reading Time-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Reading Time |
ID | nkcldhfebepkmmokbhcphgonamoolgfo |
Officiel URL | https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo |
Beskrivelse | Add a reading time indicator to Readability |
Filstørrelse | 64.37 KB |
Antal Installationer | 83 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2014-02-13 |
Udgivelsesdato | 2014-02-12 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | donnierayjones |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/donnierayjones/reading-time-chrome |
Hjælpeside-URL | https://github.com/donnierayjones/reading-time-chrome/issues |
Understøttede Sprog | 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" } } |