Minimalist Gmail

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

Minimalist Gmail란 무엇입니까?

Minimalist Gmail은(는) mr.crypster에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transforms Gmail UI to a minimal, only basic set of features"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Minimalist Gmail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}