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

Endless reload loop #16

Closed Revadike closed 3 years ago

Revadike commented 5 years ago

When you open http://reload.extensions in a new chrome tab and have "Reload current tab after extensions have been reloaded." enabled, it will get stuck in an endless reload loop. Please fix this.

froseen commented 3 years ago

I don't know if this repo is dead given that the version on the chrome extension store is 1.14, whereas the version in this repo is 1.12; but fingers crossed for this getting merged, @Revadike. I have been annoyed by this issue myself and just now decided to do something about it.

Doing something like xdg-open http://reload.extensions from a shell-script is heaven, and if you want to automatically refresh a tab this fix is needed.

arikw commented 3 years ago

@Revadike @FilipRoseen-refp Thank you for your contribution. I'm really short on time and will review the PR as soon as I'll get the chance.

arikw commented 3 years ago

@Revadike

I've reproduced this issue by running start "http://reload.extensions" from windows command prompt

arikw commented 3 years ago

@Revadike @FilipRoseen-refp Would appreciate your review on PR #18