Show Password
Forgotten your password? Show password of password field. Source Code can be found in Github.
Show Password là gì?
Show Password là một tiện ích mở rộng Chrome được phát triển bởi Simon Meraner, và tính năng chính của nó là "Forgotten your password? Show password of password field. Source Code can be found in Github.".
Ả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
Show hidden passwords in password fields. Right-click to a password field and click "Show Password"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Show Password |
ID | aglbjehgamjplgcjkcembamkcaclecmi |
URL Chính Thức | https://chromewebstore.google.com/detail/show-password/aglbjehgamjplgcjkcembamkcaclecmi |
Mô tả | Forgotten your password? Show password of password field. Source Code can be found in Github. |
Kích Thước Tệp | 10.79 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-04-18 |
Ngày Phát Hành | 2019-04-14 |
Nhà Phát Triển | Simon Meraner |
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": "Show Password", "author": "smeraner", "version": "1.0.1", "description": "Forgotten your password? Show password of password field. Source Code can be found in Github.", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "icons": { "16": "images\/img16.png", "32": "images\/img32.png", "48": "images\/img48.png", "128": "images\/img128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ] } ] } |