如何使Chrome扩展程序在全屏?

如何使Chrome扩展程序在全屏?

问题描述:

我想让Chrome扩充功能在全萤幕画面中显示,但我可以做的最大功能是半宽。更多的那只是给我一个滚动条在底部..
如何让它在全屏幕?意思,chrome浏览器的整个宽度?
谢谢!

I am trying to make chrome extension to be in full screen, but the max I can do is half width. More then that it just give me a scroll bar in the bottom.. How can I make it to be in full screen? meaning, the whole width of the chrome browser? Thanks!

chrome.windows.update(windowId, { state: "fullscreen" })

请参阅http://developer.chrome.com/extensions/windows.html#method-update