Minimalist Gmail

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

Qu'est-ce que Minimalist Gmail ?

Minimalist Gmail est une extension Chrome développée par mr.crypster, et sa fonction principale est "Transforms Gmail UI to a minimal, only basic set of features".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Minimalist Gmail

Téléchargez les fichiers d'extension Minimalist Gmail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Minimalist Gmail Minimalist Gmail
ID khkfamkfnnbpmpichmdeifkldhhgjmig
URL Officiel https://chromewebstore.google.com/detail/minimalist-gmail/khkfamkfnnbpmpichmdeifkldhhgjmig
Description Transforms Gmail UI to a minimal, only basic set of features
Taille du Fichier 4.71 KB
Nombre d'Installations 65
Version Actuelle 1.8
Dernière Mise à Jour 2022-08-12
Date de Publication 2021-11-29
Évaluation 4.25/5 Total 4 Évaluations
Développeur mr.crypster
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mrcrypster/micro-gmail-chrome
URL de la Page d'Aide https://github.com/mrcrypster/micro-gmail-chrome/issues
Langues Prises en Charge 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"
}