Gmail Sunshine

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

Was ist Gmail Sunshine?

Gmail Sunshine ist eine Chrome-Erweiterung, die von Petr Sloup entwickelt wurde, und ihr Hauptmerkmal ist "Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Gmail Sunshine-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail Sunshine-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Gmail Sunshine Gmail Sunshine
ID doonmnglfbnaiahmnefjmnpbjadloaok
Offizielle URL https://chromewebstore.google.com/detail/gmail-sunshine/doonmnglfbnaiahmnefjmnpbjadloaok
Beschreibung Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!
Dateigröße 27.55 KB
Installationsanzahl 78
Aktuelle Version 2.0
Letztes Update 2019-04-17
Veröffentlichungsdatum 2019-04-17
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler Petr Sloup
Zahlungsart free
Erweiterungswebsite https://github.com/petrsloup/gmail-sunshine
Unterstützte Sprachen 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
}