Gmail Sunshine

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

Wat is Gmail Sunshine?

Gmail Sunshine is een Chrome-extensie ontwikkeld door Petr Sloup, en de belangrijkste functie is "Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Gmail Sunshine

Download Gmail Sunshine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Gmail Sunshine Gmail Sunshine
ID doonmnglfbnaiahmnefjmnpbjadloaok
Officiële URL https://chromewebstore.google.com/detail/gmail-sunshine/doonmnglfbnaiahmnefjmnpbjadloaok
Beschrijving Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!
Bestandsgrootte 27.55 KB
Aantal Installaties 78
Huidige Versie 2.0
Laatst Bijgewerkt 2019-04-17
Publicatiedatum 2019-04-17
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Petr Sloup
Betalingswijze free
Extensiewebsite https://github.com/petrsloup/gmail-sunshine
Ondersteunde Talen 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
}