Gmail Background

Change Gmail's background image

Wat is Gmail Background?

Gmail Background is een Chrome-extensie ontwikkeld door Tibo, en de belangrijkste functie is "Change Gmail's background image".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Gmail Background

Download Gmail Background-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Gmail Background Gmail Background
ID afpahedhpnadmncnjgjoajgkonbmbpfa
Officiële URL https://chrome.google.com/webstore/detail/gmail-background/afpahedhpnadmncnjgjoajgkonbmbpfa
Beschrijving Change Gmail's background image
Bestandsgrootte 1.22 MB
Aantal Installaties 2,864
Huidige Versie 3.0
Laatst Bijgewerkt 2018-04-12
Publicatiedatum 2018-04-12
Beoordeling 2.90/5 Totaal 10 Beoordelingen
Ontwikkelaar Tibo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}