Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sdushantha/bed
- Owner: sdushantha
- License: mit
- Created: 2020-05-19T15:15:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T13:56:00.000Z (over 4 years ago)
- Last Synced: 2024-11-27T19:50:15.236Z (about 1 month ago)
- Topics: chrome, chrome-extension, cli, commandline, downloader, firefox, firefox-addon, firefox-extension, linux, macos, opera
- Language: Python
- Homepage:
- Size: 16 MB
- Stars: 34
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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] urlA very simple command line Browser Extension Downloader
positional arguments:
urloptional 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)