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
公式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
Eメール [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"
            ]
        }
    ]
}