AlfieriChou / alfierichou.github.io

AlfieriChou的博客
https://alfierichou.com
4 stars 0 forks source link

Linux chromium查看版本 #21

Open AlfieriChou opened 2 years ago

AlfieriChou commented 2 years ago

Chromium and Google Chrome for Linux both have a command line flag to output the version. You can find them like:

google-chrome --product-version

and

chromium-browser --product-version

Many other interesting command line flags here: http://peter.sh/experiments/chromium-command-line-switches/