JN_0023: Google Chrome startup item settings

1. Right-click the browser and click "Properties" to set the interface

 

 

Set under the target tab:

--start-maximized Start in maximized mode

kiosk start in full screen mode

--enable -webgl use webgl

--ignore-gpu-blacklist support gpu

 

--allow-file-access-from-files support direct reading of local resources without server environment

 

Examples: 

Start in safe mode

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security --user-data-dir=D:\chromedata

 

Directly read local resources in maximized full screen mode

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files --start-maximized --kiosk D:\xampp\htdocs\esun3d\OuPaiWall3DCC\kfn.html

 

Guess you like

Origin www.cnblogs.com/eliteboy/p/12760277.html