Change Website Background

Changes the background of webpages to a custom image or colour.

Change Website Background là gì?

Change Website Background là một tiện ích mở rộng Chrome được phát triển bởi kA, và tính năng chính của nó là "Changes the background of webpages to a custom image or colour.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Change Website 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

                        Change the background of most websites to a background colour or image of your choice. 

If you use an image, you can use additional features like blur and white tint opacity. 

Whitelisting and blacklisting available.                    

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

Tên Change Website Background Change Website Background
ID jmcdblanaidgjcgjohndajigiflfajfg
URL Chính Thức https://chromewebstore.google.com/detail/change-website-background/jmcdblanaidgjcgjohndajigiflfajfg
Mô tả Changes the background of webpages to a custom image or colour.
Kích Thước Tệp 56.71 KB
Số Lần Cài Đặt 578
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2016-10-10
Ngày Phát Hành 2016-10-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển kA
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change Website Background",
    "short_name": "DramaBack",
    "version": "1.0.0.1",
    "description": "Changes the background of webpages to a custom image or colour.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "64": "\/im\/icon1.png"
    },
    "browser_action": {
        "default_icon": "\/im\/icon1.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/toolbar.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    }
}