Memorable Password Generator
Generates easily memorizable passwords from a dictionary
Memorable Password Generator là gì?
Memorable Password Generator là một tiện ích mở rộng Chrome được phát triển bởi download, và tính năng chính của nó là "Generates easily memorizable passwords from a dictionary".
Tải xuống tệp CRX của tiện ích mở rộng Memorable Password Generator
Tải xuống các tệp mở rộng Memorable Password Generator 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
Generates an easy to remember password. Secure as long as a different password is used on each site.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | egellahiafbjnejphfkhbpimkgcipnib |
URL Chính Thức | https://chrome.google.com/webstore/detail/memorable-password-genera/egellahiafbjnejphfkhbpimkgcipnib |
Mô tả | Generates easily memorizable passwords from a dictionary |
Kích Thước Tệp | 43.73 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2016-10-01 |
Ngày Phát Hành | 2016-10-01 |
Nhà Phát Triển | download |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memorable Password Generator", "description": "Generates easily memorizable passwords from a dictionary", "version": "0.1", "permissions": [], "browser_action": { "default_popup": "index.html", "default_title": "Generate Password" }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |