Reading Time

Add a reading time indicator to Readability

Qu'est-ce que Reading Time ?

Reading Time est une extension Chrome développée par donnierayjones, et sa fonction principale est "Add a reading time indicator to Readability".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reading Time

Téléchargez les fichiers d'extension Reading Time au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Reading Time Reading Time
ID nkcldhfebepkmmokbhcphgonamoolgfo
URL Officiel https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo
Description Add a reading time indicator to Readability
Taille du Fichier 64.37 KB
Nombre d'Installations 83
Version Actuelle 0.1.0
Dernière Mise à Jour 2014-02-13
Date de Publication 2014-02-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur donnierayjones
Type de Paiement free
Site Web de l'Extension https://github.com/donnierayjones/reading-time-chrome
URL de la Page d'Aide https://github.com/donnierayjones/reading-time-chrome/issues
Langues Prises en Charge 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"
    }
}