Password Generator

Generate a strong password with the click of a button

Password Generatorとは何ですか?

Password Generatorはgeneratepassextensionによって開発されたChromeの拡張機能で、その主な機能は「Generate a strong password with the click of a button」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Password Generator allows you to generate secure, unique passwords with ease. Simply select the password options that suit your needs and generate your new password. Password Generator offers multiple options including customizable character length, uppercase letters, lowercase letters, symbols, and numbers. To copy the password click the copy icon and the password will automatically be saved to your clipboard ready for you to paste.                    

拡張機能の基本情報

名前 Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
公式URL https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
説明 Generate a strong password with the click of a button
ファイルサイズ 60.63 KB
インストール数 100
現在のバージョン 1.0
最終更新日 2021-03-20
公開日 2021-03-19
評価 5.00/5 合計 2 レビュー
開発者 generatepassextension
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Generator",
    "version": "1.0",
    "description": "Generate a strong password with the click of a button",
    "manifest_version": 2,
    "icons": {
        "48": "password-icon-48.png",
        "128": "password-icon-48.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        ""
    ]
}