将 Chrome 密码导入 Firefox

skr*_*rat 8 firefox google-chrome passwords

我是愚蠢还是没有办法在不使用 3rd 方软件/服务的情况下将 Chrome 密码导入 Firefox?我的意思是,这是一个如此愚蠢的小任务。我不想使用 LastPass。我找到了如何将 Chrome 密码导出到 .csv 文件,但如何将其导入 Firefox?

根据this应该有一个导入按钮,除了没有

https://support.mozilla.org/en-US/kb/password-manager-remember-delete-change-and-import#w_viewing-and-deleting-passwords

编辑 -还有 Firefox 中的书签管理器,它允许您从另一个浏览器(包括 Chrome)导入数据,包括 cookie,但没有密码。

小智 5

可能有点晚了,但是在 Linux 上,如果您从 about:config 激活某个名为 signon.management.page.fileImport.enabled 的标志,则可以从 .csv 文件导入。然后您可以看到从文件导入的选项。它在 mozilla 支持https://support.mozilla.org/en-US/kb/import-login-data-file的脚注中进行了解释


小智 4

对于那些认为 Firefox 现状是理所当然的人,这里有一个使用第三方软件的解决方案:

  1. 关闭火狐浏览器

  2. 打开Google Chrome> 设置 > 密码 > 旁边Saved Passwords有 3 个点,按它们 > Export passwords-> 保存到桌面

  3. (此步骤需要python3pip已安装)
    打开您的终端/控制台应用程序 - > pip install ffpassffpass源代码

  4. 将控制台/终端目录更改为Desktop(或导出的 Chrome 密码保存在哪里)

对于 Mac 操作系统:ffpass import -f <YOUR_CSV> -d /Users/<YOUR USER>/Library/Application\ Support/Firefox/Profiles/<YOUR_PROFILE>
对于 Linux:ffpass import -f <YOUR_CSV> -d ~/.mozilla/firefox/Profiles/<YOUR_PROFILE>
对于 Windows:ffpass import -f <YOUR_CSV> -d %APPDATA%\Mozilla\Firefox\Profiles\<YOUR_PROFILE>

  1. 从桌面删除您的CSV密码