SoundMail

Add sounds to your gmail!

什么是SoundMail?

SoundMail是由joonatoona开发的Chrome扩展程序,该扩展的主要功能是“Add sounds to your gmail!”。

下载SoundMail扩展crx文件

下载SoundMail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Have you ever wanted to add sounds to your Gmail?
This plugin adds mario sound effects to your gmail!

Sounds are specified for:
Email revived.
Email send.
Email deleted.
Draft deleted.
Email starred.
*REMOVED* Inbox reloaded. *REMOVED BECAUSE IT WAS ANNOYING*
Category expanded.                    

扩展基本信息

名称 SoundMail SoundMail
ID jfcaiimeoaecbgppjciopiedmfgipmib
官方URL https://chrome.google.com/webstore/detail/soundmail/jfcaiimeoaecbgppjciopiedmfgipmib
简介 Add sounds to your gmail!
文件大小 98.97 KB
安装次数 14
当前版本 0.2
更新时间 2015-07-08
上架时间 2015-07-08
评分 4.00/5 共1次评分
开发者 joonatoona
付费类型 free
扩展官网 http://digitalfishfun.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SoundMail",
    "version": "0.2",
    "description": "Add sounds to your gmail!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-1.11.3.min.js",
        "gmail.js",
        "main.js"
    ],
    "manifest_version": 2
}