Artists List View for Google Play Music

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

Apa itu Artists List View for Google Play Music?

Artists List View for Google Play Music adalah ekstensi Chrome yang dikembangkan oleh Steven Jackson, dan fitur utamanya adalah "Displays the Artists page in Google Play Music as a more compact list.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Artists List View for Google Play Music

Unduh file ekstensi Artists List View for Google Play Music dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Artists List View for Google Play Music Artists List View for Google Play Music
ID kkcjpbjomkbegamioefdeeccolndhhdd
URL Resmi https://chrome.google.com/webstore/detail/kkcjpbjomkbegamioefdeeccolndhhdd
Deskripsi Displays the Artists page in Google Play Music as a more compact list.
Ukuran File 8.06 KB
Jumlah Instalasi 142
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2017-02-07
Tanggal Publikasi 2017-02-07
Penilaian 4.29/5 Total 7 Penilaian
Pengembang Steven Jackson
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}