Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/foxrefire/downextzip

Download browser extension's source code as zip
https://github.com/foxrefire/downextzip

chrome-extension chrome-extensions chromium-extension edge-extension firefox-addon firefox-extension firefox-extensions firefox-webextension opera-extension web-development web-ext webdevelopment webext webextension webextension-api webextensions

Last synced: 2 months ago
JSON representation

Download browser extension's source code as zip

Awesome Lists containing this project

README

        



DownExtZip


Download browser extension's source code as zip

[![Firefox](https://extensionworkshop.com/assets/img/documentation/publish/get-the-addon-178x60px.dad84b42.png)](https://addons.mozilla.org/ja/firefox/addon/downextzip/)

## Features
* Download extension as XPI/CRX from multiple websites
* Download extension as ZIP Archive
* Download extension as ZIP Archive and beautify code

## Supported websites
```
addons.mozilla.org
gnuzilla.gnu.org
addons.thunderbird.net
chromewebstore.google.com
microsoftedge.microsoft.com
addons.opera.com
```

## Third-pary libraries
* [Industrial Sharp UI Icons](https://www.svgrepo.com/svg/486656/download-list)([MIT](https://www.svgrepo.com/page/licensing/#MIT)) //Extension Icon
* [Neuicons Oval Solid Icons](https://www.svgrepo.com/svg/488184/extension)([MIT](https://www.svgrepo.com/page/licensing/#MIT)) //Extension Icon
* [jszip](https://github.com/Stuk/jszip)([MIT or GPL v3](https://github.com/Stuk/jszip/blob/main/LICENSE.markdown)) //Unpacking package
* [js-beautify](https://github.com/beautifier/js-beautify)([MIT](https://github.com/beautifier/js-beautify/blob/main/LICENSE)) //Beautify code