Nanoleaf Aurora Controller

A minimalist chrome extension to control Nanoleaf Aurora

Nanoleaf Aurora Controllerคืออะไร?

Nanoleaf Aurora Controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zandegran.com และคุณลักษณะหลักของมันคือ "A minimalist chrome extension to control Nanoleaf Aurora"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nanoleaf Aurora Controller

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}