1.0.6 • Published 5 years ago

puppeteer-crx v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago