J CSS Reload
Simple CSS Reload utility
ما هو J CSS Reload؟
J CSS Reload هو إضافة Chrome تم تطويرها بواسطة jslayer، والميزة الرئيسية لها هي "Simple CSS Reload utility".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة J CSS Reload
قم بتنزيل ملفات الامتداد J CSS Reload بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Refresh your css files without realoding the page. Just simply click nice green refresh button or use shortcut.
Source: https://github.com/jslayer/css-reload
New in 1.2.5:
added: icon blinking on activate
added: command support (activate in "Keyboard shortcuts" at the bottom of chrome://extensions/ page).
New in 1.2.3:
added: fonts.googleapis.com into ignored list
New in 1.2:
Add experimental `@import url(...` support.
New in 1.1:
Several public CDN hosts are now ignored while refreshing:
- yui.yahooapis.com
- ajax.googleapis.com
- ajax.aspnetcdn.com
- ajax.microsoft.com
- code.jquery.com معلومات أساسية عن التمديد
| الاسم | |
| ID | nnmebjmgdonemncjdliomljdfhpnlekk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/j-css-reload/nnmebjmgdonemncjdliomljdfhpnlekk |
| الوصف | Simple CSS Reload utility |
| حجم الملف | 15.8 KB |
| عدد التثبيتات | 4,214 |
| النسخة الحالية | 1.2.5 |
| آخر تحديث | 2013-11-25 |
| تاريخ النشر | 2013-11-25 |
| تقييم | 4.50/5 مجموع تقييمات 52 |
| المطور | jslayer |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/jslayer/css-reload |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "1.2.5",
"manifest_version": 2,
"default_locale": "en",
"background": {
"page": "background.html"
},
"permissions": [
"tabs",
" | |