Reading Time

Add a reading time indicator to Readability

Vad är Reading Time?

Reading Time är en Chrome-tillägg utvecklad av donnierayjones, och dess huvudfunktion är "Add a reading time indicator to Readability".

Tilläggsskärmbilder

screenshot

Ladda ner Reading Time-förlängningens CRX-fil

Ladda ner Reading Time-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Reading Time Reading Time
ID nkcldhfebepkmmokbhcphgonamoolgfo
Officiell webbadress https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo
Beskrivning Add a reading time indicator to Readability
Filstorlek 64.37 KB
Antal Installationer 83
Aktuell Version 0.1.0
Senast Uppdaterad 2014-02-13
Publiceringsdatum 2014-02-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare donnierayjones
Betalningssätt free
Tilläggswebbplats https://github.com/donnierayjones/reading-time-chrome
Hjälpsida URL https://github.com/donnierayjones/reading-time-chrome/issues
Stödda Språk 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"
    }
}