Password Revealer

Make the masked password readable

Password Revealer là gì?

Password Revealer là một tiện ích mở rộng Chrome được phát triển bởi jiaqiguo.jacky, và tính năng chính của nó là "Make the masked password readable".

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

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

                        Reveals the masked password so it's readable.                    

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

Tên Password Revealer Password Revealer
ID ogoaogeggfblcfhlhilpbmedilcalpio
URL Chính Thức https://chrome.google.com/webstore/detail/ogoaogeggfblcfhlhilpbmedilcalpio
Mô tả Make the masked password readable
Kích Thước Tệp 34.46 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-10-17
Ngày Phát Hành 2017-10-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jiaqiguo.jacky
Loại Thanh Toán free
Trang Web Mở Rộng http://jackysolutions.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Revealer",
    "description": "Make the masked password readable",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "revealPassword.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Make the masked password readable",
        "default_icon": "p.png"
    },
    "manifest_version": 2
}