Nanoleaf Aurora Controller
A minimalist chrome extension to control Nanoleaf Aurora
Hvad er Nanoleaf Aurora Controller?
Nanoleaf Aurora Controller er en Chrome-udvidelse udviklet af zandegran.com, og dens hovedfunktion er "A minimalist chrome extension to control Nanoleaf Aurora".
Udvidelsesskærmbilleder
Download Nanoleaf Aurora Controller-udvidelses-CRX-fil
Download Nanoleaf Aurora Controller-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A minimalist chrome extension to control Nanoleaf Aurora. It enables the user to turn on, turn off, change color, change brightness or change scene of Nanoleaf Aurora lighting systems. Fetches API key automatically. **This extension requires to send and receive data directly to Aurora** Version 0.10.1: Change to new Nanoleaf API Version 0.9.11: How to find IP section in options Version 0.9.10: Set initial colour in picker. Don't change brightness while changing colour.
Grundlæggende oplysninger om udvidelsen
Navn | Nanoleaf Aurora Controller |
ID | kokpmlmpjlfgkpkbafjfcpebdnbhodlb |
Officiel URL | https://chromewebstore.google.com/detail/nanoleaf-aurora-controlle/kokpmlmpjlfgkpkbafjfcpebdnbhodlb |
Beskrivelse | A minimalist chrome extension to control Nanoleaf Aurora |
Filstørrelse | 1.21 MB |
Antal Installationer | 1,122 |
Nuværende Version | 0.10.1 |
Senest Opdateret | 2021-02-17 |
Udgivelsesdato | 2018-10-25 |
Bedømmelse | 3.56/5 Samlet 16 Bedømmelser |
Udvikler | zandegran.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://zandegran.com/aurora |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nanoleaf Aurora Controller", "short_name": "Aurora Ctrl", "description": "A minimalist chrome extension to control Nanoleaf Aurora", "version": "0.10.1", "options_page": "options.html", "homepage_url": "https:\/zandegran.com\/aurora", "action": { "default_popup": "aurora.html", "default_title": "Aurora Control", "default_icon": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "24": "icons\/icon-24.png" } }, "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "24": "icons\/icon-24.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |