Google Music Visualizer
An audio visualizer for Google Play Music.
Google Music Visualizerとは何ですか?
Google Music VisualizerはZhiwen Huangによって開発されたChromeの拡張機能で、その主な機能は「An audio visualizer for Google Play Music.」です。
拡張機能のスクリーンショット
Google Music Visualizer拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } ] } |