Minimalist Gmail

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

What is Minimalist Gmail?

Minimalist Gmail is a Chrome extension developed by mr.crypster, and its main feature is "Transforms Gmail UI to a minimal, only basic set of features".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Minimalist Gmail Extension CRX File

Download Minimalist Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Minimalist Gmail Minimalist Gmail
ID khkfamkfnnbpmpichmdeifkldhhgjmig
Official URL https://chromewebstore.google.com/detail/minimalist-gmail/khkfamkfnnbpmpichmdeifkldhhgjmig
Description Transforms Gmail UI to a minimal, only basic set of features
File Size 4.71 KB
Installation Count 65
Current Version 1.8
Last Updated 2022-08-12
Publish Date 2021-11-29
Rating 4.25/5 Total 4 Ratings
Developer mr.crypster
Email [email protected]
Payment Type free
Extension Website https://github.com/mrcrypster/micro-gmail-chrome
Help Page URL https://github.com/mrcrypster/micro-gmail-chrome/issues
Supported Languages 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"
}