crx-parser

v0.1.2
CRX parser
crx parser

node-crx-parser

CRX parser.

Installation

npm install crx-parser --save

Usage

var parseCRX = require('crx-parser');

fs.readFile('/tmp/mfabfdnimhipcapcioneheloaehhoggk.crx', function (err, buff) {
    parseCRX(buff, function (err, data) {
        console.log(data.header.publicKey);
        ...
    });
});

For complete example see text/index.spec.js.

License

MIT License

npm i crx-parser

Metadata

  • MIT
  • Whatever
  • Stanley Shyiko
  • released 6/14/2015

Downloads

Maintainers