1.0.0 • Published 6 years ago
chrome-extensions-id v1.0.0
chrome-extensions-id
Get chrome extensions id from a crx file
Install
$ npm install chrome-extensions-id
Usage with cli
$ cei path/to/file.crx
Usage with js
const cei = require('chrome-extensions-id');
cei('path/to/file.crx').then(console.log);
Related
License
MIT © Harvey Zack
1.0.0
6 years ago