API Reference¶
This module has only one function: get_chrome_version()
. It returns the version of the Chrome installed on the system.
extract_version_folder()
¶
Extracts the Chrome version from the folder name.
Check if the Chrome folder exists in the x32 or x64 Program Files folders.
Source code in chrome_version/core.py
extract_version_registry(output)
¶
Extracts the Chrome version from the registry output.
Source code in chrome_version/core.py
get_chrome_version()
¶
Gets the Chrome version.