Password Generator
This extension generates random characters for potential passwords.
Password Generator là gì?
Password Generator là một tiện ích mở rộng Chrome được phát triển bởi https://mattjared.co, và tính năng chính của nó là "This extension generates random characters for potential passwords.".
Ả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
This extension generates between two and nine (your choice) capitalized letters, lowercase letters, numbers and special characters. A fun project I made to shortcut having to create my own secure passwords. Do not share passwords with anyone, this project is for fun and entertainment only.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Password Generator |
ID | gmldplfcfpjpchkjhpkdodpchllnikii |
URL Chính Thức | https://chromewebstore.google.com/detail/password-generator/gmldplfcfpjpchkjhpkdodpchllnikii |
Mô tả | This extension generates random characters for potential passwords. |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2015-03-03 |
Ngày Phát Hành | 2015-03-03 |
Nhà Phát Triển | https://mattjared.co |
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": 2, "name": "Password Generator", "description": "This extension generates random characters for potential passwords.", "version": "1.4", "permissions": [ "" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |