Nanoleaf Aurora Controller

A minimalist chrome extension to control Nanoleaf Aurora

Nanoleaf Aurora Controller là gì?

Nanoleaf Aurora Controller là một tiện ích mở rộng Chrome được phát triển bởi zandegran.com, và tính năng chính của nó là "A minimalist chrome extension to control Nanoleaf Aurora".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nanoleaf Aurora Controller

Tải xuống các tệp mở rộng Nanoleaf Aurora Controller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nanoleaf Aurora Controller Nanoleaf Aurora Controller
ID kokpmlmpjlfgkpkbafjfcpebdnbhodlb
URL Chính Thức https://chromewebstore.google.com/detail/nanoleaf-aurora-controlle/kokpmlmpjlfgkpkbafjfcpebdnbhodlb
Mô tả A minimalist chrome extension to control Nanoleaf Aurora
Kích Thước Tệp 1.21 MB
Số Lần Cài Đặt 1,122
Phiên Bản Hiện Tại 0.10.1
Cập Nhật Lần Cuối 2021-02-17
Ngày Phát Hành 2018-10-25
Đánh Giá 3.56/5 Tổng số 16 Đánh Giá
Nhà Phát Triển zandegran.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://zandegran.com/aurora
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}