generate password
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
ما هو generate password؟
generate password هو إضافة Chrome تم تطويرها بواسطة REJECTED، والميزة الرئيسية لها هي "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة generate password
قم بتنزيل ملفات الامتداد generate password بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Generate Password.Strong Password. A strong password is key for protecting your personal info and assets online Advanced Your New Password: Remember your password: Remember your password with the first character of each word in this sentence. To prevent your passwords from being hacked by social engineering, brute force or dictionary attack method, and keep your online accounts safe, you should .
معلومات أساسية عن التمديد
الاسم | |
ID | mbacfefhfcdpdnbbjdmhfielahaojlej |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej |
الوصف | Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across |
حجم الملف | 32.41 KB |
عدد التثبيتات | 71 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2017-11-26 |
تاريخ النشر | 2017-11-26 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | REJECTED |
نوع الدفع | free |
موقع الإضافة | https://generate-password.net/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "generate password", "version": "1.1.1", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |