Skip to content

kodango/buildcrx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Buildcrx

This tool is to package chrome extension automatically, with below extra features:

  • Exclude files or directories with the same pattern gramma like grep -E.
  • Search manifest.json for update infomation, and generates the updates.xml automatically.

Package function is provided by crxmake.sh.

Usage

Script help:

$ sh buildcrx.sh
Usage: buildcrx.sh [OPTIONS]

Options:
  -d     specify the extension directory, required
  -p     specify the pem file, optional
  -o     specify the output directory, optional
  -n     specify the build extension name, optional
  -e     specify the exclude pattern like grep, optional
  -h     show this help message

Example:

$ sh buildcrx.sh -d copybetter -p copybetter.pem -o copybetter/update -e 'update|\.git'

About

Package the chrome extension automatically

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages