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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में FormData Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
    }
}