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

Readme

Keywords

Package Sidebar

Install

npm i crx-parser

Weekly Downloads

3,153

Version

0.1.2

License

MIT

Last publish

Collaborators

  • shyiko