Gmail Background
Change Gmail's background image
什么是Gmail Background?
Gmail Background是由Tibo开发的Chrome扩展程序,该扩展的主要功能是“Change Gmail's background image”。
扩展截图
下载Gmail Background扩展crx文件
下载Gmail Background扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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...
扩展基本信息
名称 | |
ID | afpahedhpnadmncnjgjoajgkonbmbpfa |
官方URL | https://chrome.google.com/webstore/detail/gmail-background/afpahedhpnadmncnjgjoajgkonbmbpfa |
简介 | Change Gmail's background image |
文件大小 | 1.22 MB |
安装次数 | 2,864 |
当前版本 | 3.0 |
更新时间 | 2018-04-12 |
上架时间 | 2018-04-12 |
评分 | 2.90/5 共10次评分 |
开发者 | Tibo |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |