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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |