Password Generator

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

Qu'est-ce que Password Generator ?

Password Generator est une extension Chrome développée par Yurii Luchkiv, et sa fonction principale est "Password Generator - simple, secure, one-click password generator".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Password Generator

Téléchargez les fichiers d'extension Password Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Password Generator Password Generator
ID nbnjbddbbcnnlceoglkfoolmknejieoi
URL Officiel https://chromewebstore.google.com/detail/password-generator/nbnjbddbbcnnlceoglkfoolmknejieoi
Description Password Generator - simple, secure, one-click password generator
Taille du Fichier 336 KB
Nombre d'Installations 1,612
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-07-11
Date de Publication 2023-07-11
Évaluation 5.00/5 Total 9 Évaluations
Développeur Yurii Luchkiv
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}