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