Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 chrome 扩展中访问保存密码?我正在查看 API 但没有找到它。我想将所有密码导出到不同的存储中,使用扩展名似乎是合乎逻辑的方法,但我找不到如何做到这一点。
谢谢你的帮助。
好的,要回答我自己的问题,似乎无法通过扩展 API 访问该信息,但在 linux 上(linux 不加密登录信息,windows 会),您只需要访问"~/.config/chromium/Default/Login Data"并从登录表中提取数据。这是 sqlite3 数据库。
"~/.config/chromium/Default/Login Data"
所以它可以用 NPAPI 来完成。