User CSS
A quick and easy way to add custom CSS to the current web site.
Vad är User CSS?
User CSS är en Chrome-tillägg utvecklad av https://dimox.name, och dess huvudfunktion är "A quick and easy way to add custom CSS to the current web site.".
Tilläggsskärmbilder
Ladda ner User CSS-förlängningens CRX-fil
Ladda ner User CSS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | okpjlejfhacmgjkmknjhadmkdbcldfcb |
| Officiell webbadress | https://chromewebstore.google.com/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb |
| Beskrivning | A quick and easy way to add custom CSS to the current web site. |
| Filstorlek | 298 KB |
| Antal Installationer | 61,801 |
| Aktuell Version | 2.2 |
| Senast Uppdaterad | 2017-10-24 |
| Publiceringsdatum | 2017-10-22 |
| Betyg | 3.60/5 Totalt 248 Betyg |
| Utvecklare | https://dimox.name |
| Betalningssätt | free |
| Stödda Språk | 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": [
" | |