User CSS
A quick and easy way to add custom CSS to the current web site.
Co to jest User CSS?
User CSS to rozszerzenie Chrome opracowane przez https://dimox.name, a jego główną funkcją jest „A quick and easy way to add custom CSS to the current web site.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia User CSS
Pobierz pliki rozszerzeń User CSS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | User CSS |
ID | okpjlejfhacmgjkmknjhadmkdbcldfcb |
Oficjalny URL | https://chromewebstore.google.com/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb |
Opis | A quick and easy way to add custom CSS to the current web site. |
Rozmiar pliku | 298 KB |
Liczba instalacji | 61,801 |
Aktualna Wersja | 2.2 |
Ostatnia Aktualizacja | 2017-10-24 |
Data Publikacji | 2017-10-22 |
Ocena | 3.60/5 Łącznie 248 Oceny |
Deweloper | https://dimox.name |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |