Reading Time

Add a reading time indicator to Readability

Reading Time क्या है?

Reading Time donnierayjones द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a reading time indicator to Readability"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reading Time एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Reading Time Reading Time
ID nkcldhfebepkmmokbhcphgonamoolgfo
आधिकारिक URL https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo
विवरण Add a reading time indicator to Readability
फ़ाइल का आकार 64.37 KB
स्थापना संख्या 83
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2014-02-13
प्रकाशन तिथि 2014-02-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर donnierayjones
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/donnierayjones/reading-time-chrome
सहायता पृष्ठ URL https://github.com/donnierayjones/reading-time-chrome/issues
समर्थित भाषाएँ 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"
    }
}