Change Background-Color

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

Cos'è Change Background-Color?

Change Background-Color è un'estensione di Chrome sviluppata da templelebron, e la sua funzione principale è "Each keydown changes css background-color(html body div span".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Change Background-Color

Scarica i file di estensione Change Background-Color in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Change Background-Color Change Background-Color
ID jcodcbmhkoiolfcdhdjndolalehoonoo
URL Ufficiale https://chromewebstore.google.com/detail/change-background-color/jcodcbmhkoiolfcdhdjndolalehoonoo
Descrizione Each keydown changes css background-color(html body div span
Dimensione del File 112 KB
Conteggio Installazioni 25
Versione Corrente 0.0.1
Ultimo Aggiornamento 2019-02-19
Data di Pubblicazione 2019-02-16
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore templelebron
Tipo di Pagamento free
Lingue Supportate 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"
    }
}