Gmail UI update

Fixes a couple of things

ما هو Gmail UI update؟

Gmail UI update هو إضافة Chrome تم تطويرها بواسطة michelet.tristan، والميزة الرئيسية لها هي "Fixes a couple of things".

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

screenshot

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

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

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

                        When using the multiple inboxes gmail lab plugin, the action bar is not always reachable.
This plugin fixes it by making it move to the top or the bottom depending on what's the most convenient.

See more: https://github.com/tmichelet/gmail-helper                    

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

الاسم Gmail UI update Gmail UI update
ID iclfhanefileilkpahemhgaieoiojefp
عنوان URL الرسمي https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp
الوصف Fixes a couple of things
حجم الملف 4.26 KB
عدد التثبيتات 32
النسخة الحالية 1.0.2
آخر تحديث 2014-10-12
تاريخ النشر 2014-10-12
المطور michelet.tristan
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail UI update",
    "description": "Fixes a couple of things",
    "version": "1.0.2",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}