Last.fm
Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,…
Last.fmคืออะไร?
Last.fm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย redhead และคุณลักษณะหลักของมันคือ "Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Last.fm
ดาวน์โหลดไฟล์ส่วนขยาย Last.fm ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks, upcoming events and top artists. Notifies you about upcoming events by changing the icon. *It doesn't play any music.* You can search for artist/album/track titles which will popup with most relevant results. You can express "love" for track.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | llnaedjamgkhniabahfmpemmbclcnllc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lastfm/llnaedjamgkhniabahfmpemmbclcnllc |
คำอธิบาย | Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,… |
ขนาดไฟล์ | 136 KB |
จำนวนการติดตั้ง | 5,126 |
เวอร์ชันปัจจุบัน | 0.7.3 |
อัปเดตครั้งล่าสุด | 2013-06-25 |
วันที่เผยแพร่ | 2013-06-25 |
คะแนน | 3.50/5 รวมทั้งหมด 115 คะแนน |
ผู้พัฒนา | redhead |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/default.png", "default_title": "Last.fm", "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "32": "icon32.png", "48": "icon48.png" }, "name": "Last.fm", "permissions": [ "http:\/\/ws.audioscrobbler.com\/", "http:\/\/www.last.fm\/", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.7.3" } |