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".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Minimalist Gmail

قم بتنزيل ملفات الامتداد Minimalist Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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"
}