Password Generator
Password generator extension allows you to easily generate long and secure password in one click
Password Generator là gì?
Password Generator là một tiện ích mở rộng Chrome được phát triển bởi https://xfox111.net, và tính năng chính của nó là "Password generator extension allows you to easily generate long and secure password in one click".
Ả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
Extension for web browsers which helps you to easily generate strong passwords in one click ## Features - Create strong passwords in one click - Customizable generator - Clean and simple UI - Dark mode ## Hey, It's open-source software! If you know how to improve this extension you can check its GitHub Repository at: https://github.com/xfox111/PasswordGeneratorExtension Check out release changelog on: https://github.com/xfox111/PasswordGeneratorExtension/releases/latest
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Password Generator |
ID | jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
URL Chính Thức | https://chromewebstore.google.com/detail/password-generator/jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
Mô tả | Password generator extension allows you to easily generate long and secure password in one click |
Kích Thước Tệp | 282 KB |
Số Lần Cài Đặt | 1,811 |
Phiên Bản Hiện Tại | 3.1.0 |
Cập Nhật Lần Cuối | 2024-02-09 |
Ngày Phát Hành | 2020-10-07 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://xfox111.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://xfox111.net/PasswordGenerator |
URL Trang Trợ Giúp | https://xfox111.net/PasswordGenerator/issues |
Ngôn Ngữ Được Hỗ Trợ | en,pl,pt-BR,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1.0", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "author": "__MSG_author__", "homepage_url": "https:\/\/github.com\/xfox111\/PasswordGeneratorExtension", "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "src\/popup.html" } } |