Memorable Password Generator
Generates easily memorizable passwords from a dictionary
Memorable Password Generatorとは何ですか?
Memorable Password Generatorはdownloadによって開発されたChromeの拡張機能で、その主な機能は「Generates easily memorizable passwords from a dictionary」です。
Memorable Password Generator拡張機能のCRXファイルをダウンロード
Memorable Password Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generates an easy to remember password. Secure as long as a different password is used on each site.
拡張機能の基本情報
名前 | |
ID | egellahiafbjnejphfkhbpimkgcipnib |
公式URL | https://chrome.google.com/webstore/detail/memorable-password-genera/egellahiafbjnejphfkhbpimkgcipnib |
説明 | Generates easily memorizable passwords from a dictionary |
ファイルサイズ | 43.73 KB |
インストール数 | 25 |
現在のバージョン | 0.1 |
最終更新日 | 2016-10-01 |
公開日 | 2016-10-01 |
開発者 | download |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memorable Password Generator", "description": "Generates easily memorizable passwords from a dictionary", "version": "0.1", "permissions": [], "browser_action": { "default_popup": "index.html", "default_title": "Generate Password" }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |