Simple Passphrase Generator
Generates a secure passphrase from the EFF's long word list.
Simple Passphrase Generatorとは何ですか?
Simple Passphrase Generatorはiuzoongによって開発されたChromeの拡張機能で、その主な機能は「Generates a secure passphrase from the EFF's long word list.」です。
拡張機能のスクリーンショット
Simple Passphrase Generator拡張機能のCRXファイルをダウンロード
Simple Passphrase Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generates a secure passphrase using the EFF's long word list and the browser's crypto RNG. The passphrase has an entropy of ~77 bits. For a stronger password try tinyurl.com/y92yob5v The author is one of the #MillionsMissing. If you find this software useful, please consider donating to the Open Medicine Foundation www.OMF.ngo for much needed research. Thank you. Dice icon by Gregor Cresnar from Flaticon. Licensed by CC 3.0 BY.
拡張機能の基本情報
名前 | Simple Passphrase Generator |
ID | iliehbhfgfbjllfhhbbceochgmkkhpcb |
公式URL | https://chromewebstore.google.com/detail/simple-passphrase-generat/iliehbhfgfbjllfhhbbceochgmkkhpcb |
説明 | Generates a secure passphrase from the EFF's long word list. |
ファイルサイズ | 42.54 KB |
インストール数 | 391 |
現在のバージョン | 2018.5.28.3 |
最終更新日 | 2019-02-10 |
公開日 | 2019-02-10 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | iuzoong |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/araemot/passphrase-generator |
ヘルプページのURL | https://github.com/araemot/passphrase-generator/issues |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Passphrase Generator", "homepage_url": "https:\/\/github.com\/araemot\/passphrase-generator", "description": "Generates a secure passphrase from the EFF's long word list.", "version": "2018.5.28.3", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "dice48.png", "96": "dice96.png", "128": "dice128.png" }, "browser_action": { "browser_style": false, "default_icon": "dice.png", "default_popup": "popup.html" } } |