Small Player for Google Music™
Unofficial small player for Google Music
Small Player for Google Music™คืออะไร?
Small Player for Google Music™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thomas Pelletier และคุณลักษณะหลักของมันคือ "Unofficial small player for Google Music"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Small Player for Google Music™
ดาวน์โหลดไฟล์ส่วนขยาย Small Player for Google Music™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of looking for that Google Music™ tab? This unofficial Chrome extension gives you a quick access to the currently playing track and the basic features. * See the current track * Play / Pause * Previous / Next track * Thumbs up / thumbs down * Notification when the track changes (optional) * Open the right tab in one click * Separate window
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Small Player for Google Music™ |
ID | modjkeoidggambjcakhffpfabbiboece |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/small-player-for-google-m/modjkeoidggambjcakhffpfabbiboece |
คำอธิบาย | Unofficial small player for Google Music |
ขนาดไฟล์ | 114 KB |
จำนวนการติดตั้ง | 217 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2013-12-20 |
วันที่เผยแพร่ | 2013-12-20 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Thomas Pelletier |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Small Player for Google Music\u2122", "description": "Unofficial small player for Google Music", "version": "1.1", "author": "Thomas Pelletier", "background": { "scripts": [ "vendor\/jquery-2.0.3.min.js", "static\/js\/common.js", "static\/js\/background.js" ], "persistent": false }, "permissions": [ "https:\/\/play.google.com\/music", "tabs", "notifications" ], "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/music*" ], "css": [], "js": [ "vendor\/jquery-2.0.3.min.js", "static\/js\/script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "vendor\/jquery-2.0.3.min.js", "vendor\/jquery-2.0.3.min.map" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |