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.”。

扩展截图

screenshot

下载List View for Google Play Music扩展crx文件

下载List View for Google Play Music扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 List View for Google Play Music 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"
            ]
        }
    ]
}