Password Generator
Password Generator - simple, secure, one-click password generator
Password Generator là gì?
Password Generator là một tiện ích mở rộng Chrome được phát triển bởi Yurii Luchkiv, và tính năng chính của nó là "Password Generator - simple, secure, one-click password generator".
Ả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 Generator
Tải xuống các tệp mở rộng 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
Generate a random secure password in one click
The generator adds generated password to the dedicated field and copies it to the clipboard
You can specify:
— length of password
— used chars: lowercase, uppercase, digits, and special characters
— excluded chars
— hexadecimal only
Password configuration preferences are stored
Passwords history is stored
ChangeLog:
Version 1.0.0 on 19.07.2023:
— First release Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | nbnjbddbbcnnlceoglkfoolmknejieoi |
| URL Chính Thức | https://chromewebstore.google.com/detail/password-generator/nbnjbddbbcnnlceoglkfoolmknejieoi |
| Mô tả | Password Generator - simple, secure, one-click password generator |
| Kích Thước Tệp | 336 KB |
| Số Lần Cài Đặt | 1,612 |
| Phiên Bản Hiện Tại | 1.0.0 |
| Cập Nhật Lần Cuối | 2023-07-11 |
| Ngày Phát Hành | 2023-07-11 |
| Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
| Nhà Phát Triển | Yurii Luchkiv |
| [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",
"manifest_version": 3,
"name": "Password Generator",
"version": "1.0.0",
"description": "Password Generator - simple, secure, one-click password generator",
"icons": {
"16": "assets\/icons\/16.png",
"32": "assets\/icons\/32.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Password Generator",
"default_icon": "assets\/icons\/128.png"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
}
} | |