APA102 LED Controller

Raspberry Pi relay & APA102 LED controller.

APA102 LED Controllerคืออะไร?

APA102 LED Controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Plasma Dan และคุณลักษณะหลักของมันคือ "Raspberry Pi relay & APA102 LED controller."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        For use with Raspberry Pi Relay & APA102 LED controller. Allows control & switching of APA102 addressable LEDs (and LED driver). Motor controller functionality is also built-in to control hard-wired home automation type blind / projector screen motors. Ideal for use in home cinema applications.

Requires controller: https://github.com/plasmadancom/Raspberry-Pi-Relay-APA102-LED-Controller

Keyboard shortcuts for each channel can be configured in chrome://extensions/ Keyboard Shortcuts.                    

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

ชื่อ APA102 LED Controller APA102 LED Controller
ID jnmjhaaahpdapgcddlgaldjhapmoapje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/apa102-led-controller/jnmjhaaahpdapgcddlgaldjhapmoapje
คำอธิบาย Raspberry Pi relay & APA102 LED controller.
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 270
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2016-11-13
วันที่เผยแพร่ 2016-11-13
ผู้พัฒนา Plasma Dan
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.avforums.com/threads/ongoing-plasmadans-living-room-cinema-office-build.1992617/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "author": "Dan Jones",
    "options_page": "src\/options\/options.html",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "__MSG_appName__",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "commands": {
        "toggle-ch1": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "__MSG_toggle_ch1__",
            "global": true
        },
        "toggle-ch2": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "__MSG_toggle_ch2__",
            "global": true
        },
        "toggle-preset": {
            "suggested_key": {
                "default": "Ctrl+Shift+3"
            },
            "description": "__MSG_cycle_preset__",
            "global": true
        },
        "toggle-motor": {
            "suggested_key": {
                "default": "Ctrl+Shift+4"
            },
            "description": "__MSG_toggle_motor__",
            "global": true
        }
    }
}