Password Generator
Password generator extension allows you to easily generate long and secure password in one click
Apa itu Password Generator?
Password Generator adalah ekstensi Chrome yang dikembangkan oleh https://xfox111.net, dan fitur utamanya adalah "Password generator extension allows you to easily generate long and secure password in one click".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Password Generator
Unduh file ekstensi Password Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Password Generator |
ID | jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
URL Resmi | https://chromewebstore.google.com/detail/password-generator/jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
Deskripsi | Password generator extension allows you to easily generate long and secure password in one click |
Ukuran File | 282 KB |
Jumlah Instalasi | 1,811 |
Versi Saat Ini | 3.1.0 |
Terakhir Diperbarui | 2024-02-09 |
Tanggal Publikasi | 2020-10-07 |
Penilaian | 3.75/5 Total 4 Penilaian |
Pengembang | https://xfox111.net |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://xfox111.net/PasswordGenerator |
URL Halaman Bantuan | https://xfox111.net/PasswordGenerator/issues |
Bahasa yang Didukung | 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" } } |