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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
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"
    ]
}