htrinter / Open-Multiple-URLs

Browser extension for opening lists of URLs built on top of WebExtension with cross-browser support
GNU General Public License v3.0
252 stars 57 forks source link

[Feature Request] Select a Container to open the URLs in #22

Open smokris opened 4 years ago

smokris commented 4 years ago

Sometimes I have several URLs that I'd like to open in a specific Container. It would be helpful if the Open Multiple URLs extension had the option to select a Container to open the URLs in (currently it always uses the default container).

0lm commented 3 years ago

Any news about this feature? Or does someone know an alternative addon which can do this?

htrinter commented 2 years ago

No specific plans on implementing the feature yet. But a little bit of research:

The addon would need to

  1. query the identities via https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/contextualIdentities/query
  2. display the identities in a combobox
  3. use parameter cookieStoreId to open new tabs in the selected container https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/create