ReqBin HTTP Client

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

O que é ReqBin HTTP Client?

ReqBin HTTP Client é uma extensão do Chrome desenvolvida por https://reqbin.com, e sua principal característica é "ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ReqBin HTTP Client

Baixe arquivos de extensão ReqBin HTTP Client no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome ReqBin HTTP Client ReqBin HTTP Client
ID gmmkjpcadciiokjpikmkkmapphbmdjok
URL Oficial https://chromewebstore.google.com/detail/reqbin-http-client/gmmkjpcadciiokjpikmkkmapphbmdjok
Descrição ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.
Tamanho do Arquivo 179 KB
Contagem de Instalações 78,561
Versão Atual 1.1
Última Atualização 2023-06-11
Data de Publicação 2020-04-26
Classificação 3.86/5 Total de 14 Avaliações
Desenvolvedor https://reqbin.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://reqbin.com
Idiomas Suportados 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"
    }
}