Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emilymclean/pack-chromium-extension-action

Generates a signed .crx file, ready for distribution.
https://github.com/emilymclean/pack-chromium-extension-action

github-actions

Last synced: 16 days ago
JSON representation

Generates a signed .crx file, ready for distribution.

Awesome Lists containing this project

README

        

# pack-chromium-extension Action

Generates a signed .crx file, ready for distribution.

## Inputs

| Input | Required | Description |
| -------------- | -------- | ----------------------------------------------------- |
| `input-folder` | ✅ | The source folder of the extension. |
| `output-file` | ✅ | Where the resulting extension file should be written. |

## Example usage
```
uses: emilymclean/pack-chromium-extension-action@v1
env:
EXTENSION_KEY: $
with:
input-folder: src
output-file: extension.crx
```