Bionify | Read faster!

Open source text converter designed to help you read faster!

Bionify | Read faster! क्या है?

Bionify | Read faster! https://bionify.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open source text converter designed to help you read faster!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Read any kind of public website faster with Bionify!

Bionify converts any public website into Bionified format, which alters texts so that the most concise parts of words are highlighted. This guides the eye over the text and the brain remembers previously learned words more quickly.  

This extension is 100% free and open source, and you may find the source code here: https://github.com/Cveinnt/bionify. 

As Bionify is open source and free, it is NOT associated with the paid Bionic Reading® APIs. We use our own highlighting algorithms and do not violate their copyrights. If this extension helped you, feel free to leave a star!

Please note that the extension currently don't support any kind of locally uploaded contents, such as PDFs. 

INSTRUCTIONS
* Pin the Bionify extension to your Chrome extension bar
* Go the the public website you want to read
* Click on the extension icon
* Click on the toggle button to start reading with Bionic Reader!

If you have any questions or comments, feel free to submit an issue on the GitHub repo. This is in early development and improvements, features, and fixes will be soon to come!                    

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

नाम Bionify | Read faster! Bionify | Read faster!
ID gomhfpbcjfidhpffhecghfdieincgncc
आधिकारिक URL https://chromewebstore.google.com/detail/bionify-read-faster/gomhfpbcjfidhpffhecghfdieincgncc
विवरण Open source text converter designed to help you read faster!
फ़ाइल का आकार 51.71 KB
स्थापना संख्या 15,133
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2022-06-05
प्रकाशन तिथि 2022-05-30
रेटिंग 4.68/5 कुल 19 रेटिंग्स
डेवलपर https://bionify.xyz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bionify.xyz/
सहायता पृष्ठ URL https://bionify.xyz/privacy-policy
गोपनीयता नीति पृष्ठ URL https://bionify.xyz/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionify | Read faster!",
    "description": "Open source text converter designed to help you read faster!",
    "author": "Vincent Wu",
    "version": "0.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "src\/icons\/favicon-16.png",
        "32": "src\/icons\/favicon-32.png",
        "48": "src\/icons\/favicon-48.png",
        "128": "src\/icons\/favicon-128.png"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "commands": {
        "toggle-bionify": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Bionify the current tab"
        },
        "toggle-auto-bionify": {
            "suggested_key": {
                "default": "Ctrl+Shift+H"
            },
            "description": "Toggle auto Bionify"
        }
    }
}