Luba AutoReload
Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...
ما هو Luba AutoReload؟
Luba AutoReload هو إضافة Chrome تم تطويرها بواسطة http://www.webdesigncentral.net، والميزة الرئيسية لها هي "Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Luba AutoReload
قم بتنزيل ملفات الامتداد Luba AutoReload بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Troubleshooting: Add a shortcut of chrome with the following command line : --allow-scripting-gallery Watch on changes for a local or internet website. Automatically refreshes the web browser on any modification. ✓ Refresh Chrome-Browser ✓ Fast and simple ✓ Html, Javascript, CSS, ... ✓ http:// or file:// ✓ Order, Filter for *.* X No PHP, CSHMTL... Usage: - navigate to URL - click on extension ico - select any resources - click on save button
معلومات أساسية عن التمديد
الاسم | |
ID | pbkdhjjigfmmodacjodghoioeglbmieo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/luba-autoreload/pbkdhjjigfmmodacjodghoioeglbmieo |
الوصف | Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ... |
حجم الملف | 316 KB |
عدد التثبيتات | 294 |
النسخة الحالية | 1.4 |
آخر تحديث | 2015-06-15 |
تاريخ النشر | 2015-06-15 |
تقييم | 1.73/5 مجموع تقييمات 33 |
المطور | http://www.webdesigncentral.net |
نوع الدفع | free |
موقع الإضافة | http://www.webdesigncentral.net |
عنوان صفحة المساعدة | http://www.webdesigncentral.net/support?reason=2 |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Luba AutoReload", "version": "1.4", "description": "Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...", "icons": { "128": "Images\/icon128.png", "38": "Images\/icon38.png", "19": "Images\/icon19.png" }, "browser_action": { "default_icon": { "128": "Images\/icon128.png", "38": "Images\/icon38.png", "19": "Images\/icon19.png" }, "default_title": "Luba AutoReload", "default_popup": "index.html" }, "background": { "scripts": [ "Scripts\/app\/background.js" ] }, "content_scripts": [ { "matches": [ " |