https://github.com/jakkso/cedl
Chrome Extension Downloader
https://github.com/jakkso/cedl
chrome extensions
Last synced: 5 months ago
JSON representation
Chrome Extension Downloader
- Host: GitHub
- URL: https://github.com/jakkso/cedl
- Owner: jakkso
- License: mit
- Created: 2019-07-26T16:30:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:56:05.000Z (over 3 years ago)
- Last Synced: 2025-09-30T07:25:49.001Z (9 months ago)
- Topics: chrome, extensions
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
# Chrome Extension Downloader (CEDL)
This is a simple utility program to download extensions from the Chrome WebStore.
## Installation
pip install cedl
## Usage
cedl [url]
Where `url` is the WebStore url for the extension that you want to download.
Downloaded extensions are placed in `$HOME/bin/chrome-extensions`
To install the downloaded extension, open `chrome://extensions` in chrome, then drag the downloaded file onto the page.
#### License
MIT