Different Gmail Delete Button

Tweaks the Gmail web interface’s delete button.

What is Different Gmail Delete Button?

Different Gmail Delete Button is a Chrome extension developed by Joshua Goodwin, and its main feature is "Tweaks the Gmail web interface’s delete button.".

Extension Screenshots

screenshot

Download Different Gmail Delete Button Extension CRX File

Download Different Gmail Delete Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.)                    

Extension Basic Information

Name Different Gmail Delete Button Different Gmail Delete Button
ID hllponefgojlmkmnahibllgombchhgia
Official URL https://chromewebstore.google.com/detail/different-gmail-delete-bu/hllponefgojlmkmnahibllgombchhgia
Description Tweaks the Gmail web interface’s delete button.
File Size 3.77 KB
Installation Count 101
Current Version 1.5.7
Last Updated 2013-04-11
Publish Date 2013-04-11
Rating 3.00/5 Total 2 Ratings
Developer Joshua Goodwin
Payment Type free
Supported Languages 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"
}