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 |
| 官方網址 | 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"
]
} | |