Bionic Converter

Chrome extension for Bionic Reading (https://bionic-reading.com)

Bionic Converter क्या है?

Bionic Converter Pixel Prefect द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension for Bionic Reading (https://bionic-reading.com)"।

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

screenshot
screenshot

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

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

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

                        This extension uses the Bionic Reading API to convert web pages to the Bionic Reading format. 

A Bionic Reading API key is required, which can be obtained for free from bionic-reading.com. 

This extension is not affiliated with Bionic Reading GmbH.                    

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

नाम Bionic Converter Bionic Converter
ID aghdfgeepkhlnpnohgiennjpkidkodnb
आधिकारिक URL https://chromewebstore.google.com/detail/bionic-converter/aghdfgeepkhlnpnohgiennjpkidkodnb
विवरण Chrome extension for Bionic Reading (https://bionic-reading.com)
फ़ाइल का आकार 55.09 KB
स्थापना संख्या 515
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-06-03
प्रकाशन तिथि 2022-05-23
डेवलपर Pixel Prefect
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://pixel-prefect.com
गोपनीयता नीति पृष्ठ URL https://pixel-prefect.com/bionic-reader
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionic Converter",
    "description": "Chrome extension for Bionic Reading (https:\/\/bionic-reading.com)",
    "version": "1.0.1",
    "manifest_version": 3,
    "author": "Pixel Prefect",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "\/images\/logo-16.png",
        "32": "\/images\/logo-32.png",
        "48": "\/images\/logo-48.png",
        "128": "\/images\/logo-128.png"
    },
    "options_page": "src\/options.html",
    "background": {
        "service_worker": "src\/scripts\/background.js"
    },
    "action": {
        "default_title": "Activate bionic reading for page",
        "default_icon": {
            "16": "\/images\/logo-16.png",
            "32": "\/images\/logo-32.png",
            "48": "\/images\/logo-48.png",
            "128": "\/images\/logo-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/styles\/main.css"
            ],
            "js": [
                "src\/scripts\/constants.js",
                "src\/scripts\/functions.js"
            ]
        }
    ]
}