Gmail Background

Change Gmail's background image

什麼是Gmail Background?

Gmail Background是由Tibo開發的Chrome擴展程式,該擴展的主要功能是“Change Gmail's background image”。

擴展截圖

screenshot
screenshot
screenshot

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

擴展基本資訊

名稱 Gmail Background Gmail Background
ID afpahedhpnadmncnjgjoajgkonbmbpfa
官方網址 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"
            ]
        }
    ]
}