ReqBin HTTP Client

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

Wat is ReqBin HTTP Client?

ReqBin HTTP Client is een Chrome-extensie ontwikkeld door https://reqbin.com, en de belangrijkste functie is "ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ReqBin HTTP Client

Download ReqBin HTTP Client-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ReqBin HTTP Client ReqBin HTTP Client
ID gmmkjpcadciiokjpikmkkmapphbmdjok
Officiële URL https://chromewebstore.google.com/detail/reqbin-http-client/gmmkjpcadciiokjpikmkkmapphbmdjok
Beschrijving ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.
Bestandsgrootte 179 KB
Aantal Installaties 78,561
Huidige Versie 1.1
Laatst Bijgewerkt 2023-06-11
Publicatiedatum 2020-04-26
Beoordeling 3.86/5 Totaal 14 Beoordelingen
Ontwikkelaar https://reqbin.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://reqbin.com
Ondersteunde Talen 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"
    }
}