BioRead

A chrome extension that enables bionic reading in the current webpage

BioRead क्या है?

BioRead rohilsaraf97 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that enables bionic reading in the current webpage"।

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

screenshot

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

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

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

                        In today’s world, where everyone is riddled with a myriad of things to do, it’s difficult to stay focused on any one single task. This calls for discovering new techniques that may help us manage our time more efficiently. A bionic reader is a step forward in this direction. A bionic reading format is a relatively new type of typeface which has proven itself to be beneficial for users with neuro divergent tendencies. It involves bolding the first few letters of a word, thereby making it easier for readers to glide through the text and stay focused. The following work proposes an extension by which, users can seamlessly switch between their original content and the Bionified content of their active webpage and affect efficient reading techniques with in their browser.                    

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

नाम BioRead BioRead
ID hijifaccminohbfkdiiikgfipchlmpff
आधिकारिक URL https://chromewebstore.google.com/detail/bioread/hijifaccminohbfkdiiikgfipchlmpff
विवरण A chrome extension that enables bionic reading in the current webpage
फ़ाइल का आकार 533 KB
स्थापना संख्या 243
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-08-20
प्रकाशन तिथि 2022-08-20
डेवलपर rohilsaraf97
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BioRead",
    "description": "A chrome extension that enables bionic reading in the current webpage",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html",
        "default_title": "This is a Bionic Reader Extension",
        "default_icon": "favicon-16x16.png"
    },
    "icons": {
        "16": "favicon-16x16.png",
        "48": "favicon-32x32.png",
        "128": "favicon-32x32.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}