Gmail Old UI

Quick attempt to restore Gmail to usable state on desktop.

Apa itu Gmail Old UI?

Gmail Old UI adalah ekstensi Chrome yang dikembangkan oleh Dima PM, dan fitur utamanya adalah "Quick attempt to restore Gmail to usable state on desktop.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gmail Old UI

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

                                            

Informasi Dasar Ekstensi

Nama Gmail Old UI Gmail Old UI
ID ophglpgeanjkbpnljnokjlclhkgcnbdh
URL Resmi https://chromewebstore.google.com/detail/gmail-old-ui/ophglpgeanjkbpnljnokjlclhkgcnbdh
Deskripsi Quick attempt to restore Gmail to usable state on desktop.
Ukuran File 3.13 KB
Jumlah Instalasi 28
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2018-09-27
Tanggal Publikasi 2018-09-26
Pengembang Dima PM
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Old UI",
    "version": "0.0.1",
    "description": "Quick attempt to restore Gmail to usable state on desktop.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/u\/0\/"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}