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.”。
扩展截图
下载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?
扩展基本信息
名称 | |
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\/" ] } |