All over the Internet folks seem to be having problems with this. It's actually quite easy, from the command line.
First you have to locate your "Login Data" file that is part of your Chrome/Chromium profile. We're calling this your PROFILE_DIR
~/.config/chromium/Default/Login Data
%USERPROFILE%/Default/Login Data
cd $PROFILE_DIR sqlite3 \ -batch \ "Login Data" \ "select origin_url, username_value, password_value from logins;"http://superuser.com/questions/655294/how-can-i-export-chrome-passwords