Speed Reader

Improve your reading speed up to 4 times.

Speed Reader क्या है?

Speed Reader emiliorodriguez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve your reading speed up to 4 times."।

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

screenshot

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

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

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

                        Read faster now! 

With this extension you can read long text in almost no time. You will see an improvement in your reading speed since the minute.

- Average reading speed of an adult: 250 wpm (words per minute)
- Initial reading speed with 'Speed Reader': 300 wpm 
- Reading speed after 3 weeks using 'Speed Reader': 500 wpm

You can set your reading speed at any moment so you could increase it when you feel you are ready to go to the next step.                    

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

नाम Speed Reader Speed Reader
ID ilfodmgfnklehinlndjdjbmhndkhiand
आधिकारिक URL https://chromewebstore.google.com/detail/speed-reader/ilfodmgfnklehinlndjdjbmhndkhiand
विवरण Improve your reading speed up to 4 times.
फ़ाइल का आकार 14.75 KB
स्थापना संख्या 6,269
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-03-03
प्रकाशन तिथि 2014-03-03
रेटिंग 3.18/5 कुल 11 रेटिंग्स
डेवलपर emiliorodriguez
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Reader",
    "description": "Improve your reading speed up to 4 times.",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}