Dev Extension Auto Reload
Reloads all unpacked extensions on socket event
Dev Extension Auto Reload là gì?
Dev Extension Auto Reload là một tiện ích mở rộng Chrome được phát triển bởi http://gary.pp.ua, và tính năng chính của nó là "Reloads all unpacked extensions on socket event".
Tải xuống tệp CRX của tiện ích mở rộng Dev Extension Auto Reload
Tải xuống các tệp mở rộng Dev Extension Auto Reload dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jfjjbihghhhohnahailbplkciefnaffg |
URL Chính Thức | https://chrome.google.com/webstore/detail/dev-extension-auto-reload/jfjjbihghhhohnahailbplkciefnaffg |
Mô tả | Reloads all unpacked extensions on socket event |
Kích Thước Tệp | 65.11 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2018-08-27 |
Ngày Phát Hành | 2018-08-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://gary.pp.ua |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |