Show Password Text

Shows text in password input

Show Password Text là gì?

Show Password Text là một tiện ích mở rộng Chrome được phát triển bởi Dima PM, và tính năng chính của nó là "Shows text in password input".

Ả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 Text

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

                        Shows text entered in password input by using context menu.                    

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

Tên Show Password Text Show Password Text
ID nbnpfhgiaplhmklolpaealfkdpfmbbpb
URL Chính Thức https://chromewebstore.google.com/detail/show-password-text/nbnpfhgiaplhmklolpaealfkdpfmbbpb
Mô tả Shows text in password input
Kích Thước Tệp 25.47 KB
Số Lần Cài Đặt 469
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-10-30
Ngày Phát Hành 2016-10-30
Nhà Phát Triển Dima PM
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Show Password Text",
    "version": "0.2",
    "description": "Shows text in password input",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}