Gmail inbox zero background

Makes your inbox zero pretty with a new beautiful image from unsplash every day

Cos'è Gmail inbox zero background?

Gmail inbox zero background è un'estensione di Chrome sviluppata da dvfurlong, e la sua funzione principale è "Makes your inbox zero pretty with a new beautiful image from unsplash every day".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gmail inbox zero background

Scarica i file di estensione Gmail inbox zero background in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        When you hit inbox zero in a gmail inbox you will see a beautiful image, a new one every day. Just like in superhuman!                    

Informazioni di Base sull'Estensione

Nome Gmail inbox zero background Gmail inbox zero background
ID fadepmbdhojcogdjcihbhdcbfpacdbdg
URL Ufficiale https://chromewebstore.google.com/detail/gmail-inbox-zero-backgrou/fadepmbdhojcogdjcihbhdcbfpacdbdg
Descrizione Makes your inbox zero pretty with a new beautiful image from unsplash every day
Dimensione del File 20.34 KB
Conteggio Installazioni 88
Versione Corrente 0.0.3
Ultimo Aggiornamento 2021-01-26
Data di Pubblicazione 2020-04-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore dvfurlong
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.davidfurlong.me
URL della Pagina di Aiuto https://www.davidfurlong.me
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail inbox zero background",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Makes your inbox zero pretty with a new beautiful image from unsplash every day",
    "homepage_url": "https:\/\/www.davidfurlong.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}