ericfinn / ericfinn/TodaysPages
Add options to open tabs as a group
Open
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Firefox now supports a tab grouping feature. Tabs in a group are visually connected to each other, and I could see some users desiring tabs opened by Today's Pages to be grouped together in this way.
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabGroups
Make this an opt-in feature, and if it's enabled, once the tabs are open, use `browser.tabs.group()` to add the newly-created tabs to a group.
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/group
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.