Nanoleaf Aurora Controller

A minimalist chrome extension to control Nanoleaf Aurora

Qu'est-ce que Nanoleaf Aurora Controller ?

Nanoleaf Aurora Controller est une extension Chrome développée par zandegran.com, et sa fonction principale est "A minimalist chrome extension to control Nanoleaf Aurora".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Nanoleaf Aurora Controller

Téléchargez les fichiers d'extension Nanoleaf Aurora Controller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Nanoleaf Aurora Controller Nanoleaf Aurora Controller
ID kokpmlmpjlfgkpkbafjfcpebdnbhodlb
URL Officiel https://chromewebstore.google.com/detail/nanoleaf-aurora-controlle/kokpmlmpjlfgkpkbafjfcpebdnbhodlb
Description A minimalist chrome extension to control Nanoleaf Aurora
Taille du Fichier 1.21 MB
Nombre d'Installations 1,122
Version Actuelle 0.10.1
Dernière Mise à Jour 2021-02-17
Date de Publication 2018-10-25
Évaluation 3.56/5 Total 16 Évaluations
Développeur zandegran.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://zandegran.com/aurora
Langues Prises en Charge 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"
    ]
}