JSON-RPC Viewer
Convenient way to view JSON-RPC requests
Cos'è JSON-RPC Viewer?
JSON-RPC Viewer è un'estensione di Chrome sviluppata da Pavel Kityan, e la sua funzione principale è "Convenient way to view JSON-RPC requests".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JSON-RPC Viewer
Scarica i file di estensione JSON-RPC Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | JSON-RPC Viewer |
ID | hnmcofcmhpllkdkncnofkjdlpieagngg |
URL Ufficiale | https://chromewebstore.google.com/detail/json-rpc-viewer/hnmcofcmhpllkdkncnofkjdlpieagngg |
Descrizione | Convenient way to view JSON-RPC requests |
Dimensione del File | 24.07 KB |
Conteggio Installazioni | 1,033 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2019-09-21 |
Data di Pubblicazione | 2019-09-21 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Pavel Kityan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |