This code snippet is for exporting passwords stored in Google Chrome for use in 1Password. It generates a 1Password compatiable CSV file.
NOTE: Your password are exported as plain text. Take proper precautions when storing the file and use a secure deletion tool.
To export your passwords follow these steps:
- visit chrome://settings/passwords
- Open the Chrome console (Mac:
[Cmd]+[Option]+J/ Windows or Linux:[Ctrl]+[Shift] +J`) - Paste the code above into the console
- Enter your password when prompted so your keyring can be unlocked
- Wait
- Copy and paste the output to a file ending in
.csv - Follow the 1Password CSV import guide