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!

Qu'est-ce que Bionic Text Converter ?

Bionic Text Converter est une extension Chrome développée par cextensionsapimatic, et sa fonction principale est "An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bionic Text Converter

Téléchargez les fichiers d'extension Bionic Text Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bionic Text Converter Bionic Text Converter
ID icddijkgidfpgagelhkjpcniaaabjipj
URL Officiel https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj
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!
Taille du Fichier 90.41 KB
Nombre d'Installations 1,987
Version Actuelle 2.0
Dernière Mise à Jour 2022-06-16
Date de Publication 2022-06-05
Évaluation 3.00/5 Total 3 Évaluations
Développeur cextensionsapimatic
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension
URL de la Page de Politique de Confidentialité https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33
Langues Prises en Charge 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"
    ]
}