Gmail Background

Change Gmail's background image

Was ist Gmail Background?

Gmail Background ist eine Chrome-Erweiterung, die von Tibo entwickelt wurde, und ihr Hauptmerkmal ist "Change Gmail's background image".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Gmail Background-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail 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

                        Set a custom image as the background of any of you Gmail accounts.
It works on any Gmail or Google Apps accounts and allows to set a default background image as well as a background for specific email accounts. The image has to be available online.

- Leave the email address field empty to mark the setting as a default account (only one is allowed)
- Add specific settings for specific email addresses (gmail or google apps account)
- Add as many specific account as you want
- Settings are applied automatically on opened tabs without the need to reload the page

If there is a request for it, the extension will support the following features:
- different image per window size
- background repetition (tiles)
- multiple backgrounds
- background-color
- more...                    

Grundlegende Informationen zur Erweiterung

Name Gmail Background Gmail Background
ID afpahedhpnadmncnjgjoajgkonbmbpfa
Offizielle URL https://chrome.google.com/webstore/detail/gmail-background/afpahedhpnadmncnjgjoajgkonbmbpfa
Beschreibung Change Gmail's background image
Dateigröße 1.22 MB
Installationsanzahl 2,864
Aktuelle Version 3.0
Letztes Update 2018-04-12
Veröffentlichungsdatum 2018-04-12
Bewertung 2.90/5 Insgesamt 10 Bewertungen
Entwickler Tibo
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Background",
    "version": "3.0",
    "manifest_version": 2,
    "description": "Change Gmail's background image",
    "author": "Thibaud Lescuyer - thibaudlescuyer.ca",
    "icons": {
        "128": "gmail-logo.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "gmail.js"
            ]
        }
    ]
}