https://github.com/mritd/crxdl
A simple chrome crx download tool
https://github.com/mritd/crxdl
Last synced: over 1 year ago
JSON representation
A simple chrome crx download tool
- Host: GitHub
- URL: https://github.com/mritd/crxdl
- Owner: mritd
- License: apache-2.0
- Created: 2018-05-05T09:27:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T10:01:29.000Z (over 8 years ago)
- Last Synced: 2025-02-08T22:15:09.053Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://crx.mritd.me
- Size: 1.1 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crxdl
> A simple chrome crx download tool.
### How to build?
``` sh
# install packr
go get -u github.com/gobuffalo/packr/...
# build
packr build
```
### How to use?
``` sh
➜ ./crxdl
starting server at 0.0.0.0:8080
server starting...
```
Browser access `http://lcoalhost:8080`.