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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
}