Gmail Sunshine

Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!

ما هو Gmail Sunshine؟

Gmail Sunshine هو إضافة Chrome تم تطويرها بواسطة Petr Sloup، والميزة الرئيسية لها هي "Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!".

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

screenshot
screenshot
screenshot

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

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

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

                        Now that the Google Inbox is being discontinued, we are forced to go back to using the old Gmail.

However, the most important feature is missing -- the great feeling of seeing the sun when you have successfully gone through all your incoming email and have no more work to do.

This extension solves this issue.

Source code at https://github.com/petrsloup/gmail-sunshine                    

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

الاسم Gmail Sunshine Gmail Sunshine
ID doonmnglfbnaiahmnefjmnpbjadloaok
عنوان URL الرسمي https://chromewebstore.google.com/detail/gmail-sunshine/doonmnglfbnaiahmnefjmnpbjadloaok
الوصف Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!
حجم الملف 27.55 KB
عدد التثبيتات 78
النسخة الحالية 2.0
آخر تحديث 2019-04-17
تاريخ النشر 2019-04-17
تقييم 4.00/5 مجموع تقييمات 4
المطور Petr Sloup
نوع الدفع free
موقع الإضافة https://github.com/petrsloup/gmail-sunshine
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Sunshine",
    "description": "Brings the best feature from Inbox to Gmail \u2013 Sunshine when there is no new mail!",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "manifest_version": 2
}