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!

Vad är Bionic Text Converter?

Bionic Text Converter är en Chrome-tillägg utvecklad av cextensionsapimatic, och dess huvudfunktion är "An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!".

Tilläggsskärmbilder

screenshot

Ladda ner Bionic Text Converter-förlängningens CRX-fil

Ladda ner Bionic Text Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Bionic Text Converter Bionic Text Converter
ID icddijkgidfpgagelhkjpcniaaabjipj
Officiell webbadress https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj
Beskrivning An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!
Filstorlek 90.41 KB
Antal Installationer 1,987
Aktuell Version 2.0
Senast Uppdaterad 2022-06-16
Publiceringsdatum 2022-06-05
Betyg 3.00/5 Totalt 3 Betyg
Utvecklare cextensionsapimatic
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension
URL till Sekretesspolicy Sidan https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33
Stödda Språk 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"
    ]
}