Unmask Password

Unmask Password is a tool to visualize the passwords that you inputted.It prevents the wrong input of passwords.

Unmask Password là gì?

Unmask Password là một tiện ích mở rộng Chrome được phát triển bởi nkuma, và tính năng chính của nó là "Unmask Password is a tool to visualize the passwords that you inputted.It prevents the wrong input of passwords.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Unmask Password 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

                        Unmask Password is a tool to visualize the passwords that you inputted.
It prevents the wrong input of passwords.

The passwords will appear when you click on the icon,and return to masked passwords when you click again.

Note:
This tool  has no server communication.
Please see for more information you can see the code.
https://github.com/nkuma/UnmaskPassword

When you are in a private area,  please turn on the setting to display passwords.
In a public area, you have to turn off the setting to return to masked passwords.                    

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

Tên Unmask Password Unmask Password
ID pmmeddaccflimcipblojlnfandenhicb
URL Chính Thức https://chromewebstore.google.com/detail/unmask-password/pmmeddaccflimcipblojlnfandenhicb
Mô tả Unmask Password is a tool to visualize the passwords that you inputted.It prevents the wrong input of passwords.
Kích Thước Tệp 39.32 KB
Số Lần Cài Đặt 42,834
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2015-10-18
Ngày Phát Hành 2015-10-17
Đánh Giá 4.54/5 Tổng số 123 Đánh Giá
Nhà Phát Triển nkuma
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nkuma/UnmaskPassword
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/logo.png"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.8"
}