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 } |