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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 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"
            ]
        }
    ]
}