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!
Co to jest Bionic Text Converter?
Bionic Text Converter to rozszerzenie Chrome opracowane przez cextensionsapimatic, a jego główną funkcją jest „An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bionic Text Converter
Pobierz pliki rozszerzeń Bionic Text Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Bionic Text Converter |
ID | icddijkgidfpgagelhkjpcniaaabjipj |
Oficjalny URL | https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj |
Opis | An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic! |
Rozmiar pliku | 90.41 KB |
Liczba instalacji | 1,987 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2022-06-16 |
Data Publikacji | 2022-06-05 |
Ocena | 3.00/5 Łącznie 3 Oceny |
Deweloper | cextensionsapimatic |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension |
Adres URL Strony Polityki Prywatności | https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33 |
Obsługiwane Języki | 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" ] } |