Dev Extension Auto Reload
Reloads all unpacked extensions on socket event
什么是Dev Extension Auto Reload?
Dev Extension Auto Reload是由http://gary.pp.ua开发的Chrome扩展程序,该扩展的主要功能是“Reloads all unpacked extensions on socket event”。
下载Dev Extension Auto Reload扩展crx文件
下载Dev Extension Auto Reload扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |