Deadbolt Password Generator
Turn memorable phrases into strong passwords.
Deadbolt Password Generator là gì?
Deadbolt Password Generator là một tiện ích mở rộng Chrome được phát triển bởi https://www.deadboltpasswordgenerator.com, và tính năng chính của nó là "Turn memorable phrases into strong 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 Deadbolt Password Generator
Tải xuống các tệp mở rộng Deadbolt 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
Created to combat the problem of having a different and unique password for every site, Deadbolt operates by applying a simple algorithm to a word or phrase, in order to derive the same strong password each time you enter it. Unlike similar solutions, Deadbolt does not randomly generate the passwords requiring you to save them somewhere else, nor does it store any passwords or personal information. The only way to generate your password is to enter the same phrase again, meaning the only person with the key to generating your passwords is you. Until there's biometrics, there's Deadbolt! Deadbolt is available to view on GitHub - please track any issues or feedback here: https://github.com/bittenbytailfly/deadbolt-password-generator-chrome-extension For updates and news please follow Deadbolt Password Generator on Google+: https://www.google.com/+DeadboltPasswordGenerator
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Deadbolt Password Generator |
ID | gmipahielflpaijgdkfailgmiloecolh |
URL Chính Thức | https://chromewebstore.google.com/detail/deadbolt-password-generat/gmipahielflpaijgdkfailgmiloecolh |
Mô tả | Turn memorable phrases into strong passwords. |
Kích Thước Tệp | 539 KB |
Số Lần Cài Đặt | 235 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2015-03-10 |
Ngày Phát Hành | 2015-03-10 |
Đánh Giá | 4.60/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://www.deadboltpasswordgenerator.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.deadboltpasswordgenerator.com/ |
URL Trang Trợ Giúp | http://www.deadboltpasswordgenerator.com/faq |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Deadbolt Password Generator", "version": "1.5.0", "description": "Turn memorable phrases into strong passwords.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "web_accessible_resources": [ "img\/injected-bg-icon.png" ], "permissions": [ "storage", "clipboardWrite", "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "img\/icon19.png", "default_title": "Deadbolt Password Generator", "default_popup": "popup.htm" }, "options_page": "options.htm", "manifest_version": 2 } |