freeconnect
freeconnect for bluetooth device
freeconnectคืออะไร?
freeconnect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย davidsiga2022 และคุณลักษณะหลักของมันคือ "freeconnect for bluetooth device"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย freeconnect
ดาวน์โหลดไฟล์ส่วนขยาย freeconnect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
connect to bluetooth devices through web hid, used for advanced UI control, firmware upgrade and etc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | freeconnect |
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" ] } ] } |