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!

Τι είναι το Bionic Text Converter;

Το Bionic Text Converter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cextensionsapimatic, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Bionic Text Converter

Λήψη αρχείων επέκτασης Bionic Text Converter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bionic Text Converter Bionic Text Converter
ID icddijkgidfpgagelhkjpcniaaabjipj
Επίσημο URL https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj
Περιγραφή An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!
Μέγεθος Αρχείου 90.41 KB
Αριθμός Εγκαταστάσεων 1,987
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2022-06-16
Ημερομηνία Δημοσίευσης 2022-06-05
Αξιολόγηση 3.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής cextensionsapimatic
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension
URL της Σελίδας Πολιτικής Απορρήτου https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33
Υποστηριζόμενες Γλώσσες 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"
    ]
}