Password Generator

Password Generator - simple, secure, one-click password generator

Apa itu Password Generator?

Password Generator adalah ekstensi Chrome yang dikembangkan oleh Yurii Luchkiv, dan fitur utamanya adalah "Password Generator - simple, secure, one-click password generator".

Screenshot Ekstensi

screenshot
screenshot
screenshot

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

                        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                    

Informasi Dasar Ekstensi

Nama Password Generator Password Generator
ID nbnjbddbbcnnlceoglkfoolmknejieoi
URL Resmi https://chromewebstore.google.com/detail/password-generator/nbnjbddbbcnnlceoglkfoolmknejieoi
Deskripsi Password Generator - simple, secure, one-click password generator
Ukuran File 336 KB
Jumlah Instalasi 1,612
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-07-11
Tanggal Publikasi 2023-07-11
Penilaian 5.00/5 Total 9 Penilaian
Pengembang Yurii Luchkiv
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}