Difference between revisions of "Google Chrome"
Jump to navigation
Jump to search
m (Welcome moved page Chrome to Google Chrome) Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 5: | Line 5: | ||
Extensions: | Extensions: | ||
* Tab Resize - split screen layouts | * Tab Resize - split screen layouts | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | Windows command line installation: | ||
+ | $Path = $env:TEMP; $Installer = “chrome_installer.exe”; Invoke-WebRequest “http://dl.google.com/chrome/chrome_installer.exe" -OutFile $Path\$Installer; Start-Process -FilePath $Path\$Installer -Args “/silent /install” -Verb RunAs -Wait; Remove-Item $Path\$Installer | ||
Revision as of 10:10, 2 June 2020
This article is a Draft. Help us to complete it.
Extensions:
- Tab Resize - split screen layouts
Windows command line installation:
$Path = $env:TEMP; $Installer = “chrome_installer.exe”; Invoke-WebRequest “http://dl.google.com/chrome/chrome_installer.exe" -OutFile $Path\$Installer; Start-Process -FilePath $Path\$Installer -Args “/silent /install” -Verb RunAs -Wait; Remove-Item $Path\$Installer
See also
Advertising: