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」です。
拡張機能のスクリーンショット
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/
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } |