https://github.com/ericduran/chromeHAR
HAR viewer that mimics (or at least tries really hard to) Chromes network tab
https://github.com/ericduran/chromeHAR
Last synced: 11 days ago
JSON representation
HAR viewer that mimics (or at least tries really hard to) Chromes network tab
- Host: GitHub
- URL: https://github.com/ericduran/chromeHAR
- Owner: ericduran
- License: mit
- Created: 2012-08-24T09:31:13.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-10-30T14:46:40.000Z (over 2 years ago)
- Last Synced: 2025-04-10T16:29:41.628Z (13 days ago)
- Language: CSS
- Homepage: https://ericduran.github.io/chromeHAR
- Size: 1.94 MB
- Stars: 500
- Watchers: 16
- Forks: 132
- Open Issues: 22
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ericduran/chromeHAR - HAR viewer that mimics (or at least tries really hard to) Chromes network tab (CSS)
README
# Chrome HAR Viewer
HAR viewer that mimics (or at least tries really hard to) Chrome's network tab.
**[View demo!](https://ericduran.github.io/chromeHAR)**
----
# CHROME NOW SHIPS WITH THIS FUNCTIONALITY
See: https://developers.google.com/web/updates/2017/08/devtools-release-notes#har-imports
----# Building
```npm install && bower install && grunt server```
##Description##
A HAR viewer that mimics [Chrome Dev Tools Network Panel](https://developers.google.com/chrome-developer-tools/docs/network)
## Current Features
- Multiple Page HAR File Support
- Drag and Drop HAR File###Missing Features
- Timing Detail View
- TimeLine Sorting (Start Time, Response Time, End Time, Duration, Latency)
- Page Speed API (Need to check if pagespeed allows this but it'll be nice.)
- User Settings (I'm not quiet sure what to put in there yet)
- Bottom Info - (# of Request, Transfer size, etc..)
- Off line Support