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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
    }
}