Gmail inbox zero background

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

Hvad er Gmail inbox zero background?

Gmail inbox zero background er en Chrome-udvidelse udviklet af dvfurlong, og dens hovedfunktion er "Makes your inbox zero pretty with a new beautiful image from unsplash every day".

Udvidelsesskærmbilleder

screenshot

Download Gmail inbox zero background-udvidelses-CRX-fil

Download Gmail inbox zero background-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Gmail inbox zero background Gmail inbox zero background
ID fadepmbdhojcogdjcihbhdcbfpacdbdg
Officiel URL https://chromewebstore.google.com/detail/gmail-inbox-zero-backgrou/fadepmbdhojcogdjcihbhdcbfpacdbdg
Beskrivelse Makes your inbox zero pretty with a new beautiful image from unsplash every day
Filstørrelse 20.34 KB
Antal Installationer 88
Nuværende Version 0.0.3
Senest Opdateret 2021-01-26
Udgivelsesdato 2020-04-26
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler dvfurlong
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.davidfurlong.me
Hjælpeside-URL https://www.davidfurlong.me
Understøttede Sprog 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"
            ]
        }
    ]
}