User CSS
A quick and easy way to add custom CSS to the current web site.
Wat is User CSS?
User CSS is een Chrome-extensie ontwikkeld door https://dimox.name, en de belangrijkste functie is "A quick and easy way to add custom CSS to the current web site.".
Extensie Screenshots
Download het CRX-bestand van de extensie User CSS
Download User CSS-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
Insert your custom CSS code to the current web site and you will see the changes immediately. How to use: 1. Press the extension button to display the CSS editor. 2. Write your custom CSS. 3. Enjoy the result. 4. Press the extension button to hide the CSS editor. Button shows a green indicator, when current web site has custom CSS. The extension uses CodeMirror to highlight code and supports the Emmet toolkit.
Basisinformatie over de Extensie
Naam | User CSS |
ID | okpjlejfhacmgjkmknjhadmkdbcldfcb |
Officiële URL | https://chromewebstore.google.com/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb |
Beschrijving | A quick and easy way to add custom CSS to the current web site. |
Bestandsgrootte | 298 KB |
Aantal Installaties | 61,801 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2017-10-24 |
Publicatiedatum | 2017-10-22 |
Beoordeling | 3.60/5 Totaal 248 Beoordelingen |
Ontwikkelaar | https://dimox.name |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "User CSS", "description": "A quick and easy way to add custom CSS to the current web site.", "version": "2.2", "browser_action": { "default_icon": "icon-19.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "persistent": false, "scripts": [ "js\/background.js", "js\/hot-reload.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ " |