Visual Hashing

Changes the background of password entry fields to a four-color visual hash.

Τι είναι το Visual Hashing;

Το Visual Hashing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://connectioni.st, και η κύρια λειτουργία του είναι "Changes the background of password entry fields to a four-color visual hash.".

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

screenshot

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

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

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

                        After you install this add-on, you'll be able to see a four-color visual "hash" in password inputs all around the web. The hash will update as you type.

You can think of the hash as being your password's "fingerprint." Over time, you'll remember the colors associated with each password, which will prevent you from mistyping your passwords.                    

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

Όνομα Visual Hashing Visual Hashing
ID lkoelcpcjjehbjcchcbddggjmphfaiie
Επίσημο URL https://chromewebstore.google.com/detail/visual-hashing/lkoelcpcjjehbjcchcbddggjmphfaiie
Περιγραφή Changes the background of password entry fields to a four-color visual hash.
Μέγεθος Αρχείου 183 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2013-01-22
Ημερομηνία Δημοσίευσης 2013-01-22
Αξιολόγηση 4.75/5 Συνολικά 28 Αξιολογήσεις
Προγραμματιστής https://connectioni.st
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://connectioni.st/2011/12/visual-password-hashing-for-your.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visual Hashing",
    "version": "1.0.1",
    "description": "Changes the background of password entry fields to a four-color visual hash.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "util.js",
                "visualhash.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "permissions": []
}