User CSS
A quick and easy way to add custom CSS to the current web site.
¿Qué es User CSS?
User CSS es una extensión de Chrome desarrollada por https://dimox.name, y su función principal es "A quick and easy way to add custom CSS to the current web site.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión User CSS
Descarga archivos de extensión User CSS en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | User CSS |
ID | okpjlejfhacmgjkmknjhadmkdbcldfcb |
URL Oficial | https://chromewebstore.google.com/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb |
Descripción | A quick and easy way to add custom CSS to the current web site. |
Tamaño del Archivo | 298 KB |
Cantidad de Instalaciones | 61,801 |
Versión Actual | 2.2 |
Última Actualización | 2017-10-24 |
Fecha de Publicación | 2017-10-22 |
Calificación | 3.60/5 Total de 248 Calificaciones |
Desarrollador | https://dimox.name |
Tipo de Pago | free |
Idiomas Soportados | 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": [ " |