Categorygithub.com/mcuadros/go-crxmake
modulepackage
0.2.0
Repository: https://github.com/mcuadros/go-crxmake.git
Documentation: pkg.go.dev

# README

go-crxmake Build Status Latest Stable Version

Tool for building Chrome/Chromium extensions from a extension folder. Following the CRX Package Format specs

Installation

Binaries

wget https://github.com/mcuadros/go-crxmake/releases/download/v0.2.0/crxmake_v0.2.0_linux_amd64.tar.gz
tar -xvzf crxmake_v0.2.0_linux_amd64.tar.gz
cp-crxmake_v0.2.0_linux_amd64/crxmake /usr/local/bin/

browse the releases section to see other archs and versions

From sources

go get -u github.com/mcuadros/go-crxmake/...

Usage

Usage:
  crxmake [OPTIONS] [folder] [output]
      --key-file= private key file.

Help Options:
  -h, --help      Show this help message

Arguments:
  folder:         folder where the extension is located.
  output:         output file name.

License

MIT, see LICENSE

# Packages

No description provided by the author

# Functions

NewBuilder returns a new CRX Builder.

# Structs

Builder creates CRX files using as source a Chrome extension folder.