Password Peek

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

Password Peek là gì?

Password Peek là một tiện ích mở rộng Chrome được phát triển bởi https://www.camerongray.me, và tính năng chính của nó là "Unmask the contents of a password field with a simple click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Password Peek

Tải xuống các tệp mở rộng Password Peek dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Password Peek Password Peek
ID lclaiahiipkdhlgaepaklgpcggmgcfid
URL Chính Thức https://chromewebstore.google.com/detail/password-peek/lclaiahiipkdhlgaepaklgpcggmgcfid
Mô tả Unmask the contents of a password field with a simple click!
Kích Thước Tệp 87.17 KB
Số Lần Cài Đặt 3,065
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2012-04-22
Ngày Phát Hành 2012-04-22
Đánh Giá 3.69/5 Tổng số 48 Đánh Giá
Nhà Phát Triển https://www.camerongray.me
Loại Thanh Toán free
Trang Web Mở Rộng http://www.camerongray.me/
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}