Reading Time
Add a reading time indicator to Readability
Co je Reading Time?
Reading Time je rozšíření Chrome vyvinuté donnierayjones, a jeho hlavní funkcí je „Add a reading time indicator to Readability“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reading Time
Stáhněte si soubory rozšíření Reading Time ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Reading Time |
ID | nkcldhfebepkmmokbhcphgonamoolgfo |
Oficiální URL | https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo |
Popis | Add a reading time indicator to Readability |
Velikost souboru | 64.37 KB |
Počet instalací | 83 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2014-02-13 |
Datum Vydání | 2014-02-12 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | donnierayjones |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/donnierayjones/reading-time-chrome |
URL Stránky Nápovědy | https://github.com/donnierayjones/reading-time-chrome/issues |
Podporované Jazyky | 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" } } |