Gmail Background

Change Gmail's background image

Gmail Background là gì?

Gmail Background là một tiện ích mở rộng Chrome được phát triển bởi Tibo, và tính năng chính của nó là "Change Gmail's background image".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail Background

Tải xuống các tệp mở rộng Gmail Background dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gmail Background Gmail Background
ID afpahedhpnadmncnjgjoajgkonbmbpfa
URL Chính Thức https://chrome.google.com/webstore/detail/gmail-background/afpahedhpnadmncnjgjoajgkonbmbpfa
Mô tả Change Gmail's background image
Kích Thước Tệp 1.22 MB
Số Lần Cài Đặt 2,864
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2018-04-12
Ngày Phát Hành 2018-04-12
Đánh Giá 2.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Tibo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}