WebSpy: explore and test website

Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.

Co je WebSpy: explore and test website?

WebSpy: explore and test website je rozšíření Chrome vyvinuté extensioncreatorsllc, a jeho hlavní funkcí je „Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření WebSpy: explore and test website

Stáhněte si soubory rozšíření WebSpy: explore and test website 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í

                        Allows to view all requests on any website, create and test custom HTTP requests.
You can edit all request and response headers and body in XML/JSON/HTML/TEXT format.

One of the best API testing and analysis tool.

Allows to send GET, POST, PUT, PATCH, DELETE requests.
Allows to repeat and edit any existing request.
Built-in JSON, XML, CSS, HTML Viewer/Formatter.

It's like a postman inside chrome.

Useful to optimize and test your website.                    

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

Název WebSpy: explore and test website WebSpy: explore and test website
ID aedipmheomnpcbgmanofhaccebgapije
Oficiální URL https://chromewebstore.google.com/detail/webspy-explore-and-test-w/aedipmheomnpcbgmanofhaccebgapije
Popis Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.
Velikost souboru 130 KB
Počet instalací 12,203
Aktuální Verze 1.3.22
Poslední Aktualizace 2019-08-28
Datum Vydání 2019-08-27
Hodnocení 3.50/5 Celkem 28 Hodnocení
Vývojář extensioncreatorsllc
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://bornsecret.com/privacy.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebSpy: explore and test website",
    "version": "1.3.22",
    "description": "Monitor HTTP GET\/POST requests. XML\/JSON Viewer\/Formatter for request and response body. REST Client: send GET\/POST\/PATCH requests.",
    "icons": {
        "16": "images\/spy16.png",
        "32": "images\/spy32.png",
        "48": "images\/spy48.png",
        "128": "images\/spy128.png"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start",
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}