mohamedmansour / reload-all-tabs-extension

Reload All Tabs Google Chrome Extension
https://chrome.google.com/extensions/detail/midkcinmplflbiflboepnahkboeonkam
80 stars 23 forks source link

ENH: Reload options on start #23

Closed larsoner closed 5 years ago

larsoner commented 5 years ago

Closes #22.

I wanted to have my pinned tabs reload on startup because for some reason my Slack pinned tabs don't work until they are loaded (maybe some lazy loading issue in Chrome? no idea...).

@DenBLR feel free to try it. If you git clone you can then install in "Developer mode" on the Chrome extensions do the "Load unpacked" on the reload-all-tabs-extension folder.

This is my first Javascript PR (mostly a Python person) so feel free to nitpick it to deal, I'm all ears!

mohamedmansour commented 5 years ago

This is really good, thank you, sorry for the late reply.