webpack-crx

1.0.8 • Public • Published

webpack-crx

pack chrome extensions

const WebpackCrx = require("webpack-crx");
new WebpackCrx({
              key: 'key.pem',
              src: 'build',
              dest: 'dist',
              name: 'outputfile'
          })

Options:

key (optional)

Path to pem key file. If no key is provided, a temp key will be generated for the packing process.

src

folder containing the extension files.

dest

destination output folder.

name

output file name

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.8
    51
    • latest

Version History

Package Sidebar

Install

npm i webpack-crx

Weekly Downloads

59

Version

1.0.8

License

MIT

Unpacked Size

4.01 kB

Total Files

4

Last publish

Collaborators

  • galshilo