justine-george / tab-keeper-react-chrome-extension

Chrome extension for efficient tab management and cross-device syncing between Chrome browsers on desktop devices (Featured on Chrome Web Store).
https://chromewebstore.google.com/detail/tab-keeper-chrome-tab-man/gpibgniomobngodpnikhheifblbpbbah?ref=github
MIT License
22 stars 2 forks source link

Preserve Chrome native window renaming #96

Open riordant opened 6 months ago

riordant commented 6 months ago

Hi, thank you for this amazing OSS! I would like to know if it is possible to preserve the naming of each Chrome window (when you do right click and Name window... in the tab bar) This seems like a cheap way to keep windows more organized, although I have no idea if this is supported by the Chrome API.

justine-george commented 6 months ago

Thank you so much for your kind words and for reaching out!

Unfortunately, the chrome.windows API currently doesn't support getting and setting custom window names. I suggest following this Chromium Issue Tracker for any updates. Starring the issue could help increase its visibility. Hopefully sooner than later!

I shall keep this issue open for future reference.

riordant commented 6 months ago

I'll keep an eye on the issue, thanks.