Nanoleaf Aurora Controller

A minimalist chrome extension to control Nanoleaf Aurora

Wat is Nanoleaf Aurora Controller?

Nanoleaf Aurora Controller is een Chrome-extensie ontwikkeld door zandegran.com, en de belangrijkste functie is "A minimalist chrome extension to control Nanoleaf Aurora".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Nanoleaf Aurora Controller

Download Nanoleaf Aurora Controller-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

                        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.                    

Basisinformatie over de Extensie

Naam Nanoleaf Aurora Controller Nanoleaf Aurora Controller
ID kokpmlmpjlfgkpkbafjfcpebdnbhodlb
Officiële URL https://chromewebstore.google.com/detail/nanoleaf-aurora-controlle/kokpmlmpjlfgkpkbafjfcpebdnbhodlb
Beschrijving A minimalist chrome extension to control Nanoleaf Aurora
Bestandsgrootte 1.21 MB
Aantal Installaties 1,122
Huidige Versie 0.10.1
Laatst Bijgewerkt 2021-02-17
Publicatiedatum 2018-10-25
Beoordeling 3.56/5 Totaal 16 Beoordelingen
Ontwikkelaar zandegran.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://zandegran.com/aurora
Ondersteunde Talen 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"
    ]
}