Password Generator

Password generator extension allows you to easily generate long and secure password in one click

Cos'è Password Generator?

Password Generator è un'estensione di Chrome sviluppata da https://xfox111.net, e la sua funzione principale è "Password generator extension allows you to easily generate long and secure password in one click".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Password Generator

Scarica i file di estensione Password Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Password Generator Password Generator
ID jnjobgjobffgmgfnkpkjfjkkfhfikmfl
URL Ufficiale https://chromewebstore.google.com/detail/password-generator/jnjobgjobffgmgfnkpkjfjkkfhfikmfl
Descrizione Password generator extension allows you to easily generate long and secure password in one click
Dimensione del File 282 KB
Conteggio Installazioni 1,811
Versione Corrente 3.1.0
Ultimo Aggiornamento 2024-02-09
Data di Pubblicazione 2020-10-07
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore https://xfox111.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://xfox111.net/PasswordGenerator
URL della Pagina di Aiuto https://xfox111.net/PasswordGenerator/issues
Lingue Supportate 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"
    }
}