RPC Network Inspector
RPC network inspector
What is RPC Network Inspector?
RPC Network Inspector is a Chrome extension developed by Daniel Howard, and its main feature is "RPC network inspector".
Extension Screenshots
Download RPC Network Inspector Extension CRX File
Download RPC Network Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The RPC Network Inspector is an optimized version of the Network tab suited for RPC calls. It displays each call using the method parameter rather than the url.
Extension Basic Information
Name | RPC Network Inspector |
ID | fejkkigaplngnegjocnhldmdopjpehgn |
Official URL | https://chromewebstore.google.com/detail/rpc-network-inspector/fejkkigaplngnegjocnhldmdopjpehgn |
Description | RPC network inspector |
File Size | 104 KB |
Installation Count | 437 |
Current Version | 1.0.2 |
Last Updated | 2020-09-29 |
Publish Date | 2019-05-01 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Daniel Howard |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RPC Network Inspector", "short_name": "RPC Inspector", "description": "RPC network inspector", "version": "1.0.2", "permissions": [ "devTools" ], "devtools_page": "devtools.html" } |