peterdotjs / tab-resize

Split Screen made easy. Resize the CURRENT tab and tabs to the RIGHT into layouts on separate Windows. w/ Multi-monitor Support
GNU General Public License v3.0
296 stars 36 forks source link

Suggestion for two additional features #67

Closed hl24a3 closed 3 years ago

hl24a3 commented 6 years ago

Would you consider adding these 2 features to further enhance your already excellent work? Open tabs as popups to further de-clutter wasted space? following code does just that, leaving only top status bar and removing even the address bar.

chrome.browserAction.onClicked.addListener( function(tab) { chrome.windows.create({ tabId:tab.id, type:"popup"}); });

Also if you could remove the empty space margin between the windows or maybe give an option to do so in the menu would be great.

An example of Chrome's popup without the address bar unnamed

peterdotjs commented 3 years ago

Thanks for the feedback on the two suggestions.

1) For popup windows it's something I considered early on and while there is saved space from a window perspective - I think most users are using the windows as true windows and not as a temporary popup so I kept it clean and consistent (although with more real estate with regular windows).

2) Unfortunately is an on going issue with Windows OS. Can be tracked here: https://github.com/peterdotjs/tab-resize/issues/87