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文件
下载Showcase扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |