Huegasm Lite
Manage your Philips Hue lights.
Co to jest Huegasm Lite?
Huegasm Lite to rozszerzenie Chrome opracowane przez https://www.huegasm.com, a jego główną funkcją jest „Manage your Philips Hue lights.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Huegasm Lite
Pobierz pliki rozszerzeń Huegasm Lite w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Huegasm Lite |
ID | dgjggcgamlancpmfnkdgnlegnhbikioj |
Oficjalny URL | https://chromewebstore.google.com/detail/huegasm-lite/dgjggcgamlancpmfnkdgnlegnhbikioj |
Opis | Manage your Philips Hue lights. |
Rozmiar pliku | 611 KB |
Liczba instalacji | 197 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2021-02-02 |
Data Publikacji | 2020-07-03 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | https://www.huegasm.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |