Password Generator
Allows you to generate customisable secure passwords on the fly.
Password Generatorとは何ですか?
Password Generatorはhttps://nemrod.seによって開発されたChromeの拡張機能で、その主な機能は「Allows you to generate customisable secure passwords on the fly.」です。
拡張機能のスクリーンショット
Password Generator拡張機能のCRXファイルをダウンロード
Password Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is an extension for pure random password generation. You set a length between 5 and 20 characters, if you want it to contain upper-case, lower-case, numbers and special characters and click generate. Since I'm into the habit of wanting passwords that look good I've made it so you can choose to generate between 1 and 5 passwords in one go to make it easier to get those.
Now simply choose the prettiest of the generated passwords and you're done! ;)
Version 0.2 has support for themes, you can select between three different ones, but you can also add your own or edit the existing ones if you so wish. 拡張機能の基本情報
| 名前 | |
| ID | koebgfmdommchdjodkalonlpjlnbpjap |
| 公式URL | https://chromewebstore.google.com/detail/password-generator/koebgfmdommchdjodkalonlpjlnbpjap |
| 説明 | Allows you to generate customisable secure passwords on the fly. |
| ファイルサイズ | 22.63 KB |
| インストール数 | 289 |
| 現在のバージョン | 0.3 |
| 最終更新日 | 2013-06-19 |
| 公開日 | 2013-06-19 |
| 評価 | 3.93/5 合計 14 レビュー |
| 開発者 | https://nemrod.se |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://nemrod.se |
| ヘルプページのURL | http://nemrod.se/chrome-extensions/password-generator |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Password Generator",
"version": "0.3",
"manifest_version": 2,
"description": "Allows you to generate customisable secure passwords on the fly.",
"icons": {
"128": "icon128.png",
"32": "icon32.png",
"22": "icon22.png",
"16": "icon16.png"
},
"browser_action": {
"default_name": "Password Generator - click to open the generator",
"default_icon": "icon22.png",
"default_popup": "popup.html"
},
"options_page": "options.html"
} | |