Widget for Spotify
Control Spotify playback
什麼是Widget for Spotify?
Widget for Spotify是由Yemi F開發的Chrome擴展程式,該擴展的主要功能是“Control Spotify playback”。
擴展截圖
下載Widget for Spotify擴展crx文件
下載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 |
官方網址 | 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\/*" ] } |