Minimalist Gmail
Transforms Gmail UI to a minimal, only basic set of features
Co to jest Minimalist Gmail?
Minimalist Gmail to rozszerzenie Chrome opracowane przez mr.crypster, a jego główną funkcją jest „Transforms Gmail UI to a minimal, only basic set of features”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Minimalist Gmail
Pobierz pliki rozszerzeń Minimalist Gmail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Minimalist Gmail |
ID | khkfamkfnnbpmpichmdeifkldhhgjmig |
Oficjalny URL | https://chromewebstore.google.com/detail/minimalist-gmail/khkfamkfnnbpmpichmdeifkldhhgjmig |
Opis | Transforms Gmail UI to a minimal, only basic set of features |
Rozmiar pliku | 4.71 KB |
Liczba instalacji | 65 |
Aktualna Wersja | 1.8 |
Ostatnia Aktualizacja | 2022-08-12 |
Data Publikacji | 2021-11-29 |
Ocena | 4.25/5 Łącznie 4 Oceny |
Deweloper | mr.crypster |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/mrcrypster/micro-gmail-chrome |
Adres URL Strony Pomocy | https://github.com/mrcrypster/micro-gmail-chrome/issues |
Obsługiwane Języki | 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" } |