User CSS
A quick and easy way to add custom CSS to the current web site.
Qu'est-ce que User CSS ?
User CSS est une extension Chrome développée par https://dimox.name, et sa fonction principale est "A quick and easy way to add custom CSS to the current web site.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension User CSS
Téléchargez les fichiers d'extension User CSS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | User CSS |
ID | okpjlejfhacmgjkmknjhadmkdbcldfcb |
URL Officiel | https://chromewebstore.google.com/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb |
Description | A quick and easy way to add custom CSS to the current web site. |
Taille du Fichier | 298 KB |
Nombre d'Installations | 61,801 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2017-10-24 |
Date de Publication | 2017-10-22 |
Évaluation | 3.60/5 Total 248 Évaluations |
Développeur | https://dimox.name |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |