freeconnect
freeconnect for bluetooth device
什么是freeconnect?
freeconnect是由davidsiga2022开发的Chrome扩展程序,该扩展的主要功能是“freeconnect for bluetooth device”。
扩展截图
下载freeconnect扩展crx文件
下载freeconnect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
connect to bluetooth devices through web hid, used for advanced UI control, firmware upgrade and etc. 扩展基本信息
| 名称 | |
| ID | abonpieipbodlgcodadpemmhpiiogfla |
| 官方URL | https://chromewebstore.google.com/detail/freeconnect/abonpieipbodlgcodadpemmhpiiogfla |
| 简介 | freeconnect for bluetooth device |
| 文件大小 | 1.38 MB |
| 安装次数 | 168 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2022-10-15 |
| 上架时间 | 2022-10-14 |
| 开发者 | davidsiga2022 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.gigawit.com/ |
| 帮助页面URL | https://www.gigawit.com/ |
| 隐私政策页面URL | https://segmentfault.com/privacy?utm_source=sf-footer |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "images\/logo.png",
"default_title": "freeConnect"
},
"description": "freeconnect for bluetooth device",
"icons": {
"128": "images\/logo.png",
"16": "images\/logo_16.png",
"48": "images\/logo_48.png"
},
"manifest_version": 3,
"name": "freeconnect",
"permissions": [],
"version": "1.0.1",
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.gigawit.com\/*"
],
"js": [
"js\/oauth_callback.js",
"main.js",
"js\/sw-toolbox.js",
"js\/jquery-ui-1.8.4.custom.min.js",
"js\/jQuery.peSlider.js",
"js\/jquery.1.4.2-min.js",
"js\/companion.js",
"HidTerminal.js",
"js\/apexcharts.js"
]
}
]
} | |