Strong Password Generator
Generates strong random passwords.
ما هو Strong Password Generator؟
Strong Password Generator هو إضافة Chrome تم تطويرها بواسطة Lee، والميزة الرئيسية لها هي "Generates strong random passwords.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Strong Password Generator
قم بتنزيل ملفات الامتداد Strong Password Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Strong Password: A strong password is key for protecting your personal info and assets online. Using a different password for every website that is long and has multiple types of characters (numbers, letters, and symbols) will help protect you from someone hacking into your accounts. How it Works: Password generation is done client-side, on your computer, with Javascript.
معلومات أساسية عن التمديد
الاسم | Strong Password Generator |
ID | lkahbfdjppdglmacdhifnfaokjealmba |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/strong-password-generator/lkahbfdjppdglmacdhifnfaokjealmba |
الوصف | Generates strong random passwords. |
حجم الملف | 1.03 MB |
عدد التثبيتات | 302 |
النسخة الحالية | 1.2 |
آخر تحديث | 2017-02-28 |
تاريخ النشر | 2017-02-28 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Lee |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strong Password Generator", "version": "1.2", "description": "Generates strong random passwords.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_title": "Strong Password Generator", "default_icon": "16.png", "default_popup": "passwordGenerator.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'" } |