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 |
官方網址 | 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" ] } |