CoinTab

Delight your tabs with mario sounds

CoinTabとは何ですか?

CoinTabはKennyPizzaによって開発されたChromeの拡張機能で、その主な機能は「Delight your tabs with mario sounds」です。

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

screenshot

CoinTab拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Make opening and closing your tabs delightful by adding classic Mario sounds to your browser!
Follow me on twitter @kenny_pizza                    

拡張機能の基本情報

名前 CoinTab CoinTab
ID ebgnlfhfojdpkeajnnhiehjmbfhklflo
公式URL https://chrome.google.com/webstore/detail/cointab/ebgnlfhfojdpkeajnnhiehjmbfhklflo
説明 Delight your tabs with mario sounds
ファイルサイズ 139 KB
インストール数 121
現在のバージョン 1.0
最終更新日 2017-01-15
公開日 2017-01-15
評価 4.00/5 合計 6 レビュー
開発者 KennyPizza
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoinTab",
    "version": "1.0",
    "description": "Delight your tabs with mario sounds",
    "author": "@kenny_pizza",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "shroom.png",
        "48": "shroom.png",
        "128": "shroom.png"
    },
    "browser_action": {
        "default_icon": "shroom.png",
        "deault_title": "CoinTab"
    },
    "manifest_version": 2
}