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"
        ]
    }
}