Music Tab
View your recently played Spotify songs everytime you open a new tab!
什麼是Music Tab?
Music Tab是由Brandon Vo開發的Chrome擴展程式,該擴展的主要功能是“View your recently played Spotify songs everytime you open a new tab!”。
擴展截圖
下載Music Tab擴展crx文件
下載Music Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With Music Tab, you can appreciate your favourite artists' cover art while browsing the web. Music Tab is a new tab theme that displays the cover art and title of a recent Spotify song you listened. To get started, install the Google Chrome extension and enable Music Tab. Planned Features • Customizable Background (colour, gradient...) • Displayed Song Settings (top tracks, recommended songs...)
擴展基本資訊
名稱 | Music Tab |
ID | ognlklnalejbjmbliihoojjeeaeiobao |
官方網址 | https://chromewebstore.google.com/detail/music-tab/ognlklnalejbjmbliihoojjeeaeiobao |
簡介 | View your recently played Spotify songs everytime you open a new tab! |
檔案大小 | 785 KB |
安裝次數 | 102 |
目前版本 | 1.1.4 |
更新時間 | 2022-03-08 |
上架時間 | 2022-03-03 |
評分 | 4.96/5 共 23 次評分 |
開發者 | Brandon Vo |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Music Tab", "version": "1.1.4", "description": "View your recently played Spotify songs everytime you open a new tab!", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" } }, "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "background": { "service_worker": "assets\/js\/background.js" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "default-src 'self'" }, "permissions": [ "storage" ] } |