Artists List View for Google Play Music
Displays the Artists page in Google Play Music as a more compact list.
¿Qué es Artists List View for Google Play Music?
Artists List View for Google Play Music es una extensión de Chrome desarrollada por Steven Jackson, y su función principal es "Displays the Artists page in Google Play Music as a more compact list.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Artists List View for Google Play Music
Descarga archivos de extensión Artists List View for Google Play Music en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | kkcjpbjomkbegamioefdeeccolndhhdd |
URL Oficial | https://chrome.google.com/webstore/detail/kkcjpbjomkbegamioefdeeccolndhhdd |
Descripción | Displays the Artists page in Google Play Music as a more compact list. |
Tamaño del Archivo | 8.06 KB |
Cantidad de Instalaciones | 142 |
Versión Actual | 1.0.0 |
Última Actualización | 2017-02-07 |
Fecha de Publicación | 2017-02-07 |
Calificación | 4.29/5 Total de 7 Calificaciones |
Desarrollador | Steven Jackson |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |