Password revealer
Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.
Password revealer là gì?
Password revealer là một tiện ích mở rộng Chrome được phát triển bởi jonathan.svarden, và tính năng chính của nó là "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.".
Ả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 revealer
Tải xuống các tệp mở rộng Password revealer 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Password revealer |
ID | ekgbhfcaocclbckaiodiegejdinnndja |
URL Chính Thức | https://chromewebstore.google.com/detail/password-revealer/ekgbhfcaocclbckaiodiegejdinnndja |
Mô tả | Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling. |
Kích Thước Tệp | 15.35 KB |
Số Lần Cài Đặt | 967 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2014-03-30 |
Ngày Phát Hành | 2014-03-30 |
Đánh Giá | 4.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | jonathan.svarden |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password revealer", "version": "0.1", "description": "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "revealext.js" ], "run_at": "document_end", "all_frames": false } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |