Command line switch for custom zoom
Is there any command line switch or workaround for start chrome with some custom zoom?
Solution 1:
Scale to 1.5 times base setting using
--force-device-scale-factor=1.5
Other command line options can be found here: https://peter.sh/experiments/chromium-command-line-switches/
Solution 2:
Apparently not. Here's a list of Chrome command line options.