Secure Passwords
Generate strong and unique passwords for your various online accounts.
Co je Secure Passwords?
Secure Passwords je rozšíření Chrome vyvinuté https://digitalinspiration.com, a jeho hlavní funkcí je „Generate strong and unique passwords for your various online accounts.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Secure Passwords
Stáhněte si soubory rozšíření Secure Passwords ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Secure Passwords |
ID | eecnlkcbgpdabdgobnpoldjgainahdni |
Oficiální URL | https://chromewebstore.google.com/detail/secure-passwords/eecnlkcbgpdabdgobnpoldjgainahdni |
Popis | Generate strong and unique passwords for your various online accounts. |
Velikost souboru | 62.16 KB |
Počet instalací | 1,044 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2022-03-23 |
Datum Vydání | 2017-01-04 |
Hodnocení | 4.56/5 Celkem 16 Hodnocení |
Vývojář | https://digitalinspiration.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://ctrlq.org/passwords/ |
URL Stránky Nápovědy | https://www.labnol.org/internet/unique-password-for-every-site/21288/ |
URL Stránky Zásad Ochrany Soukromí | https://digitalinspiration.com/privacy |
Podporované Jazyky | 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" } |