Inbox Layout for Gmail

Making Gmail look more like Inbox

ما هو Inbox Layout for Gmail؟

Inbox Layout for Gmail هو إضافة Chrome تم تطويرها بواسطة jakbox، والميزة الرئيسية لها هي "Making Gmail look more like Inbox".

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

screenshot

تحميل ملف CRX للإضافة Inbox Layout for Gmail

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

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

                        - Emulates the layout of Inbox in Gmail 
- Works with the latest Gmail UI (late 2018) 
- Works with all Gmail inbox configurations (priority inbox, tabs, preview pane)
- Plays nice with Gmail themes (backgrounds / styles from the settings cog)
- Plays nice with Gmail plugins and labs                    

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

الاسم Inbox Layout for Gmail Inbox Layout for Gmail
ID mpfambbegmagappbaekoffohgljakfkl
عنوان URL الرسمي https://chromewebstore.google.com/detail/inbox-layout-for-gmail/mpfambbegmagappbaekoffohgljakfkl
الوصف Making Gmail look more like Inbox
حجم الملف 9.05 KB
عدد التثبيتات 66
النسخة الحالية 0.1.1
آخر تحديث 2019-04-08
تاريخ النشر 2019-04-07
المطور jakbox
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox Layout for Gmail",
    "version": "0.1.1",
    "description": "Making Gmail look more like Inbox",
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "util.js",
                "content.js"
            ],
            "css": [
                "gbox.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "manifest_version": 2
}