Strong Password Generator
Generate strong password for the most secure.
Strong Password Generator là gì?
Strong Password Generator là một tiện ích mở rộng Chrome được phát triển bởi AI Ocean, và tính năng chính của nó là "Generate strong password for the most secure.".
Ả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 Strong Password Generator
Tải xuống các tệp mở rộng Strong 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 strong and highly secure passwords, for protecting your personal info. It's very fast and easy to use. Just one click on the extension's icon, a strong password will be coppyed to your clipboard. Right click on password field, Strong password will be generate, fill to the input field and copy to your clipboard. You can change the options to make your password more memoriable. With strong password you can protect your account better. The algorithm to generate password is ported from lastPass.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Strong Password Generator |
ID | lpalkkjnignibpokfcdhhjamkpmppndn |
URL Chính Thức | https://chromewebstore.google.com/detail/strong-password-generator/lpalkkjnignibpokfcdhhjamkpmppndn |
Mô tả | Generate strong password for the most secure. |
Kích Thước Tệp | 101 KB |
Số Lần Cài Đặt | 932 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2023-04-05 |
Ngày Phát Hành | 2015-11-09 |
Đánh Giá | 4.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | AI Ocean |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://laptrinh.senviet.org |
URL Trang Trợ Giúp | http://laptrinh.senviet.org |
URL Trang Chính Sách Bảo Mật | https://aiocean.io/pages/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Strong Password Generator", "version": "1.1.1", "manifest_version": 2, "description": "Generate strong password for the most secure.", "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon24.png", "38": "images\/icon48.png" }, "default_title": "Strong Password Generator", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus", "storage", "http:\/\/*\/", "https:\/\/*\/" ] } |