Password Generator

Generate a strong password with the click of a button

Co to jest Password Generator?

Password Generator to rozszerzenie Chrome opracowane przez generatepassextension, a jego główną funkcją jest „Generate a strong password with the click of a button”.

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

                        Password Generator allows you to generate secure, unique passwords with ease. Simply select the password options that suit your needs and generate your new password. Password Generator offers multiple options including customizable character length, uppercase letters, lowercase letters, symbols, and numbers. To copy the password click the copy icon and the password will automatically be saved to your clipboard ready for you to paste.                    

Podstawowe informacje o rozszerzeniu

Nazwa Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
Oficjalny URL https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
Opis Generate a strong password with the click of a button
Rozmiar pliku 60.63 KB
Liczba instalacji 100
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-03-20
Data Publikacji 2021-03-19
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper generatepassextension
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",
    "name": "Password Generator",
    "version": "1.0",
    "description": "Generate a strong password with the click of a button",
    "manifest_version": 2,
    "icons": {
        "48": "password-icon-48.png",
        "128": "password-icon-48.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        ""
    ]
}