Password Reveal

One click password reveal. Just click the icon and any password that is hidden will become legible text.

Password Reveal là gì?

Password Reveal là một tiện ích mở rộng Chrome được phát triển bởi https://suarezluis.com, và tính năng chính của nó là "One click password reveal. Just click the icon and any password that is hidden will become legible text.".

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

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

                        One click password reveal. Just click the icon and any password that is hidden will become legible text.                    

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

Tên Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
URL Chính Thức https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
Mô tả One click password reveal. Just click the icon and any password that is hidden will become legible text.
Kích Thước Tệp 7.59 KB
Số Lần Cài Đặt 815
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-01-08
Ngày Phát Hành 2019-01-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://suarezluis.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Reveal",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}