Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crxid: get ID from CRX3 fileHEADv1.1.0master | tv | 2021-01-04 | 1 | -11/+35 |
| | |||||
* | crxid: initial commitv1.0.0 | tv | 2021-01-03 | 1 | -0/+23 |
| | | | | Based on https://github.com/dsoprea/ChromeIdGenerator/blob/master/README.txt | ||||
* | crxmake: support 1024 and 4096 bit RSA keys | tv | 2021-01-03 | 1 | -3/+25 |
| | | | | From: https://stackoverflow.com/questions/18693962/pack-chrome-extension-on-server-with-only-command-line-interface/18709204#comment100718141_18709204 | ||||
* | crxmake: use tmpdir and explicit output path | tv | 2021-01-03 | 1 | -8/+14 |
| | |||||
* | crxmake: make executable | tv | 2021-01-03 | 1 | -5/+4 |
| | |||||
* | crxmake: initial import | tv | 2021-01-03 | 1 | -0/+58 |
From: https://stackoverflow.com/a/18709204 |