crx-parser

0.1.2 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    3,817
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    3,817
  • 0.1.1
    2

Package Sidebar

Install

npm i crx-parser

Weekly Downloads

3,120

Version

0.1.2

License

MIT

Last publish

Collaborators

  • shyiko