Password Show Hide
This extension will allow to see store password on password field by adding a eye icon with input field
Password Show Hide là gì?
Password Show Hide là một tiện ích mở rộng Chrome được phát triển bởi GreeLogix, và tính năng chính của nó là "This extension will allow to see store password on password field by adding a eye icon with input field".
Ả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 Show Hide
Tải xuống các tệp mở rộng Password Show Hide 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
Sometimes, we need to get/copy the saved password from password saved field data. This extension enable you to turn password field to text field. It will add a show link with each password field and on clicking the link it will turn the password visibility to text.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Password Show Hide |
ID | dkdkinddlfncaenemeelaklfcpggabfd |
URL Chính Thức | https://chromewebstore.google.com/detail/password-show-hide/dkdkinddlfncaenemeelaklfcpggabfd |
Mô tả | This extension will allow to see store password on password field by adding a eye icon with input field |
Kích Thước Tệp | 90.27 KB |
Số Lần Cài Đặt | 313 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2023-01-03 |
Ngày Phát Hành | 2020-10-20 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | GreeLogix |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://greelogix.com?page_id=6688 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Show Hide", "description": "This extension will allow to see store password on password field by adding a eye icon with input field", "version": "1.3.1", "homepage_url": "https:\/\/github.com\/abuzer", "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html", "default_title": "Passowrd Show\/Hide" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": false, "css": [ "css\/style.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/content.js" ], "web_accessible_resources": [ "jquery.min.js" ], "run_at": "document_end" } ] } |