HAR/JSON viewer
Visualizes HTTP Archive (HAR) files opened locally or online. Also features JSON tree view for HAR and any structured JSON files.
Was ist HAR/JSON viewer?
HAR/JSON viewer ist eine Chrome-Erweiterung, die von Savr Goryaev entwickelt wurde, und ihr Hauptmerkmal ist "Visualizes HTTP Archive (HAR) files opened locally or online. Also features JSON tree view for HAR and any structured JSON files.".
Erweiterungsscreenshots
HAR/JSON viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie HAR/JSON viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Embedded HAR/JSON viewer. Visualizes HTTP Archive (HAR) files opened locally or online. Also features JSON tree view for HAR and any structured JSON files. Allows to switch between HAR (if available), JSON tree and plain (original) views. Note: In order to get this viewer working with local files you have to grant the respective permission: chrome://extensions -> HAR/JSON viewer -> Details -> Allow access to File URLs.
Grundlegende Informationen zur Erweiterung
Name | HAR/JSON viewer |
ID | bghceahjdhjncoohgobeohgnmfnooibd |
Offizielle URL | https://chromewebstore.google.com/detail/harjson-viewer/bghceahjdhjncoohgobeohgnmfnooibd |
Beschreibung | Visualizes HTTP Archive (HAR) files opened locally or online. Also features JSON tree view for HAR and any structured JSON files. |
Dateigröße | 133 KB |
Installationsanzahl | 6,504 |
Aktuelle Version | 1.5.0 |
Letztes Update | 2021-10-28 |
Veröffentlichungsdatum | 2020-09-15 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | Savr Goryaev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/hindmost/har-viewer-extension |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HAR\/JSON viewer", "description": "Visualizes HTTP Archive (HAR) files opened locally or online. Also features JSON tree view for HAR and any structured JSON files.", "version": "1.5.0", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon-colored-16.png", "32": "icon-colored-32.png", "64": "icon-colored-64.png", "128": "icon-colored-128.png" }, "web_accessible_resources": [ { "resources": [ "harviewer\/*", "connection.js" ], "matches": [ " |