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 |
电子邮箱 | [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" ] } |