Gmail Sunshine

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

Apa itu Gmail Sunshine?

Gmail Sunshine adalah ekstensi Chrome yang dikembangkan oleh Petr Sloup, dan fitur utamanya adalah "Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Gmail Sunshine

Unduh file ekstensi Gmail Sunshine dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Gmail Sunshine Gmail Sunshine
ID doonmnglfbnaiahmnefjmnpbjadloaok
URL Resmi https://chromewebstore.google.com/detail/gmail-sunshine/doonmnglfbnaiahmnefjmnpbjadloaok
Deskripsi Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!
Ukuran File 27.55 KB
Jumlah Instalasi 78
Versi Saat Ini 2.0
Terakhir Diperbarui 2019-04-17
Tanggal Publikasi 2019-04-17
Penilaian 4.00/5 Total 4 Penilaian
Pengembang Petr Sloup
Tipe Pembayaran free
Situs Ekstensi https://github.com/petrsloup/gmail-sunshine
Bahasa yang Didukung 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
}