LIFX Web Control

A Minimalist Chrome Extension to Control your LIFX Lights. With LIFX Web Control you can manage all your connected LIFX Lights.

LIFX Web Controlคืออะไร?

LIFX Web Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://whoisjuan.github.io และคุณลักษณะหลักของมันคือ "A Minimalist Chrome Extension to Control your LIFX Lights. With LIFX Web Control you can manage all your connected LIFX Lights."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LIFX Web Control

ดาวน์โหลดไฟล์ส่วนขยาย LIFX Web Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A Minimalist Chrome Extension to Control your LIFX Lights.

With LIFX Web Control you can manage all your connected LIFX Lights, toggle scenes or control groups of lights. 

LIFX Web Control is the only and best LIFX Chrome Extension. Simply download it, login with your LIFX account and start managing your lights from your browser.

Releases:
UPDATE: 0.15.4 Compliance
UPDATE 0.15.3: Bug fixes.
UPDATE 0.15.1: UX/UI Improvements.
UPDATE 0.15: New options for Cool and Warm tones.
UPDATE 0.14.3: Bug fixes.
UPDATE 0.14.2: Sticky scenes.
UPDATE 0.14: Multiple bug fixes, new option to disconnect and visual improvements.
UPDATE 0.13.2: The extension now remember your preferred light control mode!
UPDATE 0.13: Theme Update (Black!)
UPDATE 0.12.1: URGENT RELEASE: Authorization got Broken. Now it's fixed. Thanks for your patience!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LIFX Web Control LIFX Web Control
ID ohedkkoibkekbipjoeehpofmjbmmkhin
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lifx-web-control/ohedkkoibkekbipjoeehpofmjbmmkhin
คำอธิบาย A Minimalist Chrome Extension to Control your LIFX Lights. With LIFX Web Control you can manage all your connected LIFX Lights.
ขนาดไฟล์ 574 KB
จำนวนการติดตั้ง 2,608
เวอร์ชันปัจจุบัน 0.15.4
อัปเดตครั้งล่าสุด 2020-09-02
วันที่เผยแพร่ 2020-09-02
คะแนน 4.18/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา http://whoisjuan.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://whoisjuan.github.io/lifx
URL หน้าช่วยเหลือ http://whoisjuan.github.io/lifx
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LIFX Web Control",
    "short_name": "LIFX",
    "version": "0.15.4",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "A Minimalist Chrome Extension to Control your LIFX Lights. With LIFX Web Control you can manage all your connected LIFX Lights.",
    "homepage_url": "http:\/\/whoisjuan.github.io\/lifx",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "browser action demo",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.whoisjuan.me\/lifx\/auth*",
                "http:\/\/whoisjuan.github.io\/lifx\/auth*"
            ],
            "js": [
                "libs\/chrome-ex-oauth2\/injection.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "notifications",
        "storage",
        "https:\/\/api.lifx.com\/*",
        "https:\/\/lifx.com\/",
        "https:\/\/community.lifx.com\/*",
        "https:\/\/*.lifx.com\/",
        "https:\/\/cloud.lifx.com\/oauth\/authorize",
        "https:\/\/cloud.lifx.com\/oauth\/token",
        "http:\/\/whoisjuan.github.io\/lifx\/auth*",
        "http:\/\/www.whoisjuan.me\/lifx\/auth*"
    ],
    "web_accessible_resources": [
        "iconslifx\/*.png",
        "iconslifx\/*.jpg",
        "colorpicker.css",
        "mdl\/*.css",
        "mdl\/*.js",
        "libs\/*",
        "css\/*",
        "js\/jquery\/*"
    ]
}