Show Password

Show Password

Show Password là gì?

Show Password là một tiện ích mở rộng Chrome được phát triển bởi samhagin, và tính năng chính của nó là "Show Password".

Ả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 Show Password

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

                        This extension gives you the option to see what you type into a password field instead of seeing dots. A link is displayed next to each password field that can be clicked on to display the typed password.                    

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

Tên Show Password Show Password
ID gaichhcdflnpllpkmocfcbkbacefiank
URL Chính Thức https://chrome.google.com/webstore/detail/show-password/gaichhcdflnpllpkmocfcbkbacefiank
Mô tả Show Password
Kích Thước Tệp 36.15 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-08-20
Ngày Phát Hành 2013-08-20
Đánh Giá 4.27/5 Tổng số 30 Đánh Giá
Nhà Phát Triển samhagin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "description": "Show Password",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.showPassword.min.js",
                "showPassword.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "6",
    "manifest_version": 2,
    "name": "Show Password",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.0"
}