RemoteLiveReload
Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…
ما هو RemoteLiveReload؟
RemoteLiveReload هو إضافة Chrome تم تطويرها بواسطة remotelivereload، والميزة الرئيسية لها هي "Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RemoteLiveReload
قم بتنزيل ملفات الامتداد RemoteLiveReload بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension connects to a live-reload server (local or remote) for example LiveReload (for Windows or Mac) or guard-livereload (for Linux). The extension tries to connect to a live reload server on the domain for the current web page.
معلومات أساسية عن التمديد
الاسم | RemoteLiveReload |
ID | jlppknnillhjgiengoigajegdpieppei |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/remotelivereload/jlppknnillhjgiengoigajegdpieppei |
الوصف | Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension… |
حجم الملف | 68.84 KB |
عدد التثبيتات | 7,314 |
النسخة الحالية | 0.0.46 |
آخر تحديث | 2014-12-15 |
تاريخ النشر | 2014-12-15 |
تقييم | 3.67/5 مجموع تقييمات 36 |
المطور | remotelivereload |
نوع الدفع | free |
موقع الإضافة | https://github.com/bigwave/livereload-extensions |
عنوان صفحة المساعدة | https://github.com/bigwave/livereload-extensions/issues |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RemoteLiveReload", "version": "0.0.46", "background": { "scripts": [ "global.js", "global-chrome.js" ] }, "content_scripts": [ { "matches": [ " |