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
官方URL 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"
    ]
}