Deadbolt Password Generator
Turn memorable phrases into strong passwords.
什么是Deadbolt Password Generator?
Deadbolt Password Generator是由https://www.deadboltpasswordgenerator.com开发的Chrome扩展程序,该扩展的主要功能是“Turn memorable phrases into strong passwords.”。
扩展截图
下载Deadbolt Password Generator扩展crx文件
下载Deadbolt Password Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Deadbolt Password Generator |
ID | gmipahielflpaijgdkfailgmiloecolh |
官方URL | https://chromewebstore.google.com/detail/deadbolt-password-generat/gmipahielflpaijgdkfailgmiloecolh |
简介 | Turn memorable phrases into strong passwords. |
文件大小 | 539 KB |
安装次数 | 235 |
当前版本 | 1.5.0 |
更新时间 | 2015-03-10 |
上架时间 | 2015-03-10 |
评分 | 4.60/5 共10次评分 |
开发者 | https://www.deadboltpasswordgenerator.com |
付费类型 | free |
扩展官网 | http://www.deadboltpasswordgenerator.com/ |
帮助页面URL | http://www.deadboltpasswordgenerator.com/faq |
支持的语言 | 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 } |