Deadbolt Password Generator
Turn memorable phrases into strong passwords.
Deadbolt Password Generator क्या है?
Deadbolt Password Generator https://www.deadboltpasswordgenerator.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn memorable phrases into strong passwords."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Deadbolt Password Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |