generate password
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
generate password là gì?
generate password là một tiện ích mở rộng Chrome được phát triển bởi REJECTED, và tính năng chính của nó là "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ".
Ả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 generate password
Tải xuống các tệp mở rộng generate 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
Generate Password.Strong Password. A strong password is key for protecting your personal info and assets online Advanced Your New Password: Remember your password: Remember your password with the first character of each word in this sentence. To prevent your passwords from being hacked by social engineering, brute force or dictionary attack method, and keep your online accounts safe, you should .
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mbacfefhfcdpdnbbjdmhfielahaojlej |
URL Chính Thức | https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej |
Mô tả | Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across |
Kích Thước Tệp | 32.41 KB |
Số Lần Cài Đặt | 71 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2017-11-26 |
Ngày Phát Hành | 2017-11-26 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | REJECTED |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://generate-password.net/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "generate password", "version": "1.1.1", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |