JSON-RPC Viewer

Convenient way to view JSON-RPC requests

O que é JSON-RPC Viewer?

JSON-RPC Viewer é uma extensão do Chrome desenvolvida por Pavel Kityan, e sua principal característica é "Convenient way to view JSON-RPC requests".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão JSON-RPC Viewer

Baixe arquivos de extensão JSON-RPC Viewer 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

                        JSON-RPC Viewer is an extension to help viewing JSON-RPC requests in a more convenient way than Network tab allows.
You can view a list of requests with method name, params and result/response.
Supports JSON-RPC batch requests from version 1.1.1
Feature requests, bug reports and pull requests are welcome here: https://github.com/kityan/json-rpc-viewer.                    

Informações Básicas da Extensão

Nome JSON-RPC Viewer JSON-RPC Viewer
ID hnmcofcmhpllkdkncnofkjdlpieagngg
URL Oficial https://chromewebstore.google.com/detail/json-rpc-viewer/hnmcofcmhpllkdkncnofkjdlpieagngg
Descrição Convenient way to view JSON-RPC requests
Tamanho do Arquivo 24.07 KB
Contagem de Instalações 1,033
Versão Atual 1.1.2
Última Atualização 2019-09-21
Data de Publicação 2019-09-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Pavel Kityan
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON-RPC Viewer",
    "version": "1.1.2",
    "description": "Convenient way to view JSON-RPC requests",
    "manifest_version": 2,
    "permissions": [],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "devtools_page": "devtoolsBackground.html"
}