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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
}