Secure Passwords
Generate strong and unique passwords for your various online accounts.
什么是Secure Passwords?
Secure Passwords是由https://digitalinspiration.com开发的Chrome扩展程序,该扩展的主要功能是“Generate strong and unique passwords for your various online accounts.”。
扩展截图
下载Secure Passwords扩展crx文件
下载Secure Passwords扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of remembering multiple passwords? With Secure Passwords, you only need to remember one master password and the passwords app will generate strong but unique passwords for all your different online accounts. The passwords are generated locally in your browser, none of your data ever leaves your computer and the password tool can be used in offline mode as well. The password generator internally uses the super-strong BCrypt encryption algorithm to generate the hashes and thus the passwords are almost impossible to break. The code is open-source and can be download from Github. The password generator is also available as an Android App.
扩展基本信息
名称 | Secure Passwords |
ID | eecnlkcbgpdabdgobnpoldjgainahdni |
官方URL | https://chromewebstore.google.com/detail/secure-passwords/eecnlkcbgpdabdgobnpoldjgainahdni |
简介 | Generate strong and unique passwords for your various online accounts. |
文件大小 | 62.16 KB |
安装次数 | 1,044 |
当前版本 | 1.1.0 |
更新时间 | 2022-03-23 |
上架时间 | 2017-01-04 |
评分 | 4.56/5 共16次评分 |
开发者 | https://digitalinspiration.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ctrlq.org/passwords/ |
帮助页面URL | https://www.labnol.org/internet/unique-password-for-every-site/21288/ |
隐私政策页面URL | https://digitalinspiration.com/privacy |
支持的语言 | en |
manifest.json | |
{ "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "popup.html", "default_title": "Secure Passwords" }, "description": "Generate strong and unique passwords for your various online accounts.", "homepage_url": "http:\/\/ctrlq.org\/passwords\/", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Secure Passwords", "short_name": "Passwords", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0" } |