Huegasm Lite
Manage your Philips Hue lights.
Huegasm Lite là gì?
Huegasm Lite là một tiện ích mở rộng Chrome được phát triển bởi https://www.huegasm.com, và tính năng chính của nó là "Manage your Philips Hue lights.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Huegasm Lite
Tải xuống các tệp mở rộng Huegasm Lite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The lite version of Huegasm has been retired. Please find the full version at https://chrome.google.com/webstore/detail/huegasm-for-philips-hue-l/mbjanbdhcpohhfecjgbdpcfhnnbofooj
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Huegasm Lite |
ID | dgjggcgamlancpmfnkdgnlegnhbikioj |
URL Chính Thức | https://chromewebstore.google.com/detail/huegasm-lite/dgjggcgamlancpmfnkdgnlegnhbikioj |
Mô tả | Manage your Philips Hue lights. |
Kích Thước Tệp | 611 KB |
Số Lần Cài Đặt | 197 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2021-02-02 |
Ngày Phát Hành | 2020-07-03 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.huegasm.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Huegasm Lite", "short_name": "Huegasm Lite", "description": "Manage your Philips Hue lights.", "version": "1.2.0", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "16x16.png", "32": "32x32.png" }, "default_popup": "index.html", "default_title": "Huegasm Lite" }, "commands": { "simulate-kick": { "suggested_key": { "default": "Ctrl+Shift+F" }, "description": "Flash the lights" } }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage" ] } |