Google Chrome is a freeware web browser developed by Google.
Installation Link to heading
You can download the last version of Google Chrome here.
Installation from the command line on OS X Link to heading
1brew cask install google-chrome
Installation from the command line on Ubuntu Link to heading
1wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
2sudo dpkg -i google-chrome-stable_current_amd64.deb
3rm -f google-chrome-stable_current_amd64.deb
Installation from the command line on CentOS Link to heading
1wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
2sudo yum localinstall google-chrome-stable_current_x86_64.rpm
Settings Link to heading
Google Chrome Application Link to heading
Google Chrome Extensions Link to heading
- Save to Pocket
- Adblock Plus
- Session Buddy
- Screenshot
- Status Bar
- JSON Viewer
- Transmission Remote
- WhatRuns
Hacks and Tweaks Link to heading
Export Chrome stored website passwords Link to heading
- Enable password import and export flag to show the export option.
- Open: chrome://flags/#password-import-export
- Select Enabled to turn the flag on.
- Click Relaunch to make this change take effect.
- Open Chrome advanced settings.
- At the top right of Chrome, click More > Settings.
- Scroll down to the bottom, click Advanced to show more settings.
- Find the Passwords and forms section, click the Manage password link.
- Click the Export button to download all your password entries to your PC.
- Type your current OS system password if asked.
- Then specify the location where your passwords file will be saved.
After you are done, all credentials including the user name, the target URL, your user name and password will be written to. CSV file in plain-text. This will be stored without any encryption, so keep this file in a secure place or you can encrypt the file as needed.