Speed Reading

Chrome Extension for Speed Reading

Speed Reading क्या है?

Speed Reading Alister Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension for Speed Reading"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        100% FREE - Chrome extension for speed reading and focus reading. Works on ANY text in your browser.  Articles, eBooks, PDFs, blogs and more are compatible with Speed Reader.

HOW IT WORKS
1) Select the text you want to speed read
2) Right click the selection and click "Launch Speed Reader" 
3) Choose your desired speed and click PLAY!

WHAT IT DOES:
Words will be displayed one-by-one at an adjustable speed.  By displaying words one by one, you will be able to read selected text dramatically faster than traditional reading. Give it a try, its free!

You can stop, or rewind words if needed. 

When you are done, you will receive a report telling you the Words Per Minute rate that you just read. 

Imagine being able to read 400% to 900% faster than you do today. what would you be able to accomplish in life? What would you be able to learn? 

The fact is, when your eyes don't have to move across a page, you can consume words and information at speeds never before thought possible.

Think of all the ways that your life could be improved if you are able to learn or read at superhuman levels. This free app allows you to do just that. 

ADD this Chrome extension to see for yourself. All we ask is that if you loved this FREE Chrome extension, please tell your friends about it so they can experience the same breakthrough as you. Thank you!                    

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

नाम Speed Reading Speed Reading
ID flkeioecpcghddimkekpicchbibbacob
आधिकारिक URL https://chromewebstore.google.com/detail/speed-reading/flkeioecpcghddimkekpicchbibbacob
विवरण Chrome Extension for Speed Reading
फ़ाइल का आकार 106 KB
स्थापना संख्या 215
वर्तमान संस्करण 0.1
अंतिम अपडेट 2021-04-11
प्रकाशन तिथि 2021-04-11
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर Alister Inc
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.privacypolicies.com/generic
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speed Reading",
    "short_name": "Speed Reading",
    "description": "Chrome Extension for Speed Reading",
    "version": "0.1",
    "icons": {
        "16": ".\/src\/assets\/icon-16x16.png",
        "128": ".\/src\/assets\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": ".\/src\/assets\/icon.png"
        },
        "default_popup": ".\/src\/popup\/public\/index.html?default_popup"
    },
    "background": {
        "scripts": [
            "src\/background\/index.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                ".\/src\/content\/index.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "src\/popup\/public\/index.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com https:\/\/apis.google.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "incognito": "split"
}