Gmail Zero

When your Gmail hits Inbox zero, display the Inbox zero image.

ما هو Gmail Zero؟

Gmail Zero هو إضافة Chrome تم تطويرها بواسطة chodyo، والميزة الرئيسية لها هي "When your Gmail hits Inbox zero, display the Inbox zero image.".

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

screenshot

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

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

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

                        Google is removing Inbox, but Inbox zero will live on. Reward yourself when you achieve inbox zero by displaying this classic Inbox zero image in Gmail.                    

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

الاسم Gmail Zero Gmail Zero
ID bhpdlfchngefiolkmkogbbjchcechobm
عنوان URL الرسمي https://chromewebstore.google.com/detail/gmail-zero/bhpdlfchngefiolkmkogbbjchcechobm
الوصف When your Gmail hits Inbox zero, display the Inbox zero image.
حجم الملف 141 KB
عدد التثبيتات 47
النسخة الحالية 1.0.2
آخر تحديث 2023-12-24
تاريخ النشر 2018-10-01
تقييم 5.00/5 مجموع تقييمات 5
المطور chodyo
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "manifest_version": 3,
    "name": "Gmail Zero",
    "version": "1.0.2",
    "description": "When your Gmail hits Inbox zero, display the Inbox zero image.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "zero.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "short_name": "Gmail Zero",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}