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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Bionic Text Converter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    ]
}