kyuucr / open-link-in-other-window

Firefox extension for opening links in other window.
MIT License
9 stars 1 forks source link

Suggestion to Specially Mark Incognito Windows #2

Closed jscher2000 closed 6 years ago

jscher2000 commented 6 years ago

A user may prefer to add a link to a regular or a private window, but currently it is difficult to tell which is which. The information hopefully is easy to retrieve --

https://developer.mozilla.org/Add-ons/WebExtensions/API/windows/Window

-- but I'm not sure of the best UI. Perhaps you could use the icons property to show the mask:

https://developer.mozilla.org/Add-ons/WebExtensions/API/menus/create

and make that an optional third argument to generateItem().

kyuucr commented 6 years ago

Great idea, looking forward to implement it.

jscher2000 commented 6 years ago

Great, thanks!