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
官方網址 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
}