Minimalist Gmail
Transforms Gmail UI to a minimal, only basic set of features
Minimalist Gmailคืออะไร?
Minimalist Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mr.crypster และคุณลักษณะหลักของมันคือ "Transforms Gmail UI to a minimal, only basic set of features"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minimalist Gmail
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } |