Different Gmail Delete Button

Tweaks the Gmail web interface’s delete button.

Different Gmail Delete Buttonとは何ですか?

Different Gmail Delete ButtonはJoshua Goodwinによって開発されたChromeの拡張機能で、その主な機能は「Tweaks the Gmail web interface’s delete button.」です。

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

screenshot

Different Gmail Delete Button拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension replaces Gmail’s delete button’s icon with a less subtle version. (If you have chosen ‘Text’ in the ‘Button labels’ section of Gmail’s settings, it will have no effect.)                    

拡張機能の基本情報

名前 Different Gmail Delete Button Different Gmail Delete Button
ID hllponefgojlmkmnahibllgombchhgia
公式URL https://chromewebstore.google.com/detail/different-gmail-delete-bu/hllponefgojlmkmnahibllgombchhgia
説明 Tweaks the Gmail web interface’s delete button.
ファイルサイズ 3.77 KB
インストール数 101
現在のバージョン 1.5.7
最終更新日 2013-04-11
公開日 2013-04-11
評価 3.00/5 合計 2 レビュー
開発者 Joshua Goodwin
支払い方法 free
対応言語 en
manifest.json
{
    "web_accessible_resources": [
        "icon16.png"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Tweaks the Gmail web interface\u2019s delete button.",
    "name": "Different Gmail Delete Button",
    "permissions": [
        "*:\/\/mail.google.com\/"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "all_frames": true,
            "css": [
                "css.css"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.5.7"
}