Minimalist Gmail

Transforms Gmail UI to a minimal, only basic set of features

Apa itu Minimalist Gmail?

Minimalist Gmail adalah ekstensi Chrome yang dikembangkan oleh mr.crypster, dan fitur utamanya adalah "Transforms Gmail UI to a minimal, only basic set of features".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Minimalist Gmail

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

                        Removes excess features from Gmail UI, makes it more attractive and focuses on:
- emails list & search,
- inbox, sent, spam, all mail folders,
- composing and reading emails with zero redundant controls.

Minimize your gmail, cut extra functions, leave only basic things to return to the best productivity.                    

Informasi Dasar Ekstensi

Nama Minimalist Gmail Minimalist Gmail
ID khkfamkfnnbpmpichmdeifkldhhgjmig
URL Resmi https://chromewebstore.google.com/detail/minimalist-gmail/khkfamkfnnbpmpichmdeifkldhhgjmig
Deskripsi Transforms Gmail UI to a minimal, only basic set of features
Ukuran File 4.71 KB
Jumlah Instalasi 65
Versi Saat Ini 1.8
Terakhir Diperbarui 2022-08-12
Tanggal Publikasi 2021-11-29
Penilaian 4.25/5 Total 4 Penilaian
Pengembang mr.crypster
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/mrcrypster/micro-gmail-chrome
URL Halaman Bantuan https://github.com/mrcrypster/micro-gmail-chrome/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimalist Gmail",
    "version": "1.8",
    "description": "Transforms Gmail UI to a minimal, only basic set of features",
    "author": "app-reducer",
    "content_scripts": [
        {
            "css": [
                "gmail.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/github.com\/mrcrypster\/micro-gmail-chrome",
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "offline_enabled": true,
    "short_name": "MicroGmail"
}