Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/foxrefire/downextzip
- Owner: FoxRefire
- License: agpl-3.0
- Created: 2024-08-05T04:47:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T19:42:37.000Z (4 months ago)
- Last Synced: 2024-11-09T14:02:16.268Z (2 months ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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