Password Generator

Generate a strong password with the click of a button

ما هو Password Generator؟

Password Generator هو إضافة Chrome تم تطويرها بواسطة generatepassextension، والميزة الرئيسية لها هي "Generate a strong password with the click of a button".

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

screenshot
screenshot
screenshot

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

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

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

                        Password Generator allows you to generate secure, unique passwords with ease. Simply select the password options that suit your needs and generate your new password. Password Generator offers multiple options including customizable character length, uppercase letters, lowercase letters, symbols, and numbers. To copy the password click the copy icon and the password will automatically be saved to your clipboard ready for you to paste.                    

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

الاسم Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
عنوان URL الرسمي https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
الوصف Generate a strong password with the click of a button
حجم الملف 60.63 KB
عدد التثبيتات 100
النسخة الحالية 1.0
آخر تحديث 2021-03-20
تاريخ النشر 2021-03-19
تقييم 5.00/5 مجموع تقييمات 2
المطور generatepassextension
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Generator",
    "version": "1.0",
    "description": "Generate a strong password with the click of a button",
    "manifest_version": 2,
    "icons": {
        "48": "password-icon-48.png",
        "128": "password-icon-48.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        ""
    ]
}