Strong Password Generator

Generate strong password for the most secure.

ما هو Strong Password Generator؟

Strong Password Generator هو إضافة Chrome تم تطويرها بواسطة AI Ocean، والميزة الرئيسية لها هي "Generate strong password for the most secure.".

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

screenshot
screenshot

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

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

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

                        Generate strong and highly secure passwords, for protecting your personal info.

It's very fast and easy to use.
Just one click on the extension's icon, a strong password will be coppyed to your clipboard.

Right click on password field, Strong password will be generate, fill to the input field and copy to your clipboard.

You can change the options to make your password more memoriable.

With strong password you can protect your account better.
The algorithm to generate password is ported from lastPass.                    

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

الاسم Strong Password Generator Strong Password Generator
ID lpalkkjnignibpokfcdhhjamkpmppndn
عنوان URL الرسمي https://chromewebstore.google.com/detail/strong-password-generator/lpalkkjnignibpokfcdhhjamkpmppndn
الوصف Generate strong password for the most secure.
حجم الملف 101 KB
عدد التثبيتات 932
النسخة الحالية 1.1.1
آخر تحديث 2023-04-05
تاريخ النشر 2015-11-09
تقييم 4.71/5 مجموع تقييمات 7
المطور AI Ocean
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://laptrinh.senviet.org
عنوان صفحة المساعدة http://laptrinh.senviet.org
عنوان صفحة سياسة الخصوصية https://aiocean.io/pages/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Strong Password Generator",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Generate strong password for the most secure.",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "Strong Password Generator",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}