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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [ " |