Strong Password Generator
Generates strong and secure random passwords
Strong Password Generatorとは何ですか?
Strong Password GeneratorはRaghavによって開発されたChromeの拡張機能で、その主な機能は「Generates strong and secure random passwords」です。
拡張機能のスクリーンショット
Strong Password Generator拡張機能のCRXファイルをダウンロード
Strong Password Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generate highly secure random passwords quickly using the strong password generator chrome extension. Highly secure passwords make it difficult for people to guess or crack your passwords. Strengthen your passwords by specifying uppercase, lowercase, numbers and symbols. Add additional characters to your password even stronger.
拡張機能の基本情報
名前 | Strong Password Generator |
ID | gapdkkfopecbpinjgkiicjdknfdpppnk |
公式URL | https://chromewebstore.google.com/detail/strong-password-generator/gapdkkfopecbpinjgkiicjdknfdpppnk |
説明 | Generates strong and secure random passwords |
ファイルサイズ | 12.98 KB |
インストール数 | 56 |
現在のバージョン | 0.0.0.2 |
最終更新日 | 2020-06-07 |
公開日 | 2020-06-06 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Raghav |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strong Password Generator", "version": "0.0.0.2", "description": "Generates strong and secure random passwords", "icons": { "16": "extension_toolbar_icon16.png", "48": "extension_toolbar_icon48.png", "128": "extension_toolbar_icon128.png" }, "browser_action": { "default_icon": { "16": "extension_toolbar_icon16.png", "19": "extension_toolbar_icon19.png", "32": "extension_toolbar_icon32.png", "36": "extension_toolbar_icon36.png", "48": "extension_toolbar_icon48.png", "128": "extension_toolbar_icon128.png" }, "default_popup": "popup.html", "default_title": "Random Password Generator" } } |