You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ The system creates, stores and replays high-fidelity web archives stored directl
9
9
10
10
For more detailed info on how to use the extension (and the app when it is available), see the: [ArchiveWeb.page User Guide](https://archiveweb.page/guide/)
11
11
12
+
The initial app release is available on the [Releases page](https://github.com/webrecorder/archiveweb.page/releases)
13
+
12
14
### Architecture
13
15
14
16
The extension makes use of the Chrome debugging protocol to capture and save network traffic, and extends the [ReplayWeb.page](https://github.com/webrecorder/replayweb.page) UI and the [wabac.js](https://github.com/ikreymer/wabac.js) service worker system for replay and storage.
@@ -48,11 +50,11 @@ For development, it is recommended to use the dev build of the extension:
48
50
4. Click the extension icon to show the extension popup, start recording, etc... The dev build of the extension will be grey to differntiate from the production version.
49
51
50
52
51
-
## Using the Electron App (in development)
53
+
## Using the Electron App (in beta)
52
54
53
-
The Electron app version is still in development and no production release exists yet.
55
+
The Electron app version is in beta and the latest release can be downloaded from the [Releases page](https://github.com/webrecorder/archiveweb.page/releases)
0 commit comments