Razer Keyboard Audio Visualizer

An Audio Keyboard Visualizer for Razer Chroma merch.

Razer Keyboard Audio Visualizerคืออะไร?

Razer Keyboard Audio Visualizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://devconnected.com และคุณลักษณะหลักของมันคือ "An Audio Keyboard Visualizer for Razer Chroma merch."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Razer Keyboard Audio Visualizer

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
    }
}