Dev Extension Auto Reload
Reloads all unpacked extensions on socket event
ما هو Dev Extension Auto Reload؟
Dev Extension Auto Reload هو إضافة Chrome تم تطويرها بواسطة http://gary.pp.ua، والميزة الرئيسية لها هي "Reloads all unpacked extensions on socket event".
تحميل ملف CRX للإضافة Dev Extension Auto Reload
قم بتنزيل ملفات الامتداد Dev Extension Auto Reload بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Reloads all unpacked extensions on receive socket event file.change from http://localhost:8890 Extension tries to connect to socket.io server on http://localhost:8890 and waits for file.change event to flow in. When an event is incoming, the extension get all extensions in development mode and reload them one by one. An example on how to send file change events to the extension can be found here: robin-drexler/chrome-extension-auto-reload-watcher https://github.com/Dubiy/chrome-extension-auto-reload Go!
معلومات أساسية عن التمديد
الاسم | |
ID | jfjjbihghhhohnahailbplkciefnaffg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dev-extension-auto-reload/jfjjbihghhhohnahailbplkciefnaffg |
الوصف | Reloads all unpacked extensions on socket event |
حجم الملف | 65.11 KB |
عدد التثبيتات | 27 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2018-08-27 |
تاريخ النشر | 2018-08-27 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://gary.pp.ua |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dev Extension Auto Reload", "version": "1.0.1", "icons": { "256": "\/img\/icons\/icon-256.png", "128": "\/img\/icons\/icon-128.png" }, "description": "Reloads all unpacked extensions on socket event", "permissions": [ "management" ], "background": { "scripts": [ "js\/background.js" ] }, "manifest_version": 2 } |