Nanoleaf Aurora Controller

A minimalist chrome extension to control Nanoleaf Aurora

什麼是Nanoleaf Aurora Controller?

Nanoleaf Aurora Controller是由zandegran.com開發的Chrome擴展程式,該擴展的主要功能是“A minimalist chrome extension to control Nanoleaf Aurora”。

擴展截圖

screenshot
screenshot

下載Nanoleaf Aurora Controller擴展crx文件

下載Nanoleaf Aurora Controller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Nanoleaf Aurora Controller Nanoleaf Aurora Controller
ID kokpmlmpjlfgkpkbafjfcpebdnbhodlb
官方網址 https://chromewebstore.google.com/detail/nanoleaf-aurora-controlle/kokpmlmpjlfgkpkbafjfcpebdnbhodlb
簡介 A minimalist chrome extension to control Nanoleaf Aurora
檔案大小 1.21 MB
安裝次數 1,122
目前版本 0.10.1
更新時間 2021-02-17
上架時間 2018-10-25
評分 3.56/5 共 16 次評分
開發者 zandegran.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://zandegran.com/aurora
支援的語言 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"
    ]
}