CRX Reload
Overview
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.
0 out of 5No ratings
Google doesn't verify reviews. Learn more about results and reviews.
Details
- Version0.0.1
- UpdatedMay 2, 2023
- Offered byHuge Letters
- Size185KiB
- LanguagesEnglish
- Developer
Email
ckuka71@gmail.com - Non-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.
Privacy
This developer declares that your data is
- Not being sold to third parties, outside of the approved use cases
- Not being used or transferred for purposes that are unrelated to the item's core functionality
- Not being used or transferred to determine creditworthiness or for lending purposes
Support
For help with questions, suggestions, or problems, please open this page on your desktop browser