Chrome app window cannot be moved partially outside of screen using moveTo
问题 When a Chrome app window is moved to the edge of the screen using the mouse, the window can be moved partially outside of the screen. However when trying to move a Chrome app window beyond the screen using the moveTo function it remains snapped to the edge of the screen. Is there any other method which can be used to achieve this? 回答1: Try using setBounds() instead of moveTo(), that works for me: chrome.app.runtime.onLaunched.addListener(function() { chrome.app.window.create('window.html', {