Ask Your Question
1

How can Chrome be launched from the Mac terminal with different options?

asked 2023-07-03 13:42:38 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-07-03 13:46:02 +0000

woof gravatar image

Chrome can be launched from the Mac terminal with different options using the following command:

open /Applications/Google\ Chrome.app --args [option1] [option2] ...

Here, option1, option2, etc. are the different options that can be used to launch Chrome with different features. Some of the commonly used options are:

  • --new-tab: Open a new tab when Chrome is launched
  • --incognito: Open Chrome in incognito mode
  • --disable-extensions: Disable all extensions when Chrome is launched
  • --disable-plugins: Disable all plugins when Chrome is launched
  • --disable-javascript: Disable JavaScript when Chrome is launched
  • --kiosk: Open Chrome in kiosk mode (full-screen)

For example, to launch Chrome in incognito mode, the following command can be used:

open /Applications/Google\ Chrome.app --args --incognito
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-03 13:42:38 +0000

Seen: 7 times

Last updated: Jul 03 '23