Widget for Spotify
Control Spotify playback
Widget for Spotifyคืออะไร?
Widget for Spotify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yemi F และคุณลักษณะหลักของมันคือ "Control Spotify playback"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Widget for Spotify
ดาวน์โหลดไฟล์ส่วนขยาย Widget for Spotify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a now playing media widget for Spotify. Inspired by Spotify's Android widget. Features - control your music/podcasts whilst minimizing interruptions to your workflow - play, pause, previous, next - background colour dependent on cover art - click anywhere in the extension to go to the Spotify tab playing media - presents a link to Spotify when Spotify is not open OR when nothing is playing Use - to use, go to Spotify Web (https://open.spotify.com/) and login - optional: PIN extension - click extension to open and control playback
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Widget for Spotify |
ID | kbodklnajaiochpncacklndhdbjoijij |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/widget-for-spotify/kbodklnajaiochpncacklndhdbjoijij |
คำอธิบาย | Control Spotify playback |
ขนาดไฟล์ | 28.42 KB |
จำนวนการติดตั้ง | 152 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-03-30 |
วันที่เผยแพร่ | 2023-03-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Yemi F |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Widget for Spotify", "description": "Control Spotify playback", "version": "1.0", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_popup": "popup.html" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "*:\/\/open.spotify.com\/*" ] } |