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ファイルをダウンロード

Bandcamp New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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