ReqBin HTTP Client

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

Qu'est-ce que ReqBin HTTP Client ?

ReqBin HTTP Client est une extension Chrome développée par https://reqbin.com, et sa fonction principale est "ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ReqBin HTTP Client

Téléchargez les fichiers d'extension ReqBin HTTP Client au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ReqBin HTTP Client ReqBin HTTP Client
ID gmmkjpcadciiokjpikmkkmapphbmdjok
URL Officiel https://chromewebstore.google.com/detail/reqbin-http-client/gmmkjpcadciiokjpikmkkmapphbmdjok
Description ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.
Taille du Fichier 179 KB
Nombre d'Installations 78,561
Version Actuelle 1.1
Dernière Mise à Jour 2023-06-11
Date de Publication 2020-04-26
Évaluation 3.86/5 Total 14 Évaluations
Développeur https://reqbin.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://reqbin.com
Langues Prises en Charge 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"
    }
}