Chromium NetLog dump viewer

A standalone WebApp for viewing chrome://net-export NetLog dump files

什么是Chromium NetLog dump viewer?

Chromium NetLog dump viewer是由Axifive开发的Chrome扩展程序,该扩展的主要功能是“A standalone WebApp for viewing chrome://net-export NetLog dump files”。

扩展截图

screenshot
screenshot

下载Chromium NetLog dump viewer扩展crx文件

下载Chromium NetLog dump viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Chromium NetLog dump viewer Chromium NetLog dump viewer
ID hfnehammfofphmomkllapngelnabmcho
官方URL https://chromewebstore.google.com/detail/chromium-netlog-dump-view/hfnehammfofphmomkllapngelnabmcho
简介 A standalone WebApp for viewing chrome://net-export NetLog dump files
文件大小 210 KB
安装次数 2,272
当前版本 0.2.1
更新时间 2021-09-07
上架时间 2019-12-22
评分 5.00/5 共3次评分
开发者 Axifive
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/axifive/netlog-viewer
帮助页面URL https://github.com/axifive/netlog-viewer/issues
支持的语言 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
}