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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" ] } |