Razer Keyboard Audio Visualizer
An Audio Keyboard Visualizer for Razer Chroma merch.
Razer Keyboard Audio Visualizerとは何ですか?
Razer Keyboard Audio Visualizerはhttps://devconnected.comによって開発されたChromeの拡張機能で、その主な機能は「An Audio Keyboard Visualizer for Razer Chroma merch.」です。
拡張機能のスクリーンショット
Razer Keyboard Audio Visualizer拡張機能のCRXファイルをダウンロード
Razer Keyboard Audio Visualizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Razer Keyboard Audio Visualizer is a Chrome Extension that enables audio lightning on Razer Chroma keyboards. As soon as Google Chrome produces sound in one of its tabs, the extension can be enabled and the audio effect will be directly available on the keyboard. The extension works on all the platforms that produce audio : Youtube, Soundcloud, Twitch, Dailymotion and many many more. The extension provides six themes by default that represent gradient colors of all the color spectrum. If you find any bugs on the application, feel free to report them at [email protected] The entire source code is available here : https://github.com/SCHKN/chrome-keyboard For now, only keyboards are supported but this may change in the future. Thank you for downloading the app!
拡張機能の基本情報
名前 | |
ID | nemmogdonmhbihhbljpeodejdnnbcjji |
公式URL | https://chromewebstore.google.com/detail/razer-keyboard-audio-visu/nemmogdonmhbihhbljpeodejdnnbcjji |
説明 | An Audio Keyboard Visualizer for Razer Chroma merch. |
ファイルサイズ | 306 KB |
インストール数 | 1,436 |
現在のバージョン | 0.0.1 |
最終更新日 | 2019-06-25 |
公開日 | 2019-06-23 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://devconnected.com |
支払い方法 | free |
拡張機能のウェブサイト | http://devconnected.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Razer Keyboard Audio Visualizer", "version": "0.0.1", "description": "An Audio Keyboard Visualizer for Razer Chroma merch.", "permissions": [ "storage", "activeTab", "tabCapture" ], "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "assets\/icons\/keyboard-16.png", "24": "assets\/icons\/keyboard-24.png", "32": "assets\/icons\/keyboard-32.png" }, "default_popup": "popup.html" }, "icons": { "16": "assets\/icons\/keyboard-16.png", "48": "assets\/icons\/keyboard-32.png", "128": "assets\/icons\/keyboard-128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true } } |