JSON-RPC Viewer

Convenient way to view JSON-RPC requests

Qu'est-ce que JSON-RPC Viewer ?

JSON-RPC Viewer est une extension Chrome développée par Pavel Kityan, et sa fonction principale est "Convenient way to view JSON-RPC requests".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JSON-RPC Viewer

Téléchargez les fichiers d'extension JSON-RPC Viewer 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

                        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.                    

Informations de Base sur l'Extension

Nom JSON-RPC Viewer JSON-RPC Viewer
ID hnmcofcmhpllkdkncnofkjdlpieagngg
URL Officiel https://chromewebstore.google.com/detail/json-rpc-viewer/hnmcofcmhpllkdkncnofkjdlpieagngg
Description Convenient way to view JSON-RPC requests
Taille du Fichier 24.07 KB
Nombre d'Installations 1,033
Version Actuelle 1.1.2
Dernière Mise à Jour 2019-09-21
Date de Publication 2019-09-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur Pavel Kityan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}