Random Password Genertor

Random Password Generator with MD5 support

ما هو Random Password Genertor؟

Random Password Genertor هو إضافة Chrome تم تطويرها بواسطة Anil Konsal، والميزة الرئيسية لها هي "Random Password Generator with MD5 support".

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

screenshot

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

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

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

                        This is a small extension to generate a Random Password.                    

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

الاسم Random Password Genertor Random Password Genertor
ID ogohfgibcjpkpkjidgndicgcdhdgnjhh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/random-password-genertor/ogohfgibcjpkpkjidgndicgcdhdgnjhh
الوصف Random Password Generator with MD5 support
حجم الملف 47.69 KB
عدد التثبيتات 29
النسخة الحالية 1.1
آخر تحديث 2013-01-24
تاريخ النشر 2013-01-24
تقييم 5.00/5 مجموع تقييمات 2
المطور Anil Konsal
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Password Genertor",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "random.js",
                "scripts.js"
            ]
        }
    ],
    "description": "Random Password Generator with MD5 support",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icon_16_16.png",
        "48": "icon_48_48.png",
        "128": "icon_128_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128_128.png",
        "default_title": "Test",
        "default_popup": "random.html"
    }
}