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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}