Bionic Text Converter

An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!

Co je Bionic Text Converter?

Bionic Text Converter je rozšíření Chrome vyvinuté cextensionsapimatic, a jeho hlavní funkcí je „An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Bionic Text Converter

Stáhněte si soubory rozšíření Bionic Text Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        It converts all the text on any page into bionic text and it's purpose is to improve reading for the user, it's ideal use is while reading blogs and articles.

Here is the public repository of this extension, feel free to checkout APIMatic's Typescript SDK integration with the Bionic-Reading API :
https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension                    

Základní Informace o Rozšíření

Název Bionic Text Converter Bionic Text Converter
ID icddijkgidfpgagelhkjpcniaaabjipj
Oficiální URL https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj
Popis An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!
Velikost souboru 90.41 KB
Počet instalací 1,987
Aktuální Verze 2.0
Poslední Aktualizace 2022-06-16
Datum Vydání 2022-06-05
Hodnocení 3.00/5 Celkem 3 Hodnocení
Vývojář cextensionsapimatic
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension
URL Stránky Zásad Ochrany Soukromí https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionic Text Converter",
    "description": "An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/logo.png",
            "32": "\/assets\/logo.png",
            "48": "\/assets\/logo.png",
            "128": "\/assets\/logo.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ]
}