kallepersson / tabswitcher

Quickly type to find and switch tabs in Google Chrome
http://flowapps.co/tabswitcher
25 stars 3 forks source link

Refactor extension into a Client/Server setup #1

Closed kallepersson closed 8 years ago

kallepersson commented 8 years ago

Set up new background.js file that acts as a server, keeping tabs (pun intended) on new tabs, updated tabs and window switches, using a tab cache that the switcher client requests on startup. This makes the switcher way more responsive and separates logic better.