Skip to content

Commit

Permalink
Improve description and add link to web version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sryze committed Mar 13, 2023
1 parent 84e48b0 commit 01a8efe
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
crx-dl
======

This is just a simple script to automate the download of Google Chrome extensions from the Chrome Web Store.
This is just a simple script to automate the downloading of Google Chrome extensions (.CRX files)
from the Chrome Web Store.

Usage:
Usage
-----

```
crx-dl.py [-h] [-q] [-o OUTPUT_FILE] id_or_url
Expand Down Expand Up @@ -35,3 +37,8 @@ unzip translate.crx -d translate
```

or just open it as a ZIP file in your favorite archive manager program.

Via Browser
-----------

There is also a web version of this script available [here](https://sryze.github.io/crx-dl/).

0 comments on commit 01a8efe

Please sign in to comment.