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!
Bionic Text Converter क्या है?
Bionic Text Converter cextensionsapimatic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bionic Text Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Bionic Text Converter |
ID | icddijkgidfpgagelhkjpcniaaabjipj |
आधिकारिक URL | https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj |
विवरण | An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic! |
फ़ाइल का आकार | 90.41 KB |
स्थापना संख्या | 1,987 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2022-06-16 |
प्रकाशन तिथि | 2022-06-05 |
रेटिंग | 3.00/5 कुल 3 रेटिंग्स |
डेवलपर | cextensionsapimatic |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension |
गोपनीयता नीति पृष्ठ URL | https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33 |
समर्थित भाषाएँ | 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" ] } |