summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* crxid: get ID from CRX3 fileHEADv1.1.0mastertv2021-01-041-11/+35
|
* crxid: initial commitv1.0.0tv2021-01-031-0/+23
| | | | Based on https://github.com/dsoprea/ChromeIdGenerator/blob/master/README.txt
* crxmake: support 1024 and 4096 bit RSA keystv2021-01-031-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 pathtv2021-01-031-8/+14
|
* crxmake: make executabletv2021-01-031-5/+4
|
* crxmake: initial importtv2021-01-031-0/+58
From: https://stackoverflow.com/a/18709204