List View for Google Play Music
Converts Google Play Music's "Artist" and "Genre" views to a list.
List View for Google Play Musicとは何ですか?
List View for Google Play Musicはclaflammeによって開発されたChromeの拡張機能で、その主な機能は「Converts Google Play Music's "Artist" and "Genre" views to a list.」です。
拡張機能のスクリーンショット
List View for Google Play Music拡張機能のCRXファイルをダウンロード
List View for Google Play Music拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | List View for Google Play Music |
ID | dmjdfofgcjpbebhjpegjgjhejmohlnnb |
公式URL | https://chromewebstore.google.com/detail/list-view-for-google-play/dmjdfofgcjpbebhjpegjgjhejmohlnnb |
説明 | Converts Google Play Music's "Artist" and "Genre" views to a list. |
ファイルサイズ | 3.31 KB |
インストール数 | 43 |
現在のバージョン | 0.1.2 |
最終更新日 | 2014-08-08 |
公開日 | 2014-08-07 |
評価 | 1.00/5 合計 3 レビュー |
開発者 | claflamme |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "List View for Google Play Music", "short_name": "GM List View", "version": "0.1.2", "manifest_version": 2, "description": "Converts Google Play Music's \"Artist\" and \"Genre\" views to a list.", "homepage_url": "https:\/\/github.com\/claflamme\/Google-Music-List-View", "permissions": [ "https:\/\/play.google.com\/music\/listen" ], "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/music\/listen" ], "css": [ "style.css" ] } ] } |