Visual Hashing

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

Visual Hashing क्या है?

Visual Hashing https://connectioni.st द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the background of password entry fields to a four-color visual hash."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Visual Hashing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
}