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!
What is Bionic Text Converter?
Bionic Text Converter is a Chrome extension developed by cextensionsapimatic, and its main feature is "An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!".
Extension Screenshots
Download Bionic Text Converter Extension CRX File
Download Bionic Text Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Bionic Text Converter |
ID | icddijkgidfpgagelhkjpcniaaabjipj |
Official URL | https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj |
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! |
File Size | 90.41 KB |
Installation Count | 1,987 |
Current Version | 2.0 |
Last Updated | 2022-06-16 |
Publish Date | 2022-06-05 |
Rating | 3.00/5 Total 3 Ratings |
Developer | cextensionsapimatic |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension |
Privacy Policy Page URL | https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33 |
Supported Languages | 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" ] } |