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
Eメール [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"
    ]
}