Gmail UI update

Fixes a couple of things

Apa itu Gmail UI update?

Gmail UI update adalah ekstensi Chrome yang dikembangkan oleh michelet.tristan, dan fitur utamanya adalah "Fixes a couple of things".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gmail UI update

Unduh file ekstensi Gmail UI update 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

                        When using the multiple inboxes gmail lab plugin, the action bar is not always reachable.
This plugin fixes it by making it move to the top or the bottom depending on what's the most convenient.

See more: https://github.com/tmichelet/gmail-helper                    

Informasi Dasar Ekstensi

Nama Gmail UI update Gmail UI update
ID iclfhanefileilkpahemhgaieoiojefp
URL Resmi https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp
Deskripsi Fixes a couple of things
Ukuran File 4.26 KB
Jumlah Instalasi 32
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2014-10-12
Tanggal Publikasi 2014-10-12
Pengembang michelet.tristan
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail UI update",
    "description": "Fixes a couple of things",
    "version": "1.0.2",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}