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 |
| Eメール | [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"
]
} | |