Minimalist Gmail
Transforms Gmail UI to a minimal, only basic set of features
Wat is Minimalist Gmail?
Minimalist Gmail is een Chrome-extensie ontwikkeld door mr.crypster, en de belangrijkste functie is "Transforms Gmail UI to a minimal, only basic set of features".
Extensie Screenshots
Download het CRX-bestand van de extensie Minimalist Gmail
Download Minimalist Gmail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Minimalist Gmail |
ID | khkfamkfnnbpmpichmdeifkldhhgjmig |
Officiële URL | https://chromewebstore.google.com/detail/minimalist-gmail/khkfamkfnnbpmpichmdeifkldhhgjmig |
Beschrijving | Transforms Gmail UI to a minimal, only basic set of features |
Bestandsgrootte | 4.71 KB |
Aantal Installaties | 65 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2022-08-12 |
Publicatiedatum | 2021-11-29 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | mr.crypster |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mrcrypster/micro-gmail-chrome |
Help Pagina-URL | https://github.com/mrcrypster/micro-gmail-chrome/issues |
Ondersteunde Talen | 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" } |