Password Toggler - view typed passwords
Adds button to show/hide password in input elements
Password Toggler - view typed passwords là gì?
Password Toggler - view typed passwords là một tiện ích mở rộng Chrome được phát triển bởi pckltr, và tính năng chính của nó là "Adds button to show/hide password in input elements".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Password Toggler - view typed passwords
Tải xuống các tệp mở rộng Password Toggler - view typed passwords 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
This extension adds a button near password inputs to show/hide the typed password. It's useful if you want to check if you typed the password correctly. Contribute: https://github.com/pckltr/password-toggler Donate Bitcoin: 341HJspsNhG2HHAmey3DwfQPqjy4BjysN1
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Password Toggler - view typed passwords |
ID | noeijkpjmgcnaoccgnfccfemmgbefnic |
URL Chính Thức | https://chromewebstore.google.com/detail/password-toggler-view-typ/noeijkpjmgcnaoccgnfccfemmgbefnic |
Mô tả | Adds button to show/hide password in input elements |
Kích Thước Tệp | 12.77 KB |
Số Lần Cài Đặt | 963 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2017-05-05 |
Ngày Phát Hành | 2017-05-05 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | pckltr |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pckltr/password-toggler |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Toggler - view typed passwords", "short_name": "passTogg", "description": "Adds button to show\/hide password in input elements", "version": "1.3.2", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-script.js" ] } ] } |