Gmail Sunshine

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

O que é Gmail Sunshine?

Gmail Sunshine é uma extensão do Chrome desenvolvida por Petr Sloup, e sua principal característica é "Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Gmail Sunshine

Baixe arquivos de extensão Gmail Sunshine no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Gmail Sunshine Gmail Sunshine
ID doonmnglfbnaiahmnefjmnpbjadloaok
URL Oficial https://chromewebstore.google.com/detail/gmail-sunshine/doonmnglfbnaiahmnefjmnpbjadloaok
Descrição Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!
Tamanho do Arquivo 27.55 KB
Contagem de Instalações 78
Versão Atual 2.0
Última Atualização 2019-04-17
Data de Publicação 2019-04-17
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Petr Sloup
Tipo de Pagamento free
Site da Extensão https://github.com/petrsloup/gmail-sunshine
Idiomas Suportados 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
}