Change Website Background

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

什麼是Change Website Background?

Change Website Background是由kA開發的Chrome擴展程式,該擴展的主要功能是“Changes the background of webpages to a custom image or colour.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Change Website Background擴展crx文件

下載Change Website Background擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Change Website Background Change Website Background
ID jmcdblanaidgjcgjohndajigiflfajfg
官方網址 https://chromewebstore.google.com/detail/change-website-background/jmcdblanaidgjcgjohndajigiflfajfg
簡介 Changes the background of webpages to a custom image or colour.
檔案大小 56.71 KB
安裝次數 578
目前版本 1.0.0.1
更新時間 2016-10-10
上架時間 2016-10-10
評分 5.00/5 共 3 次評分
開發者 kA
付費類型 free
支援的語言 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"
        ]
    }
}