Skip to content

A webpack plugin to package chrome extensions (crx) post build

License

Notifications You must be signed in to change notification settings

mateuszpohl/crx-webpack-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crx Builder for webpack

A webpack plugin to package chrome extensions (crx) post build

Usage

var Crx = require("crx-webpack-plugin");
module.exports = {
	plugins: [
		new Crx({
			keyFile: 'key.pem',
			contentPath: 'build',
			outputPath: 'dist',
			name: 'chrome-ext'
		})
	]
}

License

MIT (http://www.opensource.org/licenses/mit-license.php)

About

A webpack plugin to package chrome extensions (crx) post build

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%