Strong Password Generator
Generates strong random passwords.
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 Lee, và tính năng chính của nó là "Generates strong random 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 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
A Strong Password: A strong password is key for protecting your personal info and assets online. Using a different password for every website that is long and has multiple types of characters (numbers, letters, and symbols) will help protect you from someone hacking into your accounts. How it Works: Password generation is done client-side, on your computer, with Javascript.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Strong Password Generator |
ID | lkahbfdjppdglmacdhifnfaokjealmba |
URL Chính Thức | https://chromewebstore.google.com/detail/strong-password-generator/lkahbfdjppdglmacdhifnfaokjealmba |
Mô tả | Generates strong random passwords. |
Kích Thước Tệp | 1.03 MB |
Số Lần Cài Đặt | 302 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-02-28 |
Ngày Phát Hành | 2017-02-28 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Lee |
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": "Strong Password Generator", "version": "1.2", "description": "Generates strong random passwords.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_title": "Strong Password Generator", "default_icon": "16.png", "default_popup": "passwordGenerator.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'" } |