ReqBin HTTP Client

ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.

What is ReqBin HTTP Client?

ReqBin HTTP Client is a Chrome extension developed by https://reqbin.com, and its main feature is "ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.".

Extension Screenshots

screenshot

Download ReqBin HTTP Client Extension CRX File

Download ReqBin HTTP Client extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The ReqBin Chrome extension allows developers to send HTTP API requests to localhost and servers on the local network from the browser.                    

Extension Basic Information

Name ReqBin HTTP Client ReqBin HTTP Client
ID gmmkjpcadciiokjpikmkkmapphbmdjok
Official URL https://chromewebstore.google.com/detail/reqbin-http-client/gmmkjpcadciiokjpikmkkmapphbmdjok
Description ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.
File Size 179 KB
Installation Count 78,561
Current Version 1.1
Last Updated 2023-06-11
Publish Date 2020-04-26
Rating 3.86/5 Total 14 Ratings
Developer https://reqbin.com
Email [email protected]
Payment Type free
Extension Website https://reqbin.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReqBin HTTP Client",
    "description": "ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.",
    "version": "1.1",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.reqbin.com\/*"
        ]
    },
    "action": {
        "default_title": "ReqBin HTTP API Client",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        }
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    }
}