Increase max popup width in a Chrome extension?

2019-03-18 13:24发布

问题:

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.