chrome-plugin-demo
chrome-plugin-demo copied to clipboard
问下 popup 弹出的框的页面能改大么,我改到800px就不能再大了
rt
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