Showcase
Your favorite music albums, every time you open a new tab.
Showcase란 무엇입니까?
Showcase은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your favorite music albums, every time you open a new tab."입니다.
확장 프로그램 스크린샷
Showcase 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hello, music lovers! With Showcase you'll get to see one of your favorite albums, every time you open a new tab. - Every time you open a new tab, you'll see a random album from your 100 most listened albums - Start listening to the album directly on Spotify - Read all about the album on Last.fm and Wikipedia - Enjoy the beautiful artworks of your favorite music, without distractions Important: you need a Last.fm account in order for this extension to work.
확장 프로그램 기본 정보
이름 | Showcase |
ID | bepmoggfmboifmfmcnlommkhofememng |
공식 URL | https://chromewebstore.google.com/detail/showcase/bepmoggfmboifmfmcnlommkhofememng |
설명 | Your favorite music albums, every time you open a new tab. |
파일 크기 | 135 KB |
설치 횟수 | 61 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-06-15 |
출시 날짜 | 2020-06-15 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.showcasetab.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Showcase", "version": "1.1", "description": "Your favorite music albums, every time you open a new tab.", "permissions": [ "storage", "https:\/\/*.showcasetab.com\/", "https:\/\/lastfm.freetls.fastly.net\/", "https:\/\/i.scdn.co\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/showcase16.png", "32": "images\/showcase32.png", "48": "images\/showcase48.png", "128": "images\/showcase128.png" }, "browser_action": [], "manifest_version": 2 } |