Gmail Sunshine

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

什麼是Gmail Sunshine?

Gmail Sunshine是由Petr Sloup開發的Chrome擴展程式,該擴展的主要功能是“Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!”。

擴展截圖

screenshot
screenshot
screenshot

下載Gmail Sunshine擴展crx文件

下載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
官方網址 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
}