grokfaster

speed read the internet, grok what you need to, faster.

grokfaster क्या है?

grokfaster https://zeyus.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "speed read the internet, grok what you need to, faster."।

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

screenshot

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

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

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

                        *****BETA/PRE BETA*****

Read articles FAST!

grokfaster is a chrome extension designed to help you read the content of pages and articles a lot faster. This speed-reading technique has been known for a while and is now gaining popularity. Even if you've never used it before you might fine you can read at 500+ WPM

Please keep in mind this is an EARLY BETA, and I would love feedback. If there's any problems, chances are in the coming days it will be addressed, if not, let me know! Thanks!


Current Features (v 0.1.2):
 - Right click menu to read highlighted text
 - Space bar for pause
 - Escape or click background to stop reading
 - Option for WPM (words per minute)
 - Option for focal point
 - Option to show previous and next words
 - Options for delay after sentence and other items (comma etc)
 - Option to dim the background
 

Coming features:
 - Customize everything (color, font, size)
 - Read pasted text
 - Read other items
 - Scan back words when paused (for better comprehension)

Overall I want this to be a very usable, good looking and stable app.

It's still early, and each minor revision has improved it greatly.

Thanks!                    

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

नाम grokfaster grokfaster
ID ncjhaldnadgjkgbcnaobncfeigdcldcb
आधिकारिक URL https://chromewebstore.google.com/detail/grokfaster/ncjhaldnadgjkgbcnaobncfeigdcldcb
विवरण speed read the internet, grok what you need to, faster.
फ़ाइल का आकार 21.81 KB
स्थापना संख्या 223
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2023-01-03
प्रकाशन तिथि 2014-03-07
रेटिंग 4.60/5 कुल 5 रेटिंग्स
डेवलपर https://zeyus.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/zeyus/grokfaster
सहायता पृष्ठ URL https://github.com/zeyus/grokfaster/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "grokfaster",
    "description": "speed read the internet, grok what you need to, faster.",
    "version": "0.1.3",
    "icons": {
        "128": "res\/icon128.png",
        "16": "res\/icon16.png",
        "48": "res\/icon48.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "res\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}