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
}