Deadbolt Password Generator
Turn memorable phrases into strong passwords.
ما هو Deadbolt Password Generator؟
Deadbolt Password Generator هو إضافة Chrome تم تطويرها بواسطة https://www.deadboltpasswordgenerator.com، والميزة الرئيسية لها هي "Turn memorable phrases into strong passwords.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Deadbolt Password Generator
قم بتنزيل ملفات الامتداد Deadbolt Password Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | 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 } |