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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}