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!

Cos'è Bionic Text Converter?

Bionic Text Converter è un'estensione di Chrome sviluppata da cextensionsapimatic, e la sua funzione principale è "An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bionic Text Converter

Scarica i file di estensione Bionic Text Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Bionic Text Converter Bionic Text Converter
ID icddijkgidfpgagelhkjpcniaaabjipj
URL Ufficiale https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj
Descrizione An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!
Dimensione del File 90.41 KB
Conteggio Installazioni 1,987
Versione Corrente 2.0
Ultimo Aggiornamento 2022-06-16
Data di Pubblicazione 2022-06-05
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore cextensionsapimatic
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension
URL della Pagina della Politica sulla Privacy https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33
Lingue Supportate 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"
    ]
}