Change Background-Color
Each keydown changes css background-color(html body div span
Wat is Change Background-Color?
Change Background-Color is een Chrome-extensie ontwikkeld door templelebron, en de belangrijkste functie is "Each keydown changes css background-color(html body div span".
Extensie Screenshots
Download het CRX-bestand van de extensie Change Background-Color
Download Change Background-Color-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
キーボードをクリックすると、背景色(パステルカラー)が変わります。 気分を変えたい時、パステルカラーが好きな人、面白いと思った人にオススメです。 Description [English ver] This extension is changing css background-color by keydown. Enjoy this!
Basisinformatie over de Extensie
Naam | Change Background-Color |
ID | jcodcbmhkoiolfcdhdjndolalehoonoo |
Officiële URL | https://chromewebstore.google.com/detail/change-background-color/jcodcbmhkoiolfcdhdjndolalehoonoo |
Beschrijving | Each keydown changes css background-color(html body div span |
Bestandsgrootte | 112 KB |
Aantal Installaties | 25 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-02-19 |
Publicatiedatum | 2019-02-16 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | templelebron |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |