ReqBin HTTP Client

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

Hvad er ReqBin HTTP Client?

ReqBin HTTP Client er en Chrome-udvidelse udviklet af https://reqbin.com, og dens hovedfunktion er "ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.".

Udvidelsesskærmbilleder

screenshot

Download ReqBin HTTP Client-udvidelses-CRX-fil

Download ReqBin HTTP Client-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn ReqBin HTTP Client ReqBin HTTP Client
ID gmmkjpcadciiokjpikmkkmapphbmdjok
Officiel URL https://chromewebstore.google.com/detail/reqbin-http-client/gmmkjpcadciiokjpikmkkmapphbmdjok
Beskrivelse ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.
Filstørrelse 179 KB
Antal Installationer 78,561
Nuværende Version 1.1
Senest Opdateret 2023-06-11
Udgivelsesdato 2020-04-26
Bedømmelse 3.86/5 Samlet 14 Bedømmelser
Udvikler https://reqbin.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://reqbin.com
Understøttede Sprog 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"
    }
}