Huegasm Lite
Manage your Philips Hue lights.
Wat is Huegasm Lite?
Huegasm Lite is een Chrome-extensie ontwikkeld door https://www.huegasm.com, en de belangrijkste functie is "Manage your Philips Hue lights.".
Extensie Screenshots
Download het CRX-bestand van de extensie Huegasm Lite
Download Huegasm Lite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | dgjggcgamlancpmfnkdgnlegnhbikioj |
| Officiële URL | https://chromewebstore.google.com/detail/huegasm-lite/dgjggcgamlancpmfnkdgnlegnhbikioj |
| Beschrijving | Manage your Philips Hue lights. |
| Bestandsgrootte | 611 KB |
| Aantal Installaties | 197 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2021-02-02 |
| Publicatiedatum | 2020-07-03 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://www.huegasm.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |