Minimalist Gmail
Transforms Gmail UI to a minimal, only basic set of features
Vad är Minimalist Gmail?
Minimalist Gmail är en Chrome-tillägg utvecklad av mr.crypster, och dess huvudfunktion är "Transforms Gmail UI to a minimal, only basic set of features".
Tilläggsskärmbilder
Ladda ner Minimalist Gmail-förlängningens CRX-fil
Ladda ner Minimalist Gmail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | khkfamkfnnbpmpichmdeifkldhhgjmig |
| Officiell webbadress | https://chromewebstore.google.com/detail/minimalist-gmail/khkfamkfnnbpmpichmdeifkldhhgjmig |
| Beskrivning | Transforms Gmail UI to a minimal, only basic set of features |
| Filstorlek | 4.71 KB |
| Antal Installationer | 65 |
| Aktuell Version | 1.8 |
| Senast Uppdaterad | 2022-08-12 |
| Publiceringsdatum | 2021-11-29 |
| Betyg | 4.25/5 Totalt 4 Betyg |
| Utvecklare | mr.crypster |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/mrcrypster/micro-gmail-chrome |
| Hjälpsida URL | https://github.com/mrcrypster/micro-gmail-chrome/issues |
| Stödda Språk | 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"
} | |