JSON RPC Chrome Viewer
JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.
Cos'è JSON RPC Chrome Viewer?
JSON RPC Chrome Viewer è un'estensione di Chrome sviluppata da Vladimir Lomonos, e la sua funzione principale è "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JSON RPC Chrome Viewer
Scarica i file di estensione JSON RPC Chrome 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 Chrome Viewer developer tool allows you to manage JSON-RPC requests in more convenient way. It includes a lot of features to make your life as developer easier and more comfortable. Resizable panes, resend request feature, background requests accumulation, filtering, preserve log settings, dark and light themes, keyboard requests navigation, url label for each method, CORS badge, expand/collapse JSON tree, converting the response to TypeScript types and others. You are welcome to make feature requests, bug reports and pull requests.
Informazioni di Base sull'Estensione
Nome | JSON RPC Chrome Viewer |
ID | bfkookcjhlalpmeedppachhdkhmflbah |
URL Ufficiale | https://chromewebstore.google.com/detail/json-rpc-chrome-viewer/bfkookcjhlalpmeedppachhdkhmflbah |
Descrizione | JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests. |
Dimensione del File | 121 KB |
Conteggio Installazioni | 279 |
Versione Corrente | 1.4.4 |
Ultimo Aggiornamento | 2023-12-24 |
Data di Pubblicazione | 2022-06-26 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | Vladimir Lomonos |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/lomonosv/json-rpc-chrome-viewer |
URL della Pagina di Aiuto | https://github.com/lomonosv/json-rpc-chrome-viewer/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON RPC Chrome Viewer", "version": "1.4.4", "description": "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "devtools_page": "index.html" } |