Password Generator
Password generator extension allows you to easily generate long and secure password in one click
Password Generatorとは何ですか?
Password Generatorはhttps://xfox111.netによって開発されたChromeの拡張機能で、その主な機能は「Password generator extension allows you to easily generate long and secure password in one click」です。
拡張機能のスクリーンショット
Password Generator拡張機能のCRXファイルをダウンロード
Password Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension for web browsers which helps you to easily generate strong passwords in one click ## Features - Create strong passwords in one click - Customizable generator - Clean and simple UI - Dark mode ## Hey, It's open-source software! If you know how to improve this extension you can check its GitHub Repository at: https://github.com/xfox111/PasswordGeneratorExtension Check out release changelog on: https://github.com/xfox111/PasswordGeneratorExtension/releases/latest
拡張機能の基本情報
名前 | Password Generator |
ID | jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
公式URL | https://chromewebstore.google.com/detail/password-generator/jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
説明 | Password generator extension allows you to easily generate long and secure password in one click |
ファイルサイズ | 282 KB |
インストール数 | 1,811 |
現在のバージョン | 3.1.0 |
最終更新日 | 2024-02-09 |
公開日 | 2020-10-07 |
評価 | 3.75/5 合計 4 レビュー |
開発者 | https://xfox111.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://xfox111.net/PasswordGenerator |
ヘルプページのURL | https://xfox111.net/PasswordGenerator/issues |
対応言語 | en,pl,pt-BR,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1.0", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "author": "__MSG_author__", "homepage_url": "https:\/\/github.com\/xfox111\/PasswordGeneratorExtension", "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "src\/popup.html" } } |