Chromium NetLog dump viewer
A standalone WebApp for viewing chrome://net-export NetLog dump files
Vad är Chromium NetLog dump viewer?
Chromium NetLog dump viewer är en Chrome-tillägg utvecklad av Axifive, och dess huvudfunktion är "A standalone WebApp for viewing chrome://net-export NetLog dump files".
Tilläggsskärmbilder
Ladda ner Chromium NetLog dump viewer-förlängningens CRX-fil
Ladda ner Chromium NetLog dump viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | |
ID | hfnehammfofphmomkllapngelnabmcho |
Officiell webbadress | https://chromewebstore.google.com/detail/chromium-netlog-dump-view/hfnehammfofphmomkllapngelnabmcho |
Beskrivning | A standalone WebApp for viewing chrome://net-export NetLog dump files |
Filstorlek | 210 KB |
Antal Installationer | 2,272 |
Aktuell Version | 0.2.1 |
Senast Uppdaterad | 2021-09-07 |
Publiceringsdatum | 2019-12-22 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Axifive |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/axifive/netlog-viewer |
Hjälpsida URL | https://github.com/axifive/netlog-viewer/issues |
Stödda Språk | 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 } |