peterhil / spellbook

Spellbook is a WebExtension to easily add new bookmarks to correct categories
Mozilla Public License 2.0
29 stars 2 forks source link

Only get the current tab information after the popup is opened #36

Closed peterhil closed 3 years ago

peterhil commented 4 years ago

Currently the current tab information is unneccessarily followed on the background page. Change this to only query the active tabs when the popup is opened.

This will also enable bookmarking multiple tabs at once, when the slider UI element for multiple bookmarks is implemented.

peterhil commented 3 years ago