Different Gmail Delete Button

Tweaks the Gmail web interface’s delete button.

Co je Different Gmail Delete Button?

Different Gmail Delete Button je rozšíření Chrome vyvinuté Joshua Goodwin, a jeho hlavní funkcí je „Tweaks the Gmail web interface’s delete button.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Different Gmail Delete Button

Stáhněte si soubory rozšíření Different Gmail Delete Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Different Gmail Delete Button Different Gmail Delete Button
ID hllponefgojlmkmnahibllgombchhgia
Oficiální URL https://chromewebstore.google.com/detail/different-gmail-delete-bu/hllponefgojlmkmnahibllgombchhgia
Popis Tweaks the Gmail web interface’s delete button.
Velikost souboru 3.77 KB
Počet instalací 101
Aktuální Verze 1.5.7
Poslední Aktualizace 2013-04-11
Datum Vydání 2013-04-11
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Joshua Goodwin
Typ Platby free
Podporované Jazyky 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"
}