Skip to content

Commit c14273a

Browse files
committed
Yet another readme update
1 parent a8a4df5 commit c14273a

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# HAR Export Trigger
2-
Firefox plugin for HAR (HTTP Archive) export. Built on top of native
3-
developer tools in Firefox. Allows triggering HAR export directly
4-
from within a page. Can be used together with e.g. Selenium to
5-
implement automated HAR export robot.
2+
Firefox add-on for automated HAR (HTTP Archive) export. This add-on is built on
3+
top of native developer tools in Firefox and allows automated export
4+
of all collected and computed data from the <strong>Network</strong> panel.
5+
Automation can be implemented on top of HAR API that are exposed directly
6+
to the page.
7+
It can be also used together with e.g. Selenium to implement automated HAR
8+
export robots. Firebug is not needed for this add-on.
9+
10+
Read more about [HAR](http://www.softwareishard.com/blog/har-12-spec/) format
11+
(based on JSON).
612

713

814
License
@@ -62,6 +68,9 @@ from the source and run on your machine.
6268

6369
Further Resources
6470
-----------------
71+
* Home Page: http://www.softwareishard.com/blog/har-export-trigger/
6572
* HAR Spec: https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/HAR/Overview.html
6673
* HAR Spec (original): http://www.softwareishard.com/blog/har-12-spec/
67-
* DevTools Extension Examples: https://github.com/mozilla/addon-sdk/tree/devtools/examples
74+
* HTTP Archive Viewer: http://www.softwareishard.com/blog/har-viewer/
75+
* HAR Discussion Group: http://groups.google.com/group/http-archive-specification/
76+

0 commit comments

Comments
 (0)