Minimalist Gmail
Transforms Gmail UI to a minimal, only basic set of features
Cos'è Minimalist Gmail?
Minimalist Gmail è un'estensione di Chrome sviluppata da mr.crypster, e la sua funzione principale è "Transforms Gmail UI to a minimal, only basic set of features".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Minimalist Gmail
Scarica i file di estensione Minimalist Gmail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Minimalist Gmail |
ID | khkfamkfnnbpmpichmdeifkldhhgjmig |
URL Ufficiale | https://chromewebstore.google.com/detail/minimalist-gmail/khkfamkfnnbpmpichmdeifkldhhgjmig |
Descrizione | Transforms Gmail UI to a minimal, only basic set of features |
Dimensione del File | 4.71 KB |
Conteggio Installazioni | 65 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2022-08-12 |
Data di Pubblicazione | 2021-11-29 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | mr.crypster |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mrcrypster/micro-gmail-chrome |
URL della Pagina di Aiuto | https://github.com/mrcrypster/micro-gmail-chrome/issues |
Lingue Supportate | 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" } |