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" ] } ] } |