Google Chrome 浏览器以全屏模式打开

目录

前言

  • win10
  • Google Chrome

以全屏模式打开

cmd> "C:\Program Files\Google\Chrome\Application\chrome.exe" --kiosk http://www.baidu.com

或者

cmd> "C:\Program Files\Google\Chrome\Application\chrome.exe" --kiosk c:\doc\index.html

禁止弹出无法更新的提示窗

添加参数:--disable-background-networking

禁止翻译网页

Chrome设置禁止翻译网页

版本之间有差异,举几个例子

可能1

在选项页面打开高级设置,才能看到语言选项。

将"询问是否翻译非您所用语言的页面"选项禁用。

可能2

可能3

网页添加指令禁止Chrome翻译网页

在 HTML DOM 的 head 部分添加如下执行:

html 复制代码
<meta name="google" content="notranslate" />

禁用脚本气泡

浏览器解决办法

https://blog.csdn.net/wide288/article/details/24262883

未实验成功

html解决办法

方法1:鼠标滑过超链接时,使状态栏不出现超链接

https://www.cnblogs.com/lovening/archive/2010/07/13/1776324.html

方法2:

https://bbs.csdn.net/topics/70509894

帖子有点儿老,不知道好不好用,未验证

方法3:

方法4

参考

https://blog.csdn.net/technologyleader/article/details/108282672

https://blog.csdn.net/qq_38992048/article/details/129068177

https://blog.csdn.net/bigcarp/article/details/121142873

https://blog.csdn.net/omaidb/article/details/126684767

https://blog.csdn.net/weixin_46192930/article/details/105968784

https://blog.csdn.net/qq_41587516/article/details/112547200

https://blog.csdn.net/weixin_45445406/article/details/122715326

https://blog.csdn.net/liuqiao1123/article/details/20135283

https://blog.csdn.net/chjj0904/article/details/78689189

https://blog.csdn.net/suny2020/article/details/102837895

相关推荐
爪哇抓挖_Java2 小时前
M系列芯片切换镜像源并安装 openJDK17
前端·chrome·python
FL162386312912 小时前
python版本的Selenium的下载及chrome环境搭建和简单使用
chrome·python·selenium
gqkmiss19 小时前
Chrome 浏览器插件获取网页 iframe 中的 window 对象
前端·chrome·iframe·postmessage·chrome 插件
浏览器爱好者1 天前
谷歌浏览器的网络安全检测工具介绍
chrome·安全
益达是我1 天前
【Chrome】浏览器提示警告Chrome is moving towards a new experience
前端·chrome
catmes1 天前
设置浏览器声音或视频的自动播放策略
chrome·音视频·edge浏览器
feifeiyechuan1 天前
【Chrome Extension】二、导航栏快速查询
前端·chrome·chromeextension
代码的乐趣1 天前
支持selenium的chrome driver更新到131.0.6778.204
chrome·python·selenium
路人甲ing..1 天前
jupyter切换内核方法配置问题总结
chrome·python·jupyter
搬码后生仔1 天前
asp.net core webapi项目中 在生产环境中 进不去swagger
chrome·后端·asp.net