Huegasm Lite
Manage your Philips Hue lights.
什么是Huegasm Lite?
Huegasm Lite是由https://www.huegasm.com开发的Chrome扩展程序,该扩展的主要功能是“Manage your Philips Hue lights.”。
扩展截图
下载Huegasm Lite扩展crx文件
下载Huegasm Lite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | dgjggcgamlancpmfnkdgnlegnhbikioj |
| 官方URL | https://chromewebstore.google.com/detail/huegasm-lite/dgjggcgamlancpmfnkdgnlegnhbikioj |
| 简介 | Manage your Philips Hue lights. |
| 文件大小 | 611 KB |
| 安装次数 | 197 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2021-02-02 |
| 上架时间 | 2020-07-03 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | https://www.huegasm.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |