ReqBin HTTP Client

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

Was ist ReqBin HTTP Client?

ReqBin HTTP Client ist eine Chrome-Erweiterung, die von https://reqbin.com entwickelt wurde, und ihr Hauptmerkmal ist "ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.".

Erweiterungsscreenshots

screenshot

ReqBin HTTP Client-Erweiterungs-CRX-Datei herunterladen

Laden Sie ReqBin HTTP Client-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name ReqBin HTTP Client ReqBin HTTP Client
ID gmmkjpcadciiokjpikmkkmapphbmdjok
Offizielle URL https://chromewebstore.google.com/detail/reqbin-http-client/gmmkjpcadciiokjpikmkkmapphbmdjok
Beschreibung ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.
Dateigröße 179 KB
Installationsanzahl 78,561
Aktuelle Version 1.1
Letztes Update 2023-06-11
Veröffentlichungsdatum 2020-04-26
Bewertung 3.86/5 Insgesamt 14 Bewertungen
Entwickler https://reqbin.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://reqbin.com
Unterstützte Sprachen 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"
    }
}