Gmail Background
Change Gmail's background image
¿Qué es Gmail Background?
Gmail Background es una extensión de Chrome desarrollada por Tibo, y su función principal es "Change Gmail's background image".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Gmail Background
Descarga archivos de extensión Gmail Background en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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...
Información Básica de la Extensión
Nombre | |
ID | afpahedhpnadmncnjgjoajgkonbmbpfa |
URL Oficial | https://chrome.google.com/webstore/detail/gmail-background/afpahedhpnadmncnjgjoajgkonbmbpfa |
Descripción | Change Gmail's background image |
Tamaño del Archivo | 1.22 MB |
Cantidad de Instalaciones | 2,864 |
Versión Actual | 3.0 |
Última Actualización | 2018-04-12 |
Fecha de Publicación | 2018-04-12 |
Calificación | 2.90/5 Total de 10 Calificaciones |
Desarrollador | Tibo |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |