Strong Password Generator
Strong Password Generator to create secure passwords that are impossible to crack on your device.
Strong Password Generatorとは何ですか?
Strong Password GeneratorはArun Kumar Sekarによって開発されたChromeの拡張機能で、その主な機能は「Strong Password Generator to create secure passwords that are impossible to crack on your device.」です。
拡張機能のスクリーンショット
Strong Password Generator拡張機能のCRXファイルをダウンロード
Strong Password Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across the Internet, and learn over 30 tricks to keep your passwords, accounts and documents safe.
拡張機能の基本情報
名前 | Strong Password Generator |
ID | mbkohgkhedaeabjolobelbiomcchdenc |
公式URL | https://chromewebstore.google.com/detail/strong-password-generator/mbkohgkhedaeabjolobelbiomcchdenc |
説明 | Strong Password Generator to create secure passwords that are impossible to crack on your device. |
ファイルサイズ | 879 KB |
インストール数 | 119 |
現在のバージョン | 1.5.5 |
最終更新日 | 2017-09-09 |
公開日 | 2017-09-09 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Arun Kumar Sekar |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strong Password Generator", "version": "1.5.5", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device.", "permissions": [], "icons": { "128": "if_key-icon_211087.png", "48": "if_key-icon_211087.png", "16": "if_key-icon_211087_small.png" }, "browser_action": { "default_icon": { "19": "if_key-icon_211087_small.png", "38": "if_key-icon_211087_small.png" }, "default_popup": "index.html", "default_title": "Strong Password Generator" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ] } |