chrome-plugin-demo icon indicating copy to clipboard operation
chrome-plugin-demo copied to clipboard

问下 popup 弹出的框的页面能改大么,我改到800px就不能再大了

Open solante1012 opened this issue 3 years ago • 1 comments

rt

solante1012 avatar Mar 06 '21 01:03 solante1012

Chrome extension popups can have a maximum height of 600px and maximum width of 800px. Changing the width or height using CSS on the html or body element will just cause scroll bars (as you have noticed) when over these maximums. Using something like window.resizeBy(x,y) will have no effect.

https://stackoverflow.com/questions/8983165/how-can-i-expand-the-popup-window-of-my-chrome-extension

ntnyq avatar Jul 28 '22 05:07 ntnyq