FormData Viewer

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

Co je FormData Viewer?

FormData Viewer je rozšíření Chrome vyvinuté https://time2hack.com, a jeho hlavní funkcí je „View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření FormData Viewer

Stáhněte si soubory rozšíření FormData Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Shows hidden forms and hidden fields                    

Základní Informace o Rozšíření

Název FormData Viewer FormData Viewer
ID mnjfjpoendmmboclknfcllimnneeiflg
Oficiální URL https://chromewebstore.google.com/detail/formdata-viewer/mnjfjpoendmmboclknfcllimnneeiflg
Popis View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields
Velikost souboru 58.16 KB
Počet instalací 287
Aktuální Verze 0.2
Poslední Aktualizace 2019-10-18
Datum Vydání 2019-10-16
Vývojář https://time2hack.com
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://time2hack.com/contact
Podporované Jazyky 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"
    }
}