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!」です。
拡張機能のスクリーンショット
Bionic Text Converter拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } |