ReqBin HTTP Client

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

Vad är ReqBin HTTP Client?

ReqBin HTTP Client är en Chrome-tillägg utvecklad av https://reqbin.com, och dess huvudfunktion är "ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.".

Tilläggsskärmbilder

screenshot

Ladda ner ReqBin HTTP Client-förlängningens CRX-fil

Ladda ner ReqBin HTTP Client-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn ReqBin HTTP Client ReqBin HTTP Client
ID gmmkjpcadciiokjpikmkkmapphbmdjok
Officiell webbadress https://chromewebstore.google.com/detail/reqbin-http-client/gmmkjpcadciiokjpikmkkmapphbmdjok
Beskrivning ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.
Filstorlek 179 KB
Antal Installationer 78,561
Aktuell Version 1.1
Senast Uppdaterad 2023-06-11
Publiceringsdatum 2020-04-26
Betyg 3.86/5 Totalt 14 Betyg
Utvecklare https://reqbin.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://reqbin.com
Stödda Språk 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"
    }
}