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
电子邮箱 [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
}