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.

什么是WebSpy: explore and test website?

WebSpy: explore and test website是由extensioncreatorsllc开发的Chrome扩展程序,该扩展的主要功能是“Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载WebSpy: explore and test website扩展crx文件

下载WebSpy: explore and test website扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 WebSpy: explore and test website WebSpy: explore and test website
ID aedipmheomnpcbgmanofhaccebgapije
官方URL https://chromewebstore.google.com/detail/webspy-explore-and-test-w/aedipmheomnpcbgmanofhaccebgapije
简介 Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.
文件大小 130 KB
安装次数 12,203
当前版本 1.3.22
更新时间 2019-08-28
上架时间 2019-08-27
评分 3.50/5 共28次评分
开发者 extensioncreatorsllc
付费类型 free
隐私政策页面URL https://bornsecret.com/privacy.html
支持的语言 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"
    }
}