「Bounds must be at least 50% within visible screen space」の解決

34488 ワード

どういうエラー?

これはChrome102で追加されたウィンドウ配置に関するバリデーション由来のエラーです。
Chrome拡張でウィンドウを作成するときに、ウィンドウサイズが大きいときやディスプレイの表示領域から離れすぎると発生します。

[Extensions] Display window only when its bounds intersect the displays
Windows should only be displayed when they intersect the displays in a
meaningful manner (in this case, window should be visible at least 50%).
Otherwise, the window will be displayed in the current default.
This prevents for windows to be created or moved outside the displays,
and potentially been exploited.