Password Generator

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

Τι είναι το Password Generator;

Το Password Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Yurii Luchkiv, και η κύρια λειτουργία του είναι "Password Generator - simple, secure, one-click password generator".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Password Generator

Λήψη αρχείων επέκτασης Password Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Password Generator Password Generator
ID nbnjbddbbcnnlceoglkfoolmknejieoi
Επίσημο URL https://chromewebstore.google.com/detail/password-generator/nbnjbddbbcnnlceoglkfoolmknejieoi
Περιγραφή Password Generator - simple, secure, one-click password generator
Μέγεθος Αρχείου 336 KB
Αριθμός Εγκαταστάσεων 1,612
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-07-11
Ημερομηνία Δημοσίευσης 2023-07-11
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Yurii Luchkiv
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}