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”。
擴展截圖
下載Minimalist Gmail擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | khkfamkfnnbpmpichmdeifkldhhgjmig |
| 官方網址 | 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"
} | |