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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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