kamranahmedse / tab-switcher

Chrome Extension - Switch between the opened tabs in the blink of an eye
https://goo.gl/8IN6Z3
446 stars 35 forks source link

Reload webpages required on original install #2

Closed mowens3 closed 7 years ago

mowens3 commented 7 years ago

First install requires reload of webpages to function properly. Thought it was broken initially.

abensur commented 7 years ago

I might be wrong but that's the expected behaviour for all extensions that are initialized in the background.js file.

kamranahmedse commented 7 years ago

This is expected https://github.com/kamranahmedse/tab-switcher#note All the pre-opened tabs need to be refreshed for the first time after install.