Increase max popup width in a Chrome extension?

梦想与她 提交于 2019-12-04 10:26:51

问题


I am making a Chrome extension and I need to increase the max width size of the frame window (popup).

If I increase the width of popup.html, then the inner width is increased. I need to increase the size of the popup.


回答1:


Do you mean you are hitting the width limit? You can increase popup width up to 800px, anything over is ignored.



来源:https://stackoverflow.com/questions/4666032/increase-max-popup-width-in-a-chrome-extension

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!