Show password
Ability to show passwords in input fields!
Show password là gì?
Show password là một tiện ích mở rộng Chrome được phát triển bởi https://zerfl.com, và tính năng chính của nó là "Ability to show passwords in input fields!".
Ả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 Show password
Tải xuống các tệp mở rộng Show password 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
Unmask all password fields on any site! Version 1.01: * Fixed error when using the "Show password" button multiple times
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Show password |
ID | bhdnhgkhmoeacgcfkokmoidaedlblgho |
URL Chính Thức | https://chromewebstore.google.com/detail/show-password/bhdnhgkhmoeacgcfkokmoidaedlblgho |
Mô tả | Ability to show passwords in input fields! |
Kích Thước Tệp | 12.84 KB |
Số Lần Cài Đặt | 1,824 |
Phiên Bản Hiện Tại | 1.01 |
Cập Nhật Lần Cuối | 2018-12-30 |
Ngày Phát Hành | 2018-12-30 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://zerfl.com |
[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", "name": "Show password", "version": "1.01", "description": "Ability to show passwords in input fields!", "permissions": [ "declarativeContent", "activeTab" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "page_action": { "default_popup": "popup.html" }, "manifest_version": 2, "icons": { "32": "icon32.png", "64": "icon64.png", "96": "icon96.png", "128": "icon128.png" } } |