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...) 扩展基本信息
| 名称 | |
| ID | ognlklnalejbjmbliihoojjeeaeiobao |
| 官方URL | 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"
]
} | |