BIONIC Reads

Next Gen. Reading experience, 5-10X Fast, Effortless and Distraction free

BIONIC Reads क्या है?

BIONIC Reads Umar Javed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Next Gen. Reading experience, 5-10X Fast, Effortless and Distraction free"।

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

screenshot
screenshot
screenshot

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

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

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

                        Did you know that your Brain reads faster than your eyes? 🧠

Curious? Just look here https://www.bionicreads.com/

Bionic Reader, a first choice of Smart People to save time
1. 6x - 10x faster plus EFFORT LESS reading, an experience we never had before ⚡
2. this NEXT GEN. technology will save at least 60% of our reading time 🕑
3. increase Focus while reading
4. and a also life changer for dyslexics

How to use ?
Step 1
Install the chrome extension Now and pin it!

Step 2
Paste the activation code into extension, that you will receive in your email

Step 3
ACTIVATED!! Welcome to a Wholesome new Reading Experience!


Let's make it the Best Reading Tool TOGETHER 💪


Bionic Read
Bionic Reader
Bionic Reading                    

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

नाम BIONIC Reads BIONIC Reads
ID cmgbhilenphccembeijmdccogelmcngf
आधिकारिक URL https://chromewebstore.google.com/detail/bionic-reads/cmgbhilenphccembeijmdccogelmcngf
विवरण Next Gen. Reading experience, 5-10X Fast, Effortless and Distraction free
फ़ाइल का आकार 23.22 KB
स्थापना संख्या 51
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-05-25
प्रकाशन तिथि 2022-05-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Umar Javed
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.bionicreads.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BIONIC Reads",
    "description": "Next Gen. Reading experience, 5-10X Fast, Effortless and Distraction free",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/assets\/16_a.png",
            "32": "\/assets\/32_a.png",
            "48": "\/assets\/48_a.png",
            "128": "\/assets\/128_a.png"
        }
    },
    "icons": {
        "16": "\/assets\/16_a.png",
        "32": "\/assets\/32_a.png",
        "48": "\/assets\/48_a.png",
        "128": "\/assets\/128_a.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end",
            "js": [
                "content-script.js"
            ]
        }
    ]
}