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!

Wat is Bionic Text Converter?

Bionic Text Converter is een Chrome-extensie ontwikkeld door cextensionsapimatic, en de belangrijkste functie is "An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bionic Text Converter

Download Bionic Text Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Bionic Text Converter Bionic Text Converter
ID icddijkgidfpgagelhkjpcniaaabjipj
Officiële URL https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj
Beschrijving An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!
Bestandsgrootte 90.41 KB
Aantal Installaties 1,987
Huidige Versie 2.0
Laatst Bijgewerkt 2022-06-16
Publicatiedatum 2022-06-05
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar cextensionsapimatic
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension
URL van de Privacybeleid Pagina https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33
Ondersteunde Talen 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"
    ]
}