Minimalist Gmail

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

Minimalist Gmail là gì?

Minimalist Gmail là một tiện ích mở rộng Chrome được phát triển bởi mr.crypster, và tính năng chính của nó là "Transforms Gmail UI to a minimal, only basic set of features".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Minimalist Gmail

Tải xuống các tệp mở rộng Minimalist Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Minimalist Gmail Minimalist Gmail
ID khkfamkfnnbpmpichmdeifkldhhgjmig
URL Chính Thức https://chromewebstore.google.com/detail/minimalist-gmail/khkfamkfnnbpmpichmdeifkldhhgjmig
Mô tả Transforms Gmail UI to a minimal, only basic set of features
Kích Thước Tệp 4.71 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2022-08-12
Ngày Phát Hành 2021-11-29
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển mr.crypster
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mrcrypster/micro-gmail-chrome
URL Trang Trợ Giúp https://github.com/mrcrypster/micro-gmail-chrome/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}