Minimalist Gmail

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

Co je Minimalist Gmail?

Minimalist Gmail je rozšíření Chrome vyvinuté mr.crypster, a jeho hlavní funkcí je „Transforms Gmail UI to a minimal, only basic set of features“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Minimalist Gmail

Stáhněte si soubory rozšíření Minimalist Gmail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Minimalist Gmail Minimalist Gmail
ID khkfamkfnnbpmpichmdeifkldhhgjmig
Oficiální URL https://chromewebstore.google.com/detail/minimalist-gmail/khkfamkfnnbpmpichmdeifkldhhgjmig
Popis Transforms Gmail UI to a minimal, only basic set of features
Velikost souboru 4.71 KB
Počet instalací 65
Aktuální Verze 1.8
Poslední Aktualizace 2022-08-12
Datum Vydání 2021-11-29
Hodnocení 4.25/5 Celkem 4 Hodnocení
Vývojář mr.crypster
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/mrcrypster/micro-gmail-chrome
URL Stránky Nápovědy https://github.com/mrcrypster/micro-gmail-chrome/issues
Podporované Jazyky 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"
}