Bandcamp New Tab

This extension replaces the default new tab content with a new Bandcamp album.

Bandcamp New Tab란 무엇입니까?

Bandcamp New Tab은(는) Bandcamp, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension replaces the default new tab content with a new Bandcamp album."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Bandcamp New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Looking for amazing new music, but too ​lazy, er,​ busy to go searching? We can help! Enjoy wonderful sounds curated from the vast musical landscape known as Bandcamp, delivered with minimal effort right to your browser: a fresh new album each time you open a new tab. Sure, you can skip that nice and inviting Play button and go on with your day, but eh, why not click it, put your good headphones on and see if you like what you hear. If you don't, no biggie. Go ahead and complete your original task. But if you do? Then yeah, let it play and open another tab to go off and be productive. Music helps with that, ya know?                    

확장 프로그램 기본 정보

이름 Bandcamp New Tab Bandcamp New Tab
ID nbabnnemlofbllcflfjpjgkgmcdbeemc
공식 URL https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc
설명 This extension replaces the default new tab content with a new Bandcamp album.
파일 크기 46.65 KB
설치 횟수 508
현재 버전 0.0.3
최근 업데이트 2016-03-11
출시 날짜 2016-03-11
평점 3.88/5 총 17 개의 평점
개발자 Bandcamp, Inc.
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://bandcamp.com
개인정보 보호 정책 페이지 URL https://bandcamp.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bandcamp New Tab",
    "description": "This extension replaces the default new tab content with a new Bandcamp album.",
    "version": "0.0.3",
    "author": "Bandcamp, Inc.",
    "icons": {
        "128": "bc-newtab-icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "player.html"
    },
    "permissions": [
        "https:\/\/bandcamp.com\/"
    ]
}