Artists List View for Google Play Music

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

Hvad er Artists List View for Google Play Music?

Artists List View for Google Play Music er en Chrome-udvidelse udviklet af Steven Jackson, og dens hovedfunktion er "Displays the Artists page in Google Play Music as a more compact list.".

Udvidelsesskærmbilleder

screenshot

Download Artists List View for Google Play Music-udvidelses-CRX-fil

Download Artists List View for Google Play Music-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Artists List View for Google Play Music Artists List View for Google Play Music
ID kkcjpbjomkbegamioefdeeccolndhhdd
Officiel URL https://chrome.google.com/webstore/detail/kkcjpbjomkbegamioefdeeccolndhhdd
Beskrivelse Displays the Artists page in Google Play Music as a more compact list.
Filstørrelse 8.06 KB
Antal Installationer 142
Nuværende Version 1.0.0
Senest Opdateret 2017-02-07
Udgivelsesdato 2017-02-07
Bedømmelse 4.29/5 Samlet 7 Bedømmelser
Udvikler Steven Jackson
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}