arikw / chrome-extensions-reloader

A chrome extension for reloading unpacked extensions
https://chrome.google.com/webstore/detail/extensions-reloader/fimgfedafeadlieiabdeeaodndnlbhid
Apache License 2.0
276 stars 38 forks source link

chrome.runtime.onInstalled not fired when reloading #25

Open njt1982 opened 2 years ago

njt1982 commented 2 years ago

It looks like this just reloads the code (which is fine!) - it might be nice if there was an option to force it to reload the unpacked version and trigger the chrome.runtime.onInstalled event.

This event doesn't trigger when reloading through the plugin (for me) but does if I go to my extension and do a fresh Load Unpacked.

arikw commented 2 years ago

Thank you for your suggestion. Further investigation is needed to determine if it's possible to achieve such functionality. If you would be able to contribute a PR, it would be of great help.