Reading Time
Add a reading time indicator to Readability
Was ist Reading Time?
Reading Time ist eine Chrome-Erweiterung, die von donnierayjones entwickelt wurde, und ihr Hauptmerkmal ist "Add a reading time indicator to Readability".
Erweiterungsscreenshots
Reading Time-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reading Time-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Reading Time |
ID | nkcldhfebepkmmokbhcphgonamoolgfo |
Offizielle URL | https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo |
Beschreibung | Add a reading time indicator to Readability |
Dateigröße | 64.37 KB |
Installationsanzahl | 83 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2014-02-13 |
Veröffentlichungsdatum | 2014-02-12 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | donnierayjones |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/donnierayjones/reading-time-chrome |
Hilfeseite URL | https://github.com/donnierayjones/reading-time-chrome/issues |
Unterstützte Sprachen | 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" } } |