Chromium NetLog dump viewer
A standalone WebApp for viewing chrome://net-export NetLog dump files
What is Chromium NetLog dump viewer?
Chromium NetLog dump viewer is a Chrome extension developed by Axifive, and its main feature is "A standalone WebApp for viewing chrome://net-export NetLog dump files".
Extension Screenshots
Download Chromium NetLog dump viewer Extension CRX File
Download Chromium NetLog dump viewer 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 net-internals events viewer and related functionality has been removed from Chrome, so this extension can show NetLog dumps created with chrome://net-export Original project: https://chromium.googlesource.com/catapult/+/master/netlog_viewer/
Extension Basic Information
Name | |
ID | hfnehammfofphmomkllapngelnabmcho |
Official URL | https://chromewebstore.google.com/detail/chromium-netlog-dump-view/hfnehammfofphmomkllapngelnabmcho |
Description | A standalone WebApp for viewing chrome://net-export NetLog dump files |
File Size | 210 KB |
Installation Count | 2,272 |
Current Version | 0.2.1 |
Last Updated | 2021-09-07 |
Publish Date | 2019-12-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Axifive |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/axifive/netlog-viewer |
Help Page URL | https://github.com/axifive/netlog-viewer/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chromium NetLog dump viewer", "version": "0.2.1", "description": "A standalone WebApp for viewing chrome:\/\/net-export NetLog dump files", "homepage_url": "https:\/\/github.com\/axifive\/netlog-viewer", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_title": "NetLog dump viewer" }, "offline_enabled": true } |