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.”。

擴展截圖

screenshot
screenshot

下載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!                    

擴展基本資訊

名稱 Razer Keyboard Audio Visualizer Razer Keyboard Audio Visualizer
ID nemmogdonmhbihhbljpeodejdnnbcjji
官方網址 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
    }
}