Gmail Old UI

Quick attempt to restore Gmail to usable state on desktop.

ما هو Gmail Old UI؟

Gmail Old UI هو إضافة Chrome تم تطويرها بواسطة Dima PM، والميزة الرئيسية لها هي "Quick attempt to restore Gmail to usable state on desktop.".

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

screenshot

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

قم بتنزيل ملفات الامتداد Gmail Old UI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Gmail Old UI Gmail Old UI
ID ophglpgeanjkbpnljnokjlclhkgcnbdh
عنوان URL الرسمي https://chromewebstore.google.com/detail/gmail-old-ui/ophglpgeanjkbpnljnokjlclhkgcnbdh
الوصف Quick attempt to restore Gmail to usable state on desktop.
حجم الملف 3.13 KB
عدد التثبيتات 28
النسخة الحالية 0.0.1
آخر تحديث 2018-09-27
تاريخ النشر 2018-09-26
المطور Dima PM
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Old UI",
    "version": "0.0.1",
    "description": "Quick attempt to restore Gmail to usable state on desktop.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/u\/0\/"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}