User CSS
A quick and easy way to add custom CSS to the current web site.
Τι είναι το User CSS;
Το User CSS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dimox.name, και η κύρια λειτουργία του είναι "A quick and easy way to add custom CSS to the current web site.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης User CSS
Λήψη αρχείων επέκτασης User CSS σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | User CSS |
ID | okpjlejfhacmgjkmknjhadmkdbcldfcb |
Επίσημο URL | https://chromewebstore.google.com/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb |
Περιγραφή | A quick and easy way to add custom CSS to the current web site. |
Μέγεθος Αρχείου | 298 KB |
Αριθμός Εγκαταστάσεων | 61,801 |
Τρέχουσα Έκδοση | 2.2 |
Τελευταία Ενημέρωση | 2017-10-24 |
Ημερομηνία Δημοσίευσης | 2017-10-22 |
Αξιολόγηση | 3.60/5 Συνολικά 248 Αξιολογήσεις |
Προγραμματιστής | https://dimox.name |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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": [ " |