Devtools Inspect Network
An extension for chrome devtools to inspect network built for node.js!
What is Devtools Inspect Network?
Devtools Inspect Network is a Chrome extension developed by aymeba, and its main feature is "An extension for chrome devtools to inspect network built for node.js!".
Extension Screenshots
Download Devtools Inspect Network Extension CRX File
Download Devtools Inspect Network 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
Node 8+ network inspector based on nodejs request module.
Extension Basic Information
Name | ![]() |
ID | nfjmemmjphaknpmjbakhonmaedfekcoe |
Official URL | https://chrome.google.com/webstore/detail/devtools-inspect-network/nfjmemmjphaknpmjbakhonmaedfekcoe |
Description | An extension for chrome devtools to inspect network built for node.js! |
File Size | 511 KB |
Installation Count | 247 |
Current Version | 1.0 |
Last Updated | 2018-10-09 |
Publish Date | 2018-10-09 |
Rating | 3.00/5 Total 2 Ratings |
Developer | aymeba |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Devtools Inspect Network", "version": "1.0", "minimum_chrome_version": "10.0.0", "description": "An extension for chrome devtools to inspect network built for node.js!", "permissions": [ "tabs" ], "devtools_page": "index.html", "manifest_version": 2 } |