SignalRGB Extension

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

什么是SignalRGB Extension?

SignalRGB Extension是由Whirlwind FX开发的Chrome扩展程序,该扩展的主要功能是“This extension enables communication between your browser and SignalRGB, enabling RGB lighting triggered by actions in the browser.”。

扩展截图

screenshot
screenshot

下载SignalRGB Extension扩展crx文件

下载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"
    }
}