User CSS
A quick and easy way to add custom CSS to the current web site.
Co je User CSS?
User CSS je rozšíření Chrome vyvinuté https://dimox.name, a jeho hlavní funkcí je „A quick and easy way to add custom CSS to the current web site.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření User CSS
Stáhněte si soubory rozšíření User CSS ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | User CSS |
ID | okpjlejfhacmgjkmknjhadmkdbcldfcb |
Oficiální URL | https://chromewebstore.google.com/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb |
Popis | A quick and easy way to add custom CSS to the current web site. |
Velikost souboru | 298 KB |
Počet instalací | 61,801 |
Aktuální Verze | 2.2 |
Poslední Aktualizace | 2017-10-24 |
Datum Vydání | 2017-10-22 |
Hodnocení | 3.60/5 Celkem 248 Hodnocení |
Vývojář | https://dimox.name |
Typ Platby | free |
Podporované Jazyky | 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": [ " |