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 |
| Eメール | [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"
]
} | |