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 |
| Eメール | [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"
} | |