User CSS
A quick and easy way to add custom CSS to the current web site.
Apa itu User CSS?
User CSS adalah ekstensi Chrome yang dikembangkan oleh https://dimox.name, dan fitur utamanya adalah "A quick and easy way to add custom CSS to the current web site.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi User CSS
Unduh file ekstensi User CSS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | User CSS |
ID | okpjlejfhacmgjkmknjhadmkdbcldfcb |
URL Resmi | https://chromewebstore.google.com/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb |
Deskripsi | A quick and easy way to add custom CSS to the current web site. |
Ukuran File | 298 KB |
Jumlah Instalasi | 61,801 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2017-10-24 |
Tanggal Publikasi | 2017-10-22 |
Penilaian | 3.60/5 Total 248 Penilaian |
Pengembang | https://dimox.name |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |