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
官方URL 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"
        ]
    }
}