Artists List View for Google Play Music
Displays the Artists page in Google Play Music as a more compact list.
Was ist Artists List View for Google Play Music?
Artists List View for Google Play Music ist eine Chrome-Erweiterung, die von Steven Jackson entwickelt wurde, und ihr Hauptmerkmal ist "Displays the Artists page in Google Play Music as a more compact list.".
Erweiterungsscreenshots
Artists List View for Google Play Music-Erweiterungs-CRX-Datei herunterladen
Laden Sie Artists List View for Google Play Music-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kkcjpbjomkbegamioefdeeccolndhhdd |
Offizielle URL | https://chrome.google.com/webstore/detail/kkcjpbjomkbegamioefdeeccolndhhdd |
Beschreibung | Displays the Artists page in Google Play Music as a more compact list. |
Dateigröße | 8.06 KB |
Installationsanzahl | 142 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2017-02-07 |
Veröffentlichungsdatum | 2017-02-07 |
Bewertung | 4.29/5 Insgesamt 7 Bewertungen |
Entwickler | Steven Jackson |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |