Removes (closes) a window and all the tabs inside it.
Future<void> remove(int windowId) async { await promiseToFuture<void>($js.chrome.windows.remove(windowId)); }