generate password

Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across

Τι είναι το generate password;

Το generate password είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον REJECTED, και η κύρια λειτουργία του είναι "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ".

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

screenshot

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

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

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

                        Generate Password.Strong Password. A strong password is key for protecting your personal info and assets online  Advanced Your New Password: Remember your password: Remember your password with the first character of each word in this sentence. To prevent your passwords from being hacked by social engineering, brute force or dictionary attack method, and keep your online accounts safe, you should .                    

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

Όνομα generate password generate password
ID mbacfefhfcdpdnbbjdmhfielahaojlej
Επίσημο URL https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej
Περιγραφή Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
Μέγεθος Αρχείου 32.41 KB
Αριθμός Εγκαταστάσεων 71
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2017-11-26
Ημερομηνία Δημοσίευσης 2017-11-26
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής REJECTED
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://generate-password.net/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "generate password",
    "version": "1.1.1",
    "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}