Different Gmail Delete Button

Tweaks the Gmail web interface’s delete button.

Apa itu Different Gmail Delete Button?

Different Gmail Delete Button adalah ekstensi Chrome yang dikembangkan oleh Joshua Goodwin, dan fitur utamanya adalah "Tweaks the Gmail web interface’s delete button.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Different Gmail Delete Button

Unduh file ekstensi Different Gmail Delete Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Different Gmail Delete Button Different Gmail Delete Button
ID hllponefgojlmkmnahibllgombchhgia
URL Resmi https://chromewebstore.google.com/detail/different-gmail-delete-bu/hllponefgojlmkmnahibllgombchhgia
Deskripsi Tweaks the Gmail web interface’s delete button.
Ukuran File 3.77 KB
Jumlah Instalasi 101
Versi Saat Ini 1.5.7
Terakhir Diperbarui 2013-04-11
Tanggal Publikasi 2013-04-11
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Joshua Goodwin
Tipe Pembayaran free
Bahasa yang Didukung 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"
}