make options page full screen in chrome plugin -
i need increase size of options page of chrome plugin full screen . tried tired increase width , height not have effect.
the body tag of options.html looks this:
<body style="width:1300px;height:500px;">
in manifest json have
"options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": ["background.js"] },
i open options page chrome > more tools > extensions > options hyperlink. can please suggest how can achieve it.
Comments
Post a Comment