1.0.6 • Published 6 years ago

puppeteer-crx v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

puppeteer-crx

Use puppeteer to package chrome extensions

Install

Install with npm

$ npm install puppeteer-crx

Usage

const path = require("path");
const crx = require("puppeteer-crx");
const src = path.resolve(__dirname, "./sample/");

crx(src, {
  // Is it also packaged into a zip for chrome web store?
  zip: false,
  // Packing delay time
  delay: 1000
}).then(result => {
  console.log(result);
});

License

MIT © Harvey Zack

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago