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é es Bionic Text Converter?
Bionic Text Converter es una extensión de Chrome desarrollada por cextensionsapimatic, y su función principal es "An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bionic Text Converter
Descarga archivos de extensión Bionic Text Converter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Bionic Text Converter |
ID | icddijkgidfpgagelhkjpcniaaabjipj |
URL Oficial | https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj |
Descripción | An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic! |
Tamaño del Archivo | 90.41 KB |
Cantidad de Instalaciones | 1,987 |
Versión Actual | 2.0 |
Última Actualización | 2022-06-16 |
Fecha de Publicación | 2022-06-05 |
Calificación | 3.00/5 Total de 3 Calificaciones |
Desarrollador | cextensionsapimatic |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension |
URL de la Página de Política de Privacidad | https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33 |
Idiomas Soportados | 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" ] } |