generate password
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
generate passwordとは何ですか?
generate passwordはREJECTEDによって開発されたChromeの拡張機能で、その主な機能は「Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across 」です。
拡張機能のスクリーンショット
generate password拡張機能のCRXファイルをダウンロード
generate password拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generate Password.Strong Password. A strong password is key for protecting your personal info and assets online Advanced Your New Password: Remember your password: Remember your password with the first character of each word in this sentence. To prevent your passwords from being hacked by social engineering, brute force or dictionary attack method, and keep your online accounts safe, you should .
拡張機能の基本情報
名前 | |
ID | mbacfefhfcdpdnbbjdmhfielahaojlej |
公式URL | https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej |
説明 | Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across |
ファイルサイズ | 32.41 KB |
インストール数 | 71 |
現在のバージョン | 1.1.1 |
最終更新日 | 2017-11-26 |
公開日 | 2017-11-26 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | REJECTED |
支払い方法 | free |
拡張機能のウェブサイト | https://generate-password.net/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "generate password", "version": "1.1.1", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |