ReDEnergy / SessionSync

SessionSync
Mozilla Public License 2.0
296 stars 31 forks source link

Feature Request: Window Titles to reflect session names (maybe using the Window Titler addon) #89

Open strank opened 4 years ago

strank commented 4 years ago

First of all: Great Extension!

I use the Window Titler extension to name my browser windows. Very useful to quickly know which browser window I want to switch to. See: https://github.com/tpamula/webextension-window-titler/blob/master/src/persistence/UserWindowTitleDao.js

How about a feature to set such a window title prefix when restoring a session into a window? Optional of course, and maybe even by using the functionality provided by that extensions, so it would only work when that extension is installed as well. Not sure how hard/possible cooperation between extensions is now with the new API model.

Cheers