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
官方網址 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\/"
    ]
}