FormData Viewer

View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields

ما هو FormData Viewer؟

FormData Viewer هو إضافة Chrome تم تطويرها بواسطة https://time2hack.com، والميزة الرئيسية لها هي "View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields".

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

screenshot

تحميل ملف CRX للإضافة FormData Viewer

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

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

                        Extension to view the FormData of all the forms on the page

Shows hidden forms and hidden fields                    

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

الاسم FormData Viewer FormData Viewer
ID mnjfjpoendmmboclknfcllimnneeiflg
عنوان URL الرسمي https://chromewebstore.google.com/detail/formdata-viewer/mnjfjpoendmmboclknfcllimnneeiflg
الوصف View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields
حجم الملف 58.16 KB
عدد التثبيتات 287
النسخة الحالية 0.2
آخر تحديث 2019-10-18
تاريخ النشر 2019-10-16
المطور https://time2hack.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://time2hack.com/contact
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FormData Viewer",
    "description": "View HTML FormData of all the forms on the page quickly with this utility.\n\nShows hidden forms and hidden fields",
    "version": "0.2",
    "homepage_url": "https:\/\/time2hack.com\/extensions\/formdata-viewer",
    "browser_action": {
        "default_icon": "icons\/icon-switch-128.png",
        "default_title": "FormData Viewer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-switch-16.png",
        "48": "icons\/icon-switch-48.png",
        "128": "icons\/icon-switch-128.png"
    }
}