Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sdushantha/bed

🧩 A very simple command line Browser Extension Downloader
https://github.com/sdushantha/bed

chrome chrome-extension cli commandline downloader firefox firefox-addon firefox-extension linux macos opera

Last synced: 15 days ago
JSON representation

🧩 A very simple command line Browser Extension Downloader

Awesome Lists containing this project

README

        





A very simple command line Browser Extension Downloader



## Installation
#### Using git
```bash
# clone the repo
$ git clone https://github.com/sdushantha/bed.git

# install the requirements
$ pip3 install --user -r requirements.txt
```

#### Using pip
```
pip3 install --user bed
```

## Usage
### Supported browsers
- Firefox
- Chrome or any browser that uses the Chrome Web Store
- Opera

```bash
usage: bed [-h] url

A very simple command line Browser Extension Downloader

positional arguments:
url

optional arguments:
-h, --help show this help message and exit
```

[![Support me!](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/XoJfSVI)