Gmail Sunshine

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

¿Qué es Gmail Sunshine?

Gmail Sunshine es una extensión de Chrome desarrollada por Petr Sloup, y su función principal es "Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Gmail Sunshine

Descarga archivos de extensión Gmail Sunshine en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Gmail Sunshine Gmail Sunshine
ID doonmnglfbnaiahmnefjmnpbjadloaok
URL Oficial https://chromewebstore.google.com/detail/gmail-sunshine/doonmnglfbnaiahmnefjmnpbjadloaok
Descripción Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!
Tamaño del Archivo 27.55 KB
Cantidad de Instalaciones 78
Versión Actual 2.0
Última Actualización 2019-04-17
Fecha de Publicación 2019-04-17
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador Petr Sloup
Tipo de Pago free
Sitio Web de la Extensión https://github.com/petrsloup/gmail-sunshine
Idiomas Soportados 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
}