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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -