

Make sure that you have ticked Passwords in Advanced Sync Settings. Connect to your Google Account in Chrome Settings so that your passwords are synched with the Google cloud storage.So, to export your passwords to a human readable text file: This approach will not affect your current Chrome profile in any way. On OSX the Chrome passwords are in the system keychain, and can be viewed from System KeychainThe method below relies on forcing Chrome to use a temporary profile folder in combination with unencrypted password storage. In newer versions of Chrome this file is still present, but the passwords are not there anymore - they are stored using the encrypted password storage provided by the system, either Gnome Keyring or KWallet, which means that simply dumping the tables will not work. ~/.config/google-chrome/Default/Login Data

Older versions of Chrome/Chromium for Linux stored unencrypted passwords in an SQLite database under: # Google Chrome: Finally, this page provided a hint to a solution which worked for me. Having spent some time googling for a way to export Chrome passwords to an external file to my surprise I could not find a straightforward solution that would work irregardless of the version of Chrome/Chromium. Update: A simpler method is described in this post How can I export chrome passwords?
