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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}