Reading progress indicator in minutes

Shows reading progress in minutes left at the bottom of the page

Reading progress indicator in minutes क्या है?

Reading progress indicator in minutes @matstc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows reading progress in minutes left at the bottom of the page"।

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

screenshot

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

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

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

                        Shows a small progress indicator at the bottom of the page. The indicator shows a rough approximation of how many minutes of reading are left before reaching the end of the document.

The simple algorithm assumes a reading speed of 250 words per minute.

This extension does not work on fancy websites that play with scrolling and overflow.                    

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

नाम Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
आधिकारिक URL https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
विवरण Shows reading progress in minutes left at the bottom of the page
फ़ाइल का आकार 390 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.2
अंतिम अपडेट 2014-02-12
प्रकाशन तिथि 2014-02-12
डेवलपर @matstc
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/matstc/reading-progress-in-minutes-crx
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading progress indicator in minutes",
    "description": "Shows reading progress in minutes left at the bottom of the page",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}