Artists List View for Google Play Music
Displays the Artists page in Google Play Music as a more compact list.
Τι είναι το Artists List View for Google Play Music;
Το Artists List View for Google Play Music είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Steven Jackson, και η κύρια λειτουργία του είναι "Displays the Artists page in Google Play Music as a more compact list.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Artists List View for Google Play Music
Λήψη αρχείων επέκτασης Artists List View for Google Play Music σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kkcjpbjomkbegamioefdeeccolndhhdd |
Επίσημο URL | https://chrome.google.com/webstore/detail/kkcjpbjomkbegamioefdeeccolndhhdd |
Περιγραφή | Displays the Artists page in Google Play Music as a more compact list. |
Μέγεθος Αρχείου | 8.06 KB |
Αριθμός Εγκαταστάσεων | 142 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2017-02-07 |
Ημερομηνία Δημοσίευσης | 2017-02-07 |
Αξιολόγηση | 4.29/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | Steven Jackson |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |