lnikkila/chrome-panel-tabs

Persist panel dimensions and position.

lnikkila opened this issue · 1 comments

Setting the position might only be available for detached panels.

Chrome has no events that fire before a window or a tab is closed, nor ones that fire when a window is moved or resized.

The only way to do some of this is via content scripts. They wouldn‘t work on chrome:// pages and I don’t want to add a permission to inject scripts onto every page, so I’ll mark this as won’t fix until a better solution arises.

If someone really wants this feature, please star this issue on the Chromium bug tracker.