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!
Hvad er Bionic Text Converter?
Bionic Text Converter er en Chrome-udvidelse udviklet af cextensionsapimatic, og dens hovedfunktion er "An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!".
Udvidelsesskærmbilleder
Download Bionic Text Converter-udvidelses-CRX-fil
Download Bionic Text Converter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Bionic Text Converter |
ID | icddijkgidfpgagelhkjpcniaaabjipj |
Officiel URL | https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj |
Beskrivelse | An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic! |
Filstørrelse | 90.41 KB |
Antal Installationer | 1,987 |
Nuværende Version | 2.0 |
Senest Opdateret | 2022-06-16 |
Udgivelsesdato | 2022-06-05 |
Bedømmelse | 3.00/5 Samlet 3 Bedømmelser |
Udvikler | cextensionsapimatic |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension |
URL til Fortrolighedspolitik Side | https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33 |
Understøttede Sprog | 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" ] } |