Password Generator

Generate a strong password with the click of a button

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

Το Password Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον generatepassextension, και η κύρια λειτουργία του είναι "Generate a strong password with the click of a button".

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

screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

Όνομα Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
Επίσημο URL https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
Περιγραφή Generate a strong password with the click of a button
Μέγεθος Αρχείου 60.63 KB
Αριθμός Εγκαταστάσεων 100
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-03-20
Ημερομηνία Δημοσίευσης 2021-03-19
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής generatepassextension
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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": [
        ""
    ]
}