Random password generator
Simple tool to generate strong and secure passwords.
Random password generatorとは何ですか?
Random password generatorはhttps://secure-password.freeonlineapps.netによって開発されたChromeの拡張機能で、その主な機能は「Simple tool to generate strong and secure passwords.」です。
拡張機能のスクリーンショット
Random password generator拡張機能のCRXファイルをダウンロード
Random password generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple tool to generate strong and secure passwords With this extension you can easily generate strong and secure passwords. You can specify password length and used chars (lowercase, uppercase, numbers or custom). Generated password can be copied directly to your clipboard, the passwords are NOT saved online. So you can ensure the security of your password
拡張機能の基本情報
名前 | Random password generator |
ID | flaahbpdnolilcopgaeknejgbnljpdep |
公式URL | https://chromewebstore.google.com/detail/random-password-generator/flaahbpdnolilcopgaeknejgbnljpdep |
説明 | Simple tool to generate strong and secure passwords. |
ファイルサイズ | 226 KB |
インストール数 | 13,534 |
現在のバージョン | 3.0.0 |
最終更新日 | 2022-04-04 |
公開日 | 2020-05-21 |
評価 | 4.36/5 合計 33 レビュー |
開発者 | https://secure-password.freeonlineapps.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://secure-password.freeonlineapps.net |
プライバシーポリシーページのURL | https://www.freeonlineapps.net/privacy |
対応言語 | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/welcome.js" }, "action": { "default_icon": { "128": "images\/icons8-password-128.png", "16": "images\/icons8-password-16.png", "32": "images\/icons8-password-32.png", "48": "images\/icons8-password-48.png", "64": "images\/icons8-password-64.png" }, "default_popup": "popup.html" }, "default_locale": "en_US", "description": "__MSG_application_description__", "icons": { "128": "images\/icons8-password-128.png", "16": "images\/icons8-password-16.png", "32": "images\/icons8-password-32.png", "48": "images\/icons8-password-48.png", "64": "images\/icons8-password-64.png" }, "manifest_version": 3, "name": "__MSG_application_title__", "version": "3.0.0", "homepage_url": "https:\/\/secure-password.freeonlineapps.net" } |