如何扩展我的 Chrome 扩展程序的弹出窗口 [英] How Can I Expand The Popup Window of My Chrome Extension

查看:69
本文介绍了如何扩展我的 Chrome 扩展程序的弹出窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想展开当用户点击扩展按钮时弹出的窗口...

I want to expand the popup window which comes from when user click the extension button...

(我想把弹出窗口的大小扩大到红色区域)

(I want to expand the size of pop-up window to red area)

这是我用来显示弹出窗口的代码;

Here is the code that I'm using to show pop-up;


< style type="text/css" >
body {
  min-width: 1005px; /* your desired width */
  max-width: 100%;
  position: relative;
  vertical-align:middle;
}
< /style >