Strong Password Generator
Generate strong password for the most secure.
Strong Password Generatorとは何ですか?
Strong Password GeneratorはAI Oceanによって開発されたChromeの拡張機能で、その主な機能は「Generate strong password for the most secure.」です。
拡張機能のスクリーンショット
Strong Password Generator拡張機能のCRXファイルをダウンロード
Strong Password Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generate strong and highly secure passwords, for protecting your personal info. It's very fast and easy to use. Just one click on the extension's icon, a strong password will be coppyed to your clipboard. Right click on password field, Strong password will be generate, fill to the input field and copy to your clipboard. You can change the options to make your password more memoriable. With strong password you can protect your account better. The algorithm to generate password is ported from lastPass.
拡張機能の基本情報
名前 | Strong Password Generator |
ID | lpalkkjnignibpokfcdhhjamkpmppndn |
公式URL | https://chromewebstore.google.com/detail/strong-password-generator/lpalkkjnignibpokfcdhhjamkpmppndn |
説明 | Generate strong password for the most secure. |
ファイルサイズ | 101 KB |
インストール数 | 932 |
現在のバージョン | 1.1.1 |
最終更新日 | 2023-04-05 |
公開日 | 2015-11-09 |
評価 | 4.71/5 合計 7 レビュー |
開発者 | AI Ocean |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://laptrinh.senviet.org |
ヘルプページのURL | http://laptrinh.senviet.org |
プライバシーポリシーページのURL | https://aiocean.io/pages/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Strong Password Generator", "version": "1.1.1", "manifest_version": 2, "description": "Generate strong password for the most secure.", "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon24.png", "38": "images\/icon48.png" }, "default_title": "Strong Password Generator", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus", "storage", "http:\/\/*\/", "https:\/\/*\/" ] } |