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!
Apa itu Bionic Text Converter?
Bionic Text Converter adalah ekstensi Chrome yang dikembangkan oleh cextensionsapimatic, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi Bionic Text Converter
Unduh file ekstensi Bionic Text Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Bionic Text Converter |
ID | icddijkgidfpgagelhkjpcniaaabjipj |
URL Resmi | https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj |
Deskripsi | An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic! |
Ukuran File | 90.41 KB |
Jumlah Instalasi | 1,987 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2022-06-16 |
Tanggal Publikasi | 2022-06-05 |
Penilaian | 3.00/5 Total 3 Penilaian |
Pengembang | cextensionsapimatic |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension |
URL Halaman Kebijakan Privasi | https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33 |
Bahasa yang Didukung | 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" ] } |