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 là gì?

Bionic Text Converter là một tiện ích mở rộng Chrome được phát triển bởi cextensionsapimatic, và tính năng chính của nó là "An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bionic Text Converter

Tải xuống các tệp mở rộng Bionic Text Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bionic Text Converter Bionic Text Converter
ID icddijkgidfpgagelhkjpcniaaabjipj
URL Chính Thức https://chromewebstore.google.com/detail/bionic-text-converter/icddijkgidfpgagelhkjpcniaaabjipj
Mô tả An extension that converts the text on the page into bionic text by using Bionic-reading API and it's SDK provided by APIMatic!
Kích Thước Tệp 90.41 KB
Số Lần Cài Đặt 1,987
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-06-16
Ngày Phát Hành 2022-06-05
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển cextensionsapimatic
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/Muhammad-Sajjad/bionic-text-converter-chrome-extension
URL Trang Chính Sách Bảo Mật https://www.privacypolicygenerator.info/live.php?token=EBGMvI1G6gPJbTfU4jeljfyHeYz1yG33
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}