JSON-RPC Viewer
Convenient way to view JSON-RPC requests
JSON-RPC Viewer क्या है?
JSON-RPC Viewer Pavel Kityan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convenient way to view JSON-RPC requests"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JSON-RPC Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | JSON-RPC Viewer |
ID | hnmcofcmhpllkdkncnofkjdlpieagngg |
आधिकारिक URL | https://chromewebstore.google.com/detail/json-rpc-viewer/hnmcofcmhpllkdkncnofkjdlpieagngg |
विवरण | Convenient way to view JSON-RPC requests |
फ़ाइल का आकार | 24.07 KB |
स्थापना संख्या | 1,033 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2019-09-21 |
प्रकाशन तिथि | 2019-09-21 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Pavel Kityan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } |