Plugin Icon

CRX Reload Chrome 插件, crx 扩展下载

Plugin Screenshot
                    

Automatically reload your chrome extension during development with an http request

During chrome extension development every time you make updates to your code the unpacked extension needs to be reloaded or toggled off and on. With this extension you may automate this process triggering reloads at any time you like: - install "socket.io" npm package - create new server like const io = new Server(PORT) - emit reload events when needed(like on build end or file change) io.emit("crx-reload") In the extension popup you may configure which port you would like to use and toggle extension off when needed. Since this extension uses websockets you would not want to keep it turned on all the time and only enable it during development. Popup label will be colored red or green depending on if it was able to establish connection with your server. Please note that changes made to your 'manifest.json' will not be reflected with these reloads because chrome API only allows to toggle extensions on and off and not actually reload them. A full reload is only possible manually.

分类 💻开发者工具
插件标识 llliedochkbemljmkdlmcfmneacpnlib
平台 Chrome
评分
★★★★☆ 4.5
评分人数 84
插件主页 https://chromewebstore.google.com/detail/crx-reload/llliedochkbemljmkdlmcfmneacpnlib
大小 185KiB
官网下载次数 8
下载地址

CRX扩展文件安装方法

第1步: 打开Chrome浏览器的扩展程序

第2步: 在地址栏输入: chrome://extensions/

第3步: 开启右上角的【开发者模式】

第4步: 重启Chrome浏览器 (重要操作)

第5步: 重新打开扩展程序管理界面

第6步: 将下载的crx文件直接拖入页面完成安装

注意:请确保使用最新版本的Chrome浏览器

同类插件推荐