Different Gmail Delete Button

Tweaks the Gmail web interface’s delete button.

Cos'è Different Gmail Delete Button?

Different Gmail Delete Button è un'estensione di Chrome sviluppata da Joshua Goodwin, e la sua funzione principale è "Tweaks the Gmail web interface’s delete button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Different Gmail Delete Button

Scarica i file di estensione Different Gmail Delete Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Different Gmail Delete Button Different Gmail Delete Button
ID hllponefgojlmkmnahibllgombchhgia
URL Ufficiale https://chromewebstore.google.com/detail/different-gmail-delete-bu/hllponefgojlmkmnahibllgombchhgia
Descrizione Tweaks the Gmail web interface’s delete button.
Dimensione del File 3.77 KB
Conteggio Installazioni 101
Versione Corrente 1.5.7
Ultimo Aggiornamento 2013-04-11
Data di Pubblicazione 2013-04-11
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Joshua Goodwin
Tipo di Pagamento free
Lingue Supportate 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"
}