Strong Password Generator

Generates strong and secure random passwords

ما هو Strong Password Generator؟

Strong Password Generator هو إضافة Chrome تم تطويرها بواسطة Raghav، والميزة الرئيسية لها هي "Generates strong and secure random passwords".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Strong Password Generator

قم بتنزيل ملفات الامتداد Strong Password Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Generate highly secure random passwords quickly using the strong password generator chrome extension.  Highly secure passwords make it difficult for people to guess or crack your passwords.  

Strengthen your passwords by specifying uppercase, lowercase, numbers and symbols.  Add additional characters to your password even stronger.                    

معلومات أساسية عن التمديد

الاسم Strong Password Generator Strong Password Generator
ID gapdkkfopecbpinjgkiicjdknfdpppnk
عنوان URL الرسمي https://chromewebstore.google.com/detail/strong-password-generator/gapdkkfopecbpinjgkiicjdknfdpppnk
الوصف Generates strong and secure random passwords
حجم الملف 12.98 KB
عدد التثبيتات 56
النسخة الحالية 0.0.0.2
آخر تحديث 2020-06-07
تاريخ النشر 2020-06-06
تقييم 5.00/5 مجموع تقييمات 1
المطور Raghav
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Strong Password Generator",
    "version": "0.0.0.2",
    "description": "Generates strong and secure random passwords",
    "icons": {
        "16": "extension_toolbar_icon16.png",
        "48": "extension_toolbar_icon48.png",
        "128": "extension_toolbar_icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "extension_toolbar_icon16.png",
            "19": "extension_toolbar_icon19.png",
            "32": "extension_toolbar_icon32.png",
            "36": "extension_toolbar_icon36.png",
            "48": "extension_toolbar_icon48.png",
            "128": "extension_toolbar_icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Random Password Generator"
    }
}