Gmail Background

Change Gmail's background image

Cos'è Gmail Background?

Gmail Background è un'estensione di Chrome sviluppata da Tibo, e la sua funzione principale è "Change Gmail's background image".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Gmail Background

Scarica i file di estensione Gmail 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

                        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...                    

Informazioni di Base sull'Estensione

Nome Gmail Background Gmail Background
ID afpahedhpnadmncnjgjoajgkonbmbpfa
URL Ufficiale https://chrome.google.com/webstore/detail/gmail-background/afpahedhpnadmncnjgjoajgkonbmbpfa
Descrizione Change Gmail's background image
Dimensione del File 1.22 MB
Conteggio Installazioni 2,864
Versione Corrente 3.0
Ultimo Aggiornamento 2018-04-12
Data di Pubblicazione 2018-04-12
Valutazione 2.90/5 Totale 10 Valutazioni
Sviluppatore Tibo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}