From 16272153fa8c7b17cea72b106dcdb5b79c3ef918 Mon Sep 17 00:00:00 2001 From: gjankowiak Date: Fri, 12 Jun 2026 15:11:49 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85b8d7a..af9dafa 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Chrome extension for downloading EPAS applicant files into a ZIP archive, includ - open `about:extensions` from Chrome - turn on Developer mode (Entwicklermodus) if not done already - there are then 2 options: - - on Linux, [download](https://imsc.uni-graz.at/git/gjankowiak/epas-ripper/releases/download/0.2.1/epas-ripper-0.2.1.crx) the `.crx` extension file and drag-and-drop it to the `about:extensions` tab. + - on Linux, [download](https://imsc.uni-graz.at/git/gjankowiak/epas-ripper/releases/download/0.4.0/epas-ripper-0.4.0.crx) the `.crx` extension file and drag-and-drop it to the `about:extensions` tab. - on Windows (macOS too?), [download](https://imsc.uni-graz.at/git/gjankowiak/epas-ripper/archive/main.zip) the `.zip` archive of this repository, extract it _somewhere it does not risk begin moved or deleted_ and load the `epas-ripper` directory (located inside) using the "Load unpacked" ("Entpackte Erweiterung laden") button of the `about:extensions` tab. - Chrome will display security warnings which you need to check and accept. From 3652ad31fe51a79b7c8f56c2a28f5f9c3e36cd7e Mon Sep 17 00:00:00 2001 From: gjankowiak Date: Fri, 12 Jun 2026 15:18:10 +0200 Subject: [PATCH 2/2] mention applications.xlsx --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af9dafa..90ad763 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,5 @@ The archive will contain: - one directory per applicant with the corresponding files - `applications.csv`, which contains a table with the details of each applicant +- `applications.xlsx`, - `viewer.html` (+ auxiliary files), a static HTML file which can be use to browse the applicants' files. After opening it in a browser, you need to load the ZIP file you just downloaded.