google-chrome - 从 chrome 获取密码

标签 google-chrome google-chrome-extension

是否可以在 Chrome 扩展程序中访问保存的密码?我正在查看 API,但没有找到它。我想将所有密码导出到不同的存储中,并且使用扩展似乎是合乎逻辑的方法,但我找不到如何做到这一点。

感谢您的帮助。

最佳答案

好吧,回答我自己的问题,似乎不可能通过扩展 API 访问该信息,但是在 Linux 上(Linux 不加密登录信息,Windows 会加密),您所需要做的就是访问 "~/.config/chromium/Default/Login Data" 并从登录表中提取数据。这是sqlite3 db。

所以可以使用 NPAPI 来完成。

关于google-chrome - 从 chrome 获取密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14426841/

相关文章:

html - 更新 google chrome 后 Flash 对象无法工作

html - 当静默模式打开时,如何关闭 Netbeans html 调试 Chrome 连接?

google-chrome - Google Chrome 扩展程序有什么办法可以增加本地存储空间?

javascript - 发送消息到后台脚本

javascript - 加载特定网站时自动运行我的 Chrome 扩展程序

javascript - 获取嵌套在另一个 iframe chrome 扩展中的 iframe

html - 如何更改标题图标?

javascript - 简单的 JavaScript 不工作

Java cookie 在 Firefox 中被删除,但在 Google 或 IE 中未被删除

google-chrome - manifest.json 中的 "exclude_matches"什么都不做?