JSON-RPC Viewer
Convenient way to view JSON-RPC requests
Vad är JSON-RPC Viewer?
JSON-RPC Viewer är en Chrome-tillägg utvecklad av Pavel Kityan, och dess huvudfunktion är "Convenient way to view JSON-RPC requests".
Tilläggsskärmbilder
Ladda ner JSON-RPC Viewer-förlängningens CRX-fil
Ladda ner JSON-RPC Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | hnmcofcmhpllkdkncnofkjdlpieagngg |
| Officiell webbadress | https://chromewebstore.google.com/detail/json-rpc-viewer/hnmcofcmhpllkdkncnofkjdlpieagngg |
| Beskrivning | Convenient way to view JSON-RPC requests |
| Filstorlek | 24.07 KB |
| Antal Installationer | 1,033 |
| Aktuell Version | 1.1.2 |
| Senast Uppdaterad | 2019-09-21 |
| Publiceringsdatum | 2019-09-21 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Pavel Kityan |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |