chrome命令行参数
Chrome——F12谷歌开发者工具详解

Chrome——F12⾕歌开发者⼯具详解我们这⾥介绍主要的⼏块:、、Console⼤家都有⽤过各种类型的浏览器,每种浏览器都有⾃⼰的特⾊,本⼈拙见,在我⽤过的浏览器当中,我是最喜欢Chrome的,因为它对于调试脚本及前端设计调试都有它⽐其它浏览器的地⽅。
可能⼤家对console.log会有⼀定的了解,⼼⾥难免会想调试的时候⽤alert不就⾏了,⼲嘛还要⽤console.log这么⼀长串的字符串来替代alert输出信息呢,下⾯我就介绍⼀些调试的⼊门技巧,让你爱上console.log先的简单介绍⼀下chrome的控制台,打开chrome浏览器,按f12就可以轻松的打开控制台⼤家可以看到控制台⾥⾯有⼀⾸诗还有其它信息,如果想清空控制台,可以点击左上⾓那个来清空,当然也可以通过在控制台输⼊console.clear()来实现清空控制台信息。
如下图所⽰现在假设⼀个场景,如果⼀个数组⾥⾯有的元素,但是你想知道每个元素具体的值,这时候想想如果你⽤alert那将是多惨的⼀件事情,因为alert阻断线程运⾏,你不点击alert框的确定按钮下⼀个alert就不会出现。
下⾯我们⽤console.log来替换,感受⼀下它的魅⼒。
看了上⾯这张图,是不是认识到log的强⼤之处了,下⾯我们来看看console⾥⾯具体提供了哪些⽅法可以供我们平时调试时使⽤。
1、先说⼀下源码定位⼤家打开看到页⾯右下⽅有⼀个推荐的图标吗?右击推荐图标,选择审查元素,打开⾕歌控制台,如下图所⽰我们现在想知道votePost⽅法到底在哪?跟着我这样做,在Console⾯板⾥⾯输⼊votePost然后回车直接点击上图标红的链接,控制台将定位到Sources⾯板中,展⽰如下图所⽰⼤家看了上⾯这个图⽚之后估计头都要晕了吧,这么多js都整在⼀⾏,让⼈怎么看呀,不⽤担⼼,按下图操作即可(也就是点击中间⾯板左下⽅的Pretty print就⾏了)这时我们再回到Console⾯板时会惊奇的发现原来的链接后⾯的1现在变成91了(其实这⾥的数字1或者91就是代表votePost⽅法在源码中的⾏号)现在看出Pretty print按钮的强⼤之处了吧知道了怎么样查看某⼀个按钮的源码,那接下来的⼯作便是调试了,调试第⼀步需要做的便是设置断点,其实设置断点很简单,点击⼀下上图所⽰的92即可,这时你会发现92⾏号旁边会多了⼀个图标,这⾥解释⼀下为什么不在91处设置断点,你可以试下,事实上根本就没法在91处上设置断点,因为它是函数的定义处,所以没法在此设置断点。
linux中chrome命令的用法

linux中chrome命令的用法Chrome 是一个开源的浏览器,可以在 Linux 操作系统上使用。
在 Linux 中使用 Chrome 命令可以进行各种网页浏览和网页开发的工作。
下面将介绍一些常用的Chrome 命令及其用法。
1. chrome:使用该命令可以启动 Chrome 浏览器。
可以在终端中输入“chrome”命令,即可启动 Chrome。
2. chrome --version:使用该命令可以查看 Chrome 浏览器的版本信息。
可以在终端中输入“chrome --version”命令,即可得到 Chrome 的当前版本号。
3. chrome --incognito:使用该命令可以开启 Chrome 浏览器的隐身模式。
在终端中输入“chrome --incognito”命令,即可启动一个全新的隐身窗口。
4. chrome --new-window <URL>:使用该命令可以在新窗口打开指定的 URL。
在终端中输入“chrome --new-window <URL>”命令,即可在新窗口打开指定的网址。
5. chrome --new-tab <URL>:使用该命令可以在新标签页打开指定的 URL。
在终端中输入“chrome --new-tab <URL>”命令,即可在新标签页打开指定的网址。
6. chrome --app=<URL>:使用该命令可以以应用程序模式打开指定的 URL。
在终端中输入“chrome --app=<URL>”命令,即可以应用程序模式打开指定的网址。
7. chrome --headless:使用该命令可以以无界面模式启动 Chrome 浏览器。
在终端中输入“chrome --headless”命令,即可启动 Chrome 无界面模式,可用于自动化测试或服务器环境中的网页访问。
8. chrome --remote-debugging-port=<port>:使用该命令可以开启远程调试功能,并指定一个端口号。
Chrome所有运行参数大曝光

Chrome所有运行参数大曝光Chrome所有运行参数大曝光除了Chrome的这些可用的参数外你好知道其他的吗?–single-process 单进程运行Google Chrome–start-maximized 启动Google Chrome就最大化–disable-java 禁止Java(Google Chrome的第二个安全漏洞就是Java的,真可恶!严格的说这是老版本的webkit引起的。
)–no-sandbox 非沙盒模式运行下面是所有的Chrome 运行参数一览:–disable-hang-monitorSuppresses hang monitor dialogs in renderer processes.–disable-metricsCompletely disables UMA metrics system.–disable-metrics-reportingDisables only the sending of metrics reports. In contrast to kDisableMetrics, this executes all the code that a normal client would use for reporting, except the report is dropped rather than sent to the server. This is useful for finding issues in the metrics code during UI and performance tests.–assert-testCauses the browser process to throw an assertion on startup.–renderer-assert-testCauses the renderer process to throw an assertion on launch.–crash-testPerforms a crash test when the browser is starte.–renderer-crash-testCauses the renderer process to crash on launch.–renderer-startup-dialogUse this argument when you want to see the child processes as soon as Chrome start.–plugin-startup-dialogCauses the plugin process to display a dialog on launch.–testshell-startup-dialogCauses the test shell process to display a dialog on launch.–plugin-launcherSpecifies a command that should be used to launch the plugin process. Usefulfor running the plugin process through purify or quantify. Ex: –plugin-launcher=”path\to\purify /Run=yes.–plugin-launche.–channelThe value of this switch tells the child process whichIPC channel the browser expects to use to communicate with it.–testing-channelThe value of this switch tells the app to listen for and broadcasttesting-related messages on IPC channel with the given ID.–homepageThe value of this switch specifies which page will be displayed in newly-opened tabs. We need this for testing purposes so that the UI tests don’t depend on what comes up for .–start-renderers-manuallyWhen this switch is present, the browser will throw up a dialog boxasking the user to start a renderer process independently ratherthan launching the renderer itself. (This is useful for debugging..–rendererCauses the process to run as renderer instead of as browser.–renderer-pathPath to the executable to run for the renderer subproces.–pluginCauses the process to run as plugin hos.–single-processRuns the renderer and plugins in the same process as the browse.–process-per-tabRuns each set of script-connected tabs (i.e., a BrowsingInstance) in its ownrenderer process. We default to using a renderer process for eachsite instance (i.e., group of pages from the same registered domain withscript connections to each other).–process-per-siteRuns a single process for each site (i.e., group of pages from the sameregistered domain) the user visits. We default to using a renderer processfor each site instance (i.e., group of pages from the same registereddomain with script connections to each other).–in-process-pluginsRuns plugins inside the renderer proces.–no-sandboxRuns the renderer outside the sandbox.–safe-pluginsRuns the plugin processes inside the sandbox.–trusted-pluginsExcludes these plugins from the plugin sandbox.This is a comma separated list of plugin dlls name and activex clsid.–test-sandboxRuns the security test for the sandbox.–user-data-dirSpecifies the user data directory, which is where the browser will lookfor all of its state.–appSpecifies that the associated value should be launched in “application” mode.–upload-fileSpecifies the file that should be uploaded to the provided application. Thisswitch is expected to be used with –app option.–dom-automationSpecifies if the dom_automation_controller_ needs to be bound in therenderer. This binding happens on per-frame basis and hence can potentiallybe a performance bottleneck. One should only enable it when automatingdom based tests.–plugin-pathTells the plugin process the path of the plugin to loa.–js-flagsSpecifies the flags passed to JS engin.–geoidThe GeoID we should use. This is normally obtained from the operating systemduring first run and cached in the preferences afterwards. This is a numericvalue; see /en-us/library/ms776390.aspx .–langThe language file that we want to try to open. Of the form language[-country] where language is the 2 letter code from ISO-639.–debug-childrenWill add kDebugOnStart to every child processes. If a value is passed, itwill be used as a filter to determine if the child process should have thekDebugOnStart flag passed on or not.–debug-on-startCauses the process to start the JIT debugger on itself (mainly used by –debug-children.–wait-for-debugger-childrenWill add kWaitForDebugger to every child processes. If a value is passed, itwill be used as a filter to determine if the child process should have thekWaitForDebugger flag passed on or not.–wait-for-debuggerWaits for a debugger for 60 second.–log-filter-prefixWill filter log messages to show only the messages that are prefixedwith the specified valu.–enable-loggingForce logging to be enabled. Logging is disabled by default in releasebuilds.–dump-histograms-on-exitDump any accumualted histograms to the log when browser terminates (requireslogging to be enabled to really do anything). Used by developers and testscripts.–disable-loggingForce logging to be disabled. Logging is enabled by default in debugbuilds.–log-levelSets the minimum log level. Valid values are from 0 to 3:INFO = 0, WARNING = 1, LOG_ERROR = 2, LOG_FATAL = 3.–remote-shell-portEnable remote debug / automation shell on the specified por.–uninstallRuns un-installation steps that were done by chrome first-run.–omnibox-popup-countNumber of entries to show in the omnibox popup.–uninstallomnibox-popup-countRemoves the previous set suggestion coun.–automation-channelThe value of this switch tells the app to listen for and broadcastautomation-related messages on IPC channel with the given ID.–restore-last-sessionIndicates the last session should be restored on startup. This overridesthe preferences value and is primarily intended for testing.–record-mode–playback-modeChrome supports a playback and record mode. Record mode saves *everything*to the cache. Playback mode reads data exclusively from the cache. Thisallows us to record a session into the cache and then replay it at will.–no-eventsDon’t record/playback events when using record & playback.–hide-icons–show-iconsMake Windows happy by allowing it to show “Enable access to this program”checkbox in Add/Remove Programs->Set Program Access and Defaults. Thisonly shows an error box because the only way to hide Chrome is byuninstalling it.–make-default-browserMake Chrome default browse.–proxy-serverUse a specified proxy server, overrides system settings. This switch onlyaffects HTTP and HTTPS requests.–dns-log-details–dns-prefetch-disableChrome will support prefetching of DNS information. Until this becomesthe default, we’ll provide a command line switch.–debug-printEnables support to debug printing subsystem.–allow-all-activexAllow initialization of all activex controls. This is only to help websitedevelopers test their controls to see if they are compatible in Chrome.Note there’s a duplicate value in activex_ (to avoid dependency on chrome module). Please change both locations at the same time.–disable-dev-toolsBrowser flag to disable the web inspector for all renderers.–always-enable-dev-toolsEnable web inspector for all windows, even if they’re part of the browser.Allows us to use our dev tools to debug browser windows itself.–memory-modelConfigure Chrome’s memory model.Does chrome really need multiple memory models? No. Butwe get a lotof concerns from individuals about how the changes work on *their*system, and we need to be able to experiment with a few choices.–tab-count-to-load-on-session-restoreUsed to set the value of SessionRestore::num_tabs_to_load_. See session_restore.h for details.const wchar_t kTabCountToLoadOnSessionRestore[] .–memory-profileEnable dynamic loading of the Memory Profiler DLL, which will traceall memory allocations during the run.–enable-file-cookiesBy default, cookies are not allowed on file://. They are needed in fortesting, for example page cycler and layout tests. See bug 1157243.–start-maximizedStart the browser maximized, regardless of any previous settings.TODO(pjohnson): Remove this once bug 1137420 is fixed. We are using thisas a workaround for not being able to use moveTo and resizeTo on atop-level window.–enable-watchdogSpawn threads to watch for excessive delays in specified message loops.User should set breakpoints on Alarm() to examineproblematic thread.Usage: -enable-watchdog=[ui][io]Order of the listed sub-arguments does not matter.–first-runDisplay the First Run experience when the browser is started, regardless ofwhether or not it’s actually the first run.–message-loop-strategy–message-loop-histogrammerEnable histograming of tasks served by MessageLoop. See about:histograms/Loopfor results, which show frequency of messages on each thread, including APCcount, object signalling count, etc.–importPerform importing from another browser. The value associated with thissetting encodes the target browser and what items to import.–silent-dump-on-dcheckChange the DCHECKS to dump memory and continue instead of crashing.This is valid only in Release mode when –enable-dcheck is specified.–disable-prompt-on-repostNormally when the user attempts to navigate to a page that was the result ofa post we prompt to make sure they want to. This switch may be used todisable that check. This switch is used during automated testing.–disable-popup-blockingDisable pop-up blocking.–disable-javascriptDon’t execute JavaScript (browser JS like the new tab page still runs).–disable-javaPrevent Java from running.–disable-pluginsPrevent plugins from running.–disable-imagesPrevent images from loading.–use-lf-heapUse the low fragmentation heap for the CRT.–gears-plugin-pathDebug only switch to specify which gears plugin dll to load.–gears-in-rendererSwitch to load Gears in the renderer process.–enable-p13n–javascript-debugger-pathAllow loading of the javascript debugger UI from the filesystem.–new-httpEnable new HTTP stack.想知道都有些啥用的就当小白鼠挨个试试吧,当然可以通过评论来分享您的测试效果在测试这些参数前需要先退出所有chrome程序,再启动才能看到效果!。
Chrome 的可用命令行参数

谷歌浏览器Google Chrome 的可用命令行参数-allow-all-activex 允許所有的ActiveX-always-enable-dev-tools 始终启用-DEV-工具-app 应用程序-assert-test断言测试-automation-channel 自动化通道-channel 渠道-crash-test 碰撞试验-debug-children 调试儿童-debug-print 调试打印disable-accelerated-compositing 禁用加速disable-winsta 禁用渲染备用窗口disable-application-cache 禁用应用程序缓存disable-apps 禁用应用程序disable-audio 禁用音频disable-auth-negotiate-cname-lookupdisable-background-networking 禁用后台联网disable-backing-store-limit 禁用存储数量限制,可以防止在打开大量的标签窗口时,页面出现闪烁的现象。
disable-byte-range-support 禁用缓存的支持字节范围disable-click-to-play 禁用点击播放disable-connect-backup-jobs 如果超过指定的时间,则禁用建立备份的TCP连接disable-content-prefetch 禁用内容预取disable-custom-jumplist 禁用Windows 7的JumpList自定义功能disable-databases 禁用HTML5的数据库支持disable-desktop-notifications 禁用桌面通知(默认窗口启用)disable-dev-tools 禁用所有页面的渲染检测disable-device-orientation 禁用设备向导disable-webgl 禁用WebGL实验功能disable-extensions 禁用扩展disable-extensions-file-access-check 禁用扩展文件访问检查disable-geolocation 禁用地理位置的JavaScript APIdisable-glsl-translator 禁用GLSL翻译disable-hang-monitor 禁止任务管理器监视功能disable-internal-flash 禁用内部的Flash Playerdisable-ipv6 禁用IPv6disable-preconnect 禁用TCP/IP协议disable-javascript 禁用JSdisable-java 禁用Javadisable-local-storage 禁用本地存储disable-logging 禁用调试记录disable-new-tab-first-run 禁用新标签显示的通知disable-outdated-plugins 禁用过时的插件disable-plugins 禁止插件disable-popup-blocking 禁用阻止弹出窗口disable-prompt-on-repostdisable-remote-fonts 禁用远程字体disable-renderer-accessibility 禁用渲染辅助功能disable-restore-background-contents 当浏览器重新启动后之前的网址被记录disable-session-storage 禁用会话存储disable-shared-workers 禁用共享,功能尚未完成disable-site-specific-quirks 禁用指定站点设置的WebKit兼容性问题。
百度 谷歌参数

si和ct参数结合使用,比如在中搜索“理想”,可 用:/s?q=&ct=2097152&si=& ie=gb2312&cl=3&wd=理想
bs——上一次搜索的关键词(Before Search),估计与相关搜索有关
q6 搜索内容网站限制.例如q6=,表示只搜索的网页;相当于使用了'site:前缀'.默认值为空
dq 不建议使用该的效果很差.
myselectvalue
submit=
tb=on 贴吧?
吳星 查看楼层
常在搜索框提示中和键盘重复_sug1) 名称 rsv_sug1 含义 搜索框提示次数 参数值 小等于键盘重复速度参数值 每当键盘重复速度慢过搜索框提示延迟,就有可能显示搜索框提示,这时 rsv_sug1=1,之后只需输入/修改字符串的速率长于搜索框提示,搜索框提示次数便会增加。 即使是重复的提示或因种种原因隐藏了搜索框提示, t) 名称 rsv_sprsv_spt 的内容,一种 ...
hl–Google搜索的界面语言 (Interface Language,以此类推)
lr– 搜索内容的语言限定(Language Restrict),限定只搜索某种语言的网页。如果lr参数为空,则为搜索所有网页。
ie–查询输入 文字的编码(Input Encoding),Google缺省设置ie=utf-8,即请求Google搜索时参数q的值是一段utf-8编码的文字,如果要直接使用中文,可以 设置ie=gb2312,即为简体中文编码
rsv_bp=0 表示首次搜索
inputT=9859 表示搜索响应时间为9859毫秒
lighthouse options参数

lighthouse options参数Lighthouse是一个由谷歌推出的开源工具,可以评估任何web应用程序的质量。
其中,Options参数提供了一个广泛的配置管理选项,让用户可以自定义测试的行为。
在了解Lighthouse Options参数之前,我们先要理解什么是Lighthouse。
Lighthouse是在Google Chrome DevTools中运行的,并使用Chromium项目中的自动化测试库Puppeteer执行自动化测试。
Lighthouse分析并评估网站的性能、可访问性、PWA、SEO等方面,然后生成一个详细的报告。
Lighthouse Options参数主要由以下几部分组成:1.配置选项配置选项允许用户自定义一系列Lighthouse的行为。
例如,可以通过修改配置选项来关闭特定的audits,或者通过调整audits的权重来更改Lighthouse的评分方式。
2.命令行选项命令行选项允许用户在运行时通过命令行修改Lighthouse的行为。
例如,可以使用--only-audits选项来仅运行指定的audits,或者使用--disable-storage-reset选项来停用缓存和Cookie清除。
3.环境变量环境变量是一组预定义的值,可以在Lighthouse运行时通过设置系统级别的环境变量来修改行为。
例如,可以使用env变量来指定Lighthouse使用的Chrome二进制文件路径,或者指定是否启用头浏览器发起网络请求。
总结:Lighthouse Options参数是Lighthouse工具的一部分,提供了强大的配置管理选项,让用户可以自定义测试的行为。
配置选项、命令行选项和环境变量是Lighthouse Options参数的三个主要组成部分。
使用Lighthouse Options参数可以让我们更好地了解我们的网站在各个方面的表现,并有助于我们优化我们的网站以达到最优的性能、可访问性、PWA和SEO等方面。
vue chromeoptions参数

vue chromeoptions参数下载温馨提示:该文档是我店铺精心编制而成,希望大家下载以后,能够帮助大家解决实际的问题。
文档下载后可定制随意修改,请根据实际需要进行相应的调整和使用,谢谢!并且,本店铺为大家提供各种各样类型的实用资料,如教育随笔、日记赏析、句子摘抄、古诗大全、经典美文、话题作文、工作总结、词语解析、文案摘录、其他资料等等,如想了解不同资料格式和写法,敬请关注!Download tips: This document is carefully compiled by the editor. I hope that after you download them, they can help you solve practical problems. The document can be customized and modified after downloading, please adjust and use it according to actual needs, thank you!In addition, our shop provides you with various types of practical materials, such as educational essays, diary appreciation, sentence excerpts, ancient poems, classic articles, topic composition, work summary, word parsing, copy excerpts, other materials and so on, want to know different data formats and writing methods, please pay attention!Vue是一个流行的JavaScript框架,广泛应用于构建现代Web应用程序。
Firefox命令行参数MyChrome

Firefox命令行参数MyChrome说明:所有适用于 Firefox 的参数均可直接在MyFirefox设置窗口的“命令行参数”中添加或者加在MyFirefox的快捷方式目标路径后面,或者写入MyFirefox.ini文件中,这些参数会被传递给Firefox。
如何使用命令行参数以下是启动Firefox时打开mozilla firefox网站的例子:方法1:在开始菜单的”运行“中输入:firefox -url 对绿色版、免安装版或便携版则需加路径,如:D:\Program Files\Mozilla Firefox\Firefox\firefox.exe -url 方法2:在程序的快捷方式的属性-目标的后面加上参数:比如目标是:”D:\Program Files\Mozilla Firefox\Firefox\firefox.exe“则在它后面加上参数(参数前有个空格):”D:\Program Files\Mozilla Firefox\Firefox\firefox.exe“ -url 常用命令行参数:用户配置说明:Firefox的设置、书签等数据都保存在所谓的配置(profile)文件夹中。
不同用户可自定义配置。
如果您使用MyFirefox,则以下与用户配置文件有关的参数基本没什么用,MyFirefox本身就是用来自定义配置文件夹的。
-CreateProfile profile_name新建名为profile_name的配置,但不启动程序。
profile_name中不能包含空格( )。
firefox -CreateProfile JoelUser-CreateProfile "profile_name profile_dir"在profile_dir目录下新建名为profile_name的配置,但不启动程序。
注意profile_name和profile_dir要在同一对引号内。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
chrome命令行参数
disable-accelerated-compositing 禁用加速
disable-winsta 禁用渲染备用窗口
disable-application-cache 禁用应用程序缓存
disable-apps 禁用应用程序
disable-audio 禁用音频
disable-auth-negotiate-cname-lookup
disable-background-networking 禁用后台联网
disable-backing-store-limit 禁用存储数量限制,可以防止在打开大量的标签窗口时,页面出现闪烁的现象。
disable-byte-range-support 禁用缓存的支持字节范围
disable-click-to-play 禁用点击播放
disable-connect-backup-jobs 如果超过指定的时间,则禁用建立备份的TCP连接disable-content-prefetch 禁用内容预取
disable-custom-jumplist 禁用Windows 7的JumpList自定义功能
disable-databases 禁用HTML5的数据库支持
disable-desktop-notifications 禁用桌面通知(默认窗口启用)
disable-dev-tools 禁用所有页面的渲染检测
disable-device-orientation 禁用设备向导
disable-webgl 禁用WebGL实验功能
disable-extensions 禁用扩展
disable-extensions-file-access-check 禁用扩展文件访问检查
disable-geolocation 禁用地理位置的JavaScript API
disable-glsl-translator 禁用GLSL翻译
disable-hang-monitor 禁止任务管理器监视功能
disable-internal-flash 禁用内部的Flash Player
disable-ipv6 禁用IPv6
disable-preconnect 禁用TCP/IP协议
disable-javascript 禁用JS
disable-java 禁用Java
disable-local-storage 禁用本地存储
disable-logging 禁用调试记录
disable-new-tab-first-run 禁用新标签显示的通知
disable-outdated-plugins 禁用过时的插件
disable-plugins 禁止插件
disable-popup-blocking 禁用阻止弹出窗口
disable-prompt-on-repost
disable-remote-fonts 禁用远程字体
disable-renderer-accessibility 禁用渲染辅助功能
disable-restore-background-contents 当浏览器重新启动后之前的网址被记录disable-session-storage 禁用会话存储
disable-shared-workers 禁用共享,功能尚未完成
disable-site-specific-quirks 禁用指定站点设置的WebKit兼容性问题。
disable-speech-input 禁用语音输入
disable-ssl-false-start 禁用SSL的虚假启动
disable-sync 禁用同步
disable-sync-apps 禁用同步应用程序
disable-sync-autofill 禁用同步自动填表
disable-sync-bookmarks 禁用同步书签
disable-sync-extensions 禁用同步扩展
disable-sync-passwords 禁用同步密码
disable-sync-preferences 禁用同步偏好设置
disable-sync-sessions 禁用同步会话
disable-sync-themes 禁用同步主题(皮肤)
disable-sync-typed-urls 禁用同步输入网址
disable-tab-closeable-state-watcher
disable-translate 禁用翻译
disable-web-resources 禁用网络资源后台加载服务disable-web-security 禁用网络安全提示?
disable-web-sockets 禁用网络接口
safebrowsing-disable-auto-update 禁用自动升级(安全浏览) disable-tls 禁用设置XMPP协议的客户端同步控制
disable-flash-core-animation 禁用Flash核心动画disable-hole-punching 禁用Punching
disable-seccomp-sandbox 禁用沙盒
no-sandbox 启动无沙盒模式运行。