Minimalist Gmail

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

Что такое Minimalist Gmail?

Minimalist Gmail - это расширение Chrome, разработанное mr.crypster, и его основная функция - "Transforms Gmail UI to a minimal, only basic set of features".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Minimalist Gmail

Скачайте файлы расширений Minimalist Gmail в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Minimalist Gmail Minimalist Gmail
ID khkfamkfnnbpmpichmdeifkldhhgjmig
Официальный URL https://chromewebstore.google.com/detail/minimalist-gmail/khkfamkfnnbpmpichmdeifkldhhgjmig
Описание Transforms Gmail UI to a minimal, only basic set of features
Размер файла 4.71 KB
Количество установок 65
Текущая Версия 1.8
Последнее Обновление 2022-08-12
Дата публикации 2021-11-29
Рейтинг 4.25/5 Всего 4 оценок
Разработчик mr.crypster
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/mrcrypster/micro-gmail-chrome
URL страницы помощи https://github.com/mrcrypster/micro-gmail-chrome/issues
Поддерживаемые языки 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"
}