Password Generator
Password Generator - simple, secure, one-click password generator
Password Generatorとは何ですか?
Password GeneratorはYurii Luchkivによって開発されたChromeの拡張機能で、その主な機能は「Password Generator - simple, secure, one-click password generator」です。
拡張機能のスクリーンショット
Password Generator拡張機能のCRXファイルをダウンロード
Password Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generate a random secure password in one click
The generator adds generated password to the dedicated field and copies it to the clipboard
You can specify:
— length of password
— used chars: lowercase, uppercase, digits, and special characters
— excluded chars
— hexadecimal only
Password configuration preferences are stored
Passwords history is stored
ChangeLog:
Version 1.0.0 on 19.07.2023:
— First release 拡張機能の基本情報
| 名前 | |
| ID | nbnjbddbbcnnlceoglkfoolmknejieoi |
| 公式URL | https://chromewebstore.google.com/detail/password-generator/nbnjbddbbcnnlceoglkfoolmknejieoi |
| 説明 | Password Generator - simple, secure, one-click password generator |
| ファイルサイズ | 336 KB |
| インストール数 | 1,612 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2023-07-11 |
| 公開日 | 2023-07-11 |
| 評価 | 5.00/5 合計 9 レビュー |
| 開発者 | Yurii Luchkiv |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Password Generator",
"version": "1.0.0",
"description": "Password Generator - simple, secure, one-click password generator",
"icons": {
"16": "assets\/icons\/16.png",
"32": "assets\/icons\/32.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Password Generator",
"default_icon": "assets\/icons\/128.png"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
}
} | |