-
-
Save kn9ts/6ed4b59506a632b5cbe031674857fc96 to your computer and use it in GitHub Desktop.
Pack Chrome extensions from the command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $ crx `pwd` | |
function crx() { | |
~/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --pack-extension=$@ --pack-extension-key=$@/key.pem | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment