Password Revealer

Reveals the value of all password fields on the current page. Great for trying to remember what your password is.

Password Revealer là gì?

Password Revealer là một tiện ích mở rộng Chrome được phát triển bởi Joel Saupe, và tính năng chính của nó là "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.".

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

                        Password Revealer will reveal the text behind the hidden password fields. This is great if you always forget what your password is and you can't remember what all those '*******' mean.                    

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

Tên Password Revealer Password Revealer
ID ciimjfgcajblmnjlcgopeflnjdknekkd
URL Chính Thức https://chromewebstore.google.com/detail/password-revealer/ciimjfgcajblmnjlcgopeflnjdknekkd
Mô tả Reveals the value of all password fields on the current page. Great for trying to remember what your password is.
Kích Thước Tệp 7.7 KB
Số Lần Cài Đặt 11,999
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-11-16
Ngày Phát Hành 2015-11-16
Đánh Giá 4.10/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Joel Saupe
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",
    "manifest_version": 2,
    "name": "Password Revealer",
    "description": "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "unlock-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}