Change Background-Color

Each keydown changes css background-color(html body div span

What is Change Background-Color?

Change Background-Color is a Chrome extension developed by templelebron, and its main feature is "Each keydown changes css background-color(html body div span".

Extension Screenshots

screenshot

Download Change Background-Color Extension CRX File

Download Change Background-Color extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        キーボードをクリックすると、背景色(パステルカラー)が変わります。
気分を変えたい時、パステルカラーが好きな人、面白いと思った人にオススメです。

Description [English ver]
This extension is changing css background-color by keydown.
Enjoy this!                    

Extension Basic Information

Name Change Background-Color Change Background-Color
ID jcodcbmhkoiolfcdhdjndolalehoonoo
Official URL https://chromewebstore.google.com/detail/change-background-color/jcodcbmhkoiolfcdhdjndolalehoonoo
Description Each keydown changes css background-color(html body div span
File Size 112 KB
Installation Count 25
Current Version 0.0.1
Last Updated 2019-02-19
Publish Date 2019-02-16
Rating 1.00/5 Total 1 Ratings
Developer templelebron
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change Background-Color",
    "description": "Each keydown changes css background-color(html body div span ",
    "version": "0.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}