List View for Google Play Music
Converts Google Play Music's "Artist" and "Genre" views to a list.
List View for Google Play Musicคืออะไร?
List View for Google Play Music เป็นส่วนขยายของ Chrome ที่พัฒนาโดย claflamme และคุณลักษณะหลักของมันคือ "Converts Google Play Music's "Artist" and "Genre" views to a list."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย List View for Google Play Music
ดาวน์โหลดไฟล์ส่วนขยาย List View for Google Play Music ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dmjdfofgcjpbebhjpegjgjhejmohlnnb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/list-view-for-google-play/dmjdfofgcjpbebhjpegjgjhejmohlnnb |
| คำอธิบาย | Converts Google Play Music's "Artist" and "Genre" views to a list. |
| ขนาดไฟล์ | 3.31 KB |
| จำนวนการติดตั้ง | 43 |
| เวอร์ชันปัจจุบัน | 0.1.2 |
| อัปเดตครั้งล่าสุด | 2014-08-08 |
| วันที่เผยแพร่ | 2014-08-07 |
| คะแนน | 1.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | claflamme |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "List View for Google Play Music",
"short_name": "GM List View",
"version": "0.1.2",
"manifest_version": 2,
"description": "Converts Google Play Music's \"Artist\" and \"Genre\" views to a list.",
"homepage_url": "https:\/\/github.com\/claflamme\/Google-Music-List-View",
"permissions": [
"https:\/\/play.google.com\/music\/listen"
],
"content_scripts": [
{
"matches": [
"https:\/\/play.google.com\/music\/listen"
],
"css": [
"style.css"
]
}
]
} | |