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 هو إضافة Chrome تم تطويرها بواسطة 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!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Bionic Text Converter

قم بتنزيل ملفات الامتداد Bionic Text Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension
عنوان صفحة سياسة الخصوصية 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"
    ]
}