User CSS
A quick and easy way to add custom CSS to the current web site.
Cos'è User CSS?
User CSS è un'estensione di Chrome sviluppata da https://dimox.name, e la sua funzione principale è "A quick and easy way to add custom CSS to the current web site.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione User CSS
Scarica i file di estensione User CSS 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
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.
Informazioni di Base sull'Estensione
Nome | User CSS |
ID | okpjlejfhacmgjkmknjhadmkdbcldfcb |
URL Ufficiale | https://chromewebstore.google.com/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb |
Descrizione | A quick and easy way to add custom CSS to the current web site. |
Dimensione del File | 298 KB |
Conteggio Installazioni | 61,801 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2017-10-24 |
Data di Pubblicazione | 2017-10-22 |
Valutazione | 3.60/5 Totale 248 Valutazioni |
Sviluppatore | https://dimox.name |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |