Artists List View for Google Play Music
Displays the Artists page in Google Play Music as a more compact list.
Vad är Artists List View for Google Play Music?
Artists List View for Google Play Music är en Chrome-tillägg utvecklad av Steven Jackson, och dess huvudfunktion är "Displays the Artists page in Google Play Music as a more compact list.".
Tilläggsskärmbilder
Ladda ner Artists List View for Google Play Music-förlängningens CRX-fil
Ladda ner Artists List View for Google Play Music-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | kkcjpbjomkbegamioefdeeccolndhhdd |
Officiell webbadress | https://chrome.google.com/webstore/detail/kkcjpbjomkbegamioefdeeccolndhhdd |
Beskrivning | Displays the Artists page in Google Play Music as a more compact list. |
Filstorlek | 8.06 KB |
Antal Installationer | 142 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2017-02-07 |
Publiceringsdatum | 2017-02-07 |
Betyg | 4.29/5 Totalt 7 Betyg |
Utvecklare | Steven Jackson |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |