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