Artists List View for Google Play Music

Displays the Artists page in Google Play Music as a more compact list.

Artists List View for Google Play Musicとは何ですか?

Artists List View for Google Play MusicはSteven Jacksonによって開発されたChromeの拡張機能で、その主な機能は「Displays the Artists page in Google Play Music as a more compact list.」です。

拡張機能のスクリーンショット

screenshot

Artists List View for Google Play Music拡張機能のCRXファイルをダウンロード

Artists List View for Google Play Music拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Modifies Google Play Music's artist page to display artists in a list instead of a large grid of icons.

This is a simple extension that just provides an alternate CSS style for the artists page. It should maintain all of the functionality of the original page.

If you have an issues or feature requests please post them here: https://github.com/stevosaurus/GooglePlayMusicArtistsListView/issues

This extension is in no way associated with Google or the Google Play Music service.                    

拡張機能の基本情報

名前 Artists List View for Google Play Music Artists List View for Google Play Music
ID kkcjpbjomkbegamioefdeeccolndhhdd
公式URL https://chrome.google.com/webstore/detail/kkcjpbjomkbegamioefdeeccolndhhdd
説明 Displays the Artists page in Google Play Music as a more compact list.
ファイルサイズ 8.06 KB
インストール数 142
現在のバージョン 1.0.0
最終更新日 2017-02-07
公開日 2017-02-07
評価 4.29/5 合計 7 レビュー
開発者 Steven Jackson
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Artists List View for Google Play Music",
    "version": "1.0.0",
    "description": "Displays the Artists page in Google Play Music as a more compact list.",
    "icons": {
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/music\/*"
            ],
            "css": [
                "compactliststyles.css"
            ]
        }
    ]
}