ReqBin HTTP Client

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

Cos'è ReqBin HTTP Client?

ReqBin HTTP Client è un'estensione di Chrome sviluppata da https://reqbin.com, e la sua funzione principale è "ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ReqBin HTTP Client

Scarica i file di estensione ReqBin HTTP Client in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ReqBin HTTP Client ReqBin HTTP Client
ID gmmkjpcadciiokjpikmkkmapphbmdjok
URL Ufficiale https://chromewebstore.google.com/detail/reqbin-http-client/gmmkjpcadciiokjpikmkkmapphbmdjok
Descrizione ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.
Dimensione del File 179 KB
Conteggio Installazioni 78,561
Versione Corrente 1.1
Ultimo Aggiornamento 2023-06-11
Data di Pubblicazione 2020-04-26
Valutazione 3.86/5 Totale 14 Valutazioni
Sviluppatore https://reqbin.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://reqbin.com
Lingue Supportate 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"
    }
}