Password Generator

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

Co to jest Password Generator?

Password Generator to rozszerzenie Chrome opracowane przez Yurii Luchkiv, a jego główną funkcją jest „Password Generator - simple, secure, one-click password generator”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Password Generator

Pobierz pliki rozszerzeń Password Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Password Generator Password Generator
ID nbnjbddbbcnnlceoglkfoolmknejieoi
Oficjalny URL https://chromewebstore.google.com/detail/password-generator/nbnjbddbbcnnlceoglkfoolmknejieoi
Opis Password Generator - simple, secure, one-click password generator
Rozmiar pliku 336 KB
Liczba instalacji 1,612
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-07-11
Data Publikacji 2023-07-11
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper Yurii Luchkiv
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}