Strong Password Generator

Generates strong random passwords.

Strong Password Generatorとは何ですか?

Strong Password GeneratorはLeeによって開発されたChromeの拡張機能で、その主な機能は「Generates strong random passwords.」です。

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

screenshot
screenshot
screenshot

Strong Password Generator拡張機能のCRXファイルをダウンロード

Strong Password Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A Strong Password:
A strong password is key for protecting your personal info and assets online. Using a different password for every website that is long and has multiple types of characters (numbers, letters, and symbols) will help protect you from someone hacking into your accounts.

How it Works:
Password generation is done client-side, on your computer, with Javascript.                    

拡張機能の基本情報

名前 Strong Password Generator Strong Password Generator
ID lkahbfdjppdglmacdhifnfaokjealmba
公式URL https://chromewebstore.google.com/detail/strong-password-generator/lkahbfdjppdglmacdhifnfaokjealmba
説明 Generates strong random passwords.
ファイルサイズ 1.03 MB
インストール数 302
現在のバージョン 1.2
最終更新日 2017-02-28
公開日 2017-02-28
評価 5.00/5 合計 2 レビュー
開発者 Lee
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Strong Password Generator",
    "version": "1.2",
    "description": "Generates strong random passwords.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "Strong Password Generator",
        "default_icon": "16.png",
        "default_popup": "passwordGenerator.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}