SignalRGB Extension

This extension enables communication between your browser and SignalRGB, enabling RGB lighting triggered by actions in the browser.

SignalRGB Extensionคืออะไร?

SignalRGB Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Whirlwind FX และคุณลักษณะหลักของมันคือ "This extension enables communication between your browser and SignalRGB, enabling RGB lighting triggered by actions in the browser."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SignalRGB Extension

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

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

                        Bring dynamic RGB lighting effects to Chrome with this extension. SignalRGB is required to be installed for the lighting effects to function.                    

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

ชื่อ SignalRGB Extension SignalRGB Extension
ID hhiangdfjefafhgcgdohjckkolflilkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/signalrgb-extension/hhiangdfjefafhgcgdohjckkolflilkp
คำอธิบาย This extension enables communication between your browser and SignalRGB, enabling RGB lighting triggered by actions in the browser.
ขนาดไฟล์ 289 KB
จำนวนการติดตั้ง 1,385
เวอร์ชันปัจจุบัน 1.0.0.2
อัปเดตครั้งล่าสุด 2021-11-16
วันที่เผยแพร่ 2021-10-05
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Whirlwind FX
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.signalrgb.com
URL หน้าช่วยเหลือ https://www.whirlwindfx.com/pages/support
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SignalRGB Extension",
    "version": "1.0.0.2",
    "description": "This extension enables communication between your browser and SignalRGB, enabling RGB lighting triggered by actions in the browser.",
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "bookmarks"
    ],
    "host_permissions": [
        "http:\/\/localhost:16034\/"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Click to view info about SignalRGB.",
        "default_popup": "popup.html"
    }
}