Skip to content

hindmost/har-viewer-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

har-viewer-extension

Source code of HAR/JSON viewer browser extension (Chrome/Firefox/Opera/Edge).

Chrome extension is Manifest V3 now.

Based on HAR Viewer.

How to build

Clone this repository into a local folder, then run there:

npm install
npm run build

As a result, dist/chrome folder will contain the extension package for Chrome, whereas dist/firefox - for Firefox (also compatible with Opera/Edge).

Pre-built resources

public/harviewer folder contains HAR Viewer web application that is pre-built from hindmost/harviewer, a custom modification (fork) of HAR Viewer.

In order to reproduce the contents of public/harviewer folder:

  1. Clone hindmost/harviewer into a local folder.

  2. Run inside the clone folder:

npm install
npm run build
  1. Copy the following files from the hindmost/harviewer clone to public/harviewer folder:
webapp-build/
  license.txt
  css/
    harViewer.css
    images/
      bg-button.gif
      netBarCached.gif
      netBarLoaded.gif
      spriteArrows.gif
      contextMenuTarget.png
      contextMenuTargetHover.png
      page-timeline.png
      save.png
      splitterh.png
      spriteArrows.png
      tabEnabled.png
      timeline-sprites.png
      tooltipConnectorUp.png
      twisty-sprites.png
      menu/
        shadowAlpha.png
        tabMenuCheckbox.png
        tabMenuPin.png
        tabMenuRadio.png
  scripts/
    harViewer.js
    jquery.js
    require.js
    highlightjs/
      highlight.min.js

License

Licensed under the MIT license.

About

Source code of HAR/JSON viewer browser extension (Chrome/Firefox/Opera/Edge)

Resources

License

Stars

Watchers

Forks

Packages

No packages published