form input generator

Generate random form input based on input type. Input will be saved into local storage automatically

ما هو form input generator؟

form input generator هو إضافة Chrome تم تطويرها بواسطة sabbir، والميزة الرئيسية لها هي "Generate random form input based on input type. Input will be saved into local storage automatically".

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

screenshot

تحميل ملف CRX للإضافة form input generator

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

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

                        Generate random form input. Creating random form data based on input type. No setting will be needed, just click and enjoy.                    

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

الاسم form input generator form input generator
ID ipcomhegikknbhpcfhkjaimmgpagmfof
عنوان URL الرسمي https://chromewebstore.google.com/detail/form-input-generator/ipcomhegikknbhpcfhkjaimmgpagmfof
الوصف Generate random form input based on input type. Input will be saved into local storage automatically
حجم الملف 19.61 KB
عدد التثبيتات 50
النسخة الحالية 2.1.5
آخر تحديث 2020-11-02
تاريخ النشر 2019-11-05
المطور sabbir
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "form input generator",
    "description": "Generate random form input based on input type. Input will be saved into local storage automatically",
    "version": "2.1.5",
    "icons": {
        "128": "icon_180.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Form Input Generator"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "declarativeContent",
        "tabs"
    ]
}