Input Type Text

Display all passwords in clear text.

Input Type Text là gì?

Input Type Text là một tiện ích mở rộng Chrome được phát triển bởi cmmn.nighthawk, và tính năng chính của nó là "Display all passwords in clear text.".

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

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

                        The idea for this app was originally conceived of, somewhat mischievously, as a way to teach a lesson about web security to people that store their passwords in the browser.

But hopefully it can be helpful for other use cases!                    

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

Tên Input Type Text Input Type Text
ID dnfamnagdaammiaggdgmpgmnbckciidg
URL Chính Thức https://chromewebstore.google.com/detail/input-type-text/dnfamnagdaammiaggdgmpgmnbckciidg
Mô tả Display all passwords in clear text.
Kích Thước Tệp 3.18 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2016-06-04
Ngày Phát Hành 2016-06-03
Nhà Phát Triển cmmn.nighthawk
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": "Input Type Text",
    "description": "Display all passwords in clear text.",
    "version": "0.4",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "js.js"
            ]
        }
    ]
}