Minimalist Gmail
Transforms Gmail UI to a minimal, only basic set of features
Minimalist Gmail क्या है?
Minimalist Gmail mr.crypster द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transforms Gmail UI to a minimal, only basic set of features"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Minimalist Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |