Gmail inbox zero background

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

Was ist Gmail inbox zero background?

Gmail inbox zero background ist eine Chrome-Erweiterung, die von dvfurlong entwickelt wurde, und ihr Hauptmerkmal ist "Makes your inbox zero pretty with a new beautiful image from unsplash every day".

Erweiterungsscreenshots

screenshot

Gmail inbox zero background-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail inbox zero background-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

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

Grundlegende Informationen zur Erweiterung

Name Gmail inbox zero background Gmail inbox zero background
ID fadepmbdhojcogdjcihbhdcbfpacdbdg
Offizielle URL https://chromewebstore.google.com/detail/gmail-inbox-zero-backgrou/fadepmbdhojcogdjcihbhdcbfpacdbdg
Beschreibung Makes your inbox zero pretty with a new beautiful image from unsplash every day
Dateigröße 20.34 KB
Installationsanzahl 88
Aktuelle Version 0.0.3
Letztes Update 2021-01-26
Veröffentlichungsdatum 2020-04-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler dvfurlong
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.davidfurlong.me
Hilfeseite URL https://www.davidfurlong.me
Unterstützte Sprachen 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"
            ]
        }
    ]
}