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.
擴展基本資訊
名稱 | |
ID | eecnlkcbgpdabdgobnpoldjgainahdni |
官方網址 | 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" } |