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!

Was ist Bionic Text Converter?

Bionic Text Converter ist eine Chrome-Erweiterung, die von cextensionsapimatic entwickelt wurde, und ihr Hauptmerkmal ist "An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!".

Erweiterungsscreenshots

screenshot

Bionic Text Converter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bionic Text Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Bionic Text Converter Bionic Text Converter
ID icddijkgidfpgagelhkjpcniaaabjipj
Offizielle URL https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj
Beschreibung An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!
Dateigröße 90.41 KB
Installationsanzahl 1,987
Aktuelle Version 2.0
Letztes Update 2022-06-16
Veröffentlichungsdatum 2022-06-05
Bewertung 3.00/5 Insgesamt 3 Bewertungen
Entwickler cextensionsapimatic
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension
URL der Datenschutzrichtlinien-Seite https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33
Unterstützte Sprachen 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"
    ]
}