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
电子邮箱 [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"
            ]
        }
    ]
}