Chromium NetLog dump viewer
A standalone WebApp for viewing chrome://net-export NetLog dump files
Co to jest Chromium NetLog dump viewer?
Chromium NetLog dump viewer to rozszerzenie Chrome opracowane przez Axifive, a jego główną funkcją jest „A standalone WebApp for viewing chrome://net-export NetLog dump files”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chromium NetLog dump viewer
Pobierz pliki rozszerzeń Chromium NetLog dump viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hfnehammfofphmomkllapngelnabmcho |
Oficjalny URL | https://chromewebstore.google.com/detail/chromium-netlog-dump-view/hfnehammfofphmomkllapngelnabmcho |
Opis | A standalone WebApp for viewing chrome://net-export NetLog dump files |
Rozmiar pliku | 210 KB |
Liczba instalacji | 2,272 |
Aktualna Wersja | 0.2.1 |
Ostatnia Aktualizacja | 2021-09-07 |
Data Publikacji | 2019-12-22 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Axifive |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/axifive/netlog-viewer |
Adres URL Strony Pomocy | https://github.com/axifive/netlog-viewer/issues |
Obsługiwane Języki | 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 } |