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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |