Better Reading

Improve reading speed dramatically with this method. Excellent for people with ADHD.

Better Reading क्या है?

Better Reading miguelpsdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve reading speed dramatically with this method. Excellent for people with ADHD."।

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

screenshot

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

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

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

                        Boost your reading speed, comprehension, and focus with the Better Reading Chrome extension. This innovative tool, inspired by Bionic Reading, empowers you to read up to twice as fast without sacrificing understanding.

Better Reading strategically highlights the initial letters of words in bold, enabling your brain to automatically complete the words. This method helps you swiftly scan and digest large volumes of text, making it less overwhelming.

Ideal for students, professionals, and especially beneficial for individuals with ADHD, Better Reading reduces distractions and boosts focus. This ADHD-friendly tool aids in information retention and comprehension, helping users stay on track and absorb more from their reading.                    

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

नाम Better Reading Better Reading
ID kfbkapceniihooepkecppdpgacdnkbpp
आधिकारिक URL https://chromewebstore.google.com/detail/better-reading/kfbkapceniihooepkecppdpgacdnkbpp
विवरण Improve reading speed dramatically with this method. Excellent for people with ADHD.
फ़ाइल का आकार 20.35 KB
स्थापना संख्या 30
वर्तमान संस्करण 0.2
अंतिम अपडेट 2023-05-23
प्रकाशन तिथि 2023-05-23
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर miguelpsdev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Reading",
    "version": "0.2",
    "description": "Improve reading speed dramatically with this method. Excellent for people with ADHD.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}