Google Music Visualizer
An audio visualizer for Google Play Music.
Google Music Visualizerคืออะไร?
Google Music Visualizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zhiwen Huang และคุณลักษณะหลักของมันคือ "An audio visualizer for Google Play Music."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Music Visualizer
ดาวน์โหลดไฟล์ส่วนขยาย Google Music Visualizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An audio visualizer for Google Music! Being able to see the movement of your music makes it a lot more fun to listen to. This app features 6 color themes. To use just install, go to music.google.com, and pick a song to play! If you have any suggestions or feedback please send me an email! I'm currently actively working on this app and would love to make it better. Source code: https://github.com/zhiwenh/google-music-visualizer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | johpjbomefnepibfaklpjjcidhpabdnf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/google-music-visualizer/johpjbomefnepibfaklpjjcidhpabdnf |
คำอธิบาย | An audio visualizer for Google Play Music. |
ขนาดไฟล์ | 182 KB |
จำนวนการติดตั้ง | 837 |
เวอร์ชันปัจจุบัน | 1.2.9 |
อัปเดตครั้งล่าสุด | 2019-06-03 |
วันที่เผยแพร่ | 2019-06-03 |
คะแนน | 4.46/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Zhiwen Huang |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Music Visualizer", "description": "An audio visualizer for Google Play Music.", "version": "1.2.9", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Google Music Visualizer" }, "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/music\/*" ], "js": [ "scripts\/libraries\/jquery-3.0.0.min.js", "scripts\/libraries\/jquery-ui.min.js", "scripts\/libraries\/d3.min.js", "scripts\/visualizer.js", "scripts\/content.js" ] } ] } |