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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -