Password Peek

Unmask the contents of a password field with a simple click!

ما هو Password Peek؟

Password Peek هو إضافة Chrome تم تطويرها بواسطة https://www.camerongray.me، والميزة الرئيسية لها هي "Unmask the contents of a password field with a simple click!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Password Peek

قم بتنزيل ملفات الامتداد Password Peek بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        If you love deleting your entire password when you make (or suspect that you made) a mistake then this extension is not for you!  For the rest of us there is "Password Peek" for Google Chrome.  "Password Peek" places a button next to password fields that, when held down will show your password in place of the asterisks allowing you to check it.  You can also press the padlock button to keep the password visible allowing you to edit it while seeing it!

How many times have you gone to enter a password into another device but you are unable to remember it as chrome has it saved and automatically inserts it into the password field, obscured of course!  Simply use "Password Peek" to show the password!                    

معلومات أساسية عن التمديد

الاسم Password Peek Password Peek
ID lclaiahiipkdhlgaepaklgpcggmgcfid
عنوان URL الرسمي https://chromewebstore.google.com/detail/password-peek/lclaiahiipkdhlgaepaklgpcggmgcfid
الوصف Unmask the contents of a password field with a simple click!
حجم الملف 87.17 KB
عدد التثبيتات 3,065
النسخة الحالية 1.0
آخر تحديث 2012-04-22
تاريخ النشر 2012-04-22
تقييم 3.69/5 مجموع تقييمات 48
المطور https://www.camerongray.me
نوع الدفع free
موقع الإضافة http://www.camerongray.me/
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Peek",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Unmask the contents of a password field with a simple click!",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "img\/peek_normal.png",
        "img\/peek_active.png",
        "img\/lock_normal.png",
        "img\/lock_active.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.7.2-tweaked.js",
                "password-peek.js"
            ],
            "all_frames": true
        }
    ]
}