如何使Chrome扩展程序在全屏? [英] How to make chrome extension to be in full screen?

查看:260
本文介绍了如何使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

这篇关于如何使Chrome扩展程序在全屏?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆