HAR/JSON viewer
Visualizes HTTP Archive (HAR) files opened locally or online. Also features JSON tree view for HAR and any structured JSON files.
What is HAR/JSON viewer?
HAR/JSON viewer is a Chrome extension developed by Savr Goryaev, and its main feature is "Visualizes HTTP Archive (HAR) files opened locally or online. Also features JSON tree view for HAR and any structured JSON files.".
Extension Screenshots
Download HAR/JSON viewer Extension CRX File
Download HAR/JSON viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | HAR/JSON viewer |
ID | bghceahjdhjncoohgobeohgnmfnooibd |
Official URL | https://chromewebstore.google.com/detail/harjson-viewer/bghceahjdhjncoohgobeohgnmfnooibd |
Description | Visualizes HTTP Archive (HAR) files opened locally or online. Also features JSON tree view for HAR and any structured JSON files. |
File Size | 133 KB |
Installation Count | 6,504 |
Current Version | 1.5.0 |
Last Updated | 2021-10-28 |
Publish Date | 2020-09-15 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Savr Goryaev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/hindmost/har-viewer-extension |
Supported Languages | 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": [ " |