FormData Viewer

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

Hvad er FormData Viewer?

FormData Viewer er en Chrome-udvidelse udviklet af https://time2hack.com, og dens hovedfunktion er "View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields".

Udvidelsesskærmbilleder

screenshot

Download FormData Viewer-udvidelses-CRX-fil

Download FormData Viewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Shows hidden forms and hidden fields                    

Grundlæggende oplysninger om udvidelsen

Navn FormData Viewer FormData Viewer
ID mnjfjpoendmmboclknfcllimnneeiflg
Officiel URL https://chromewebstore.google.com/detail/formdata-viewer/mnjfjpoendmmboclknfcllimnneeiflg
Beskrivelse View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields
Filstørrelse 58.16 KB
Antal Installationer 287
Nuværende Version 0.2
Senest Opdateret 2019-10-18
Udgivelsesdato 2019-10-16
Udvikler https://time2hack.com
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://time2hack.com/contact
Understøttede Sprog 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"
    }
}