Created
May 1, 2012 18:27
-
-
Save nicinabox/2570263 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 | |
} |
uninstall windows and buy a Apple.
😂
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From official:
https://developer.chrome.com/docs/extensions/mv3/linux_hosting/#package-through-command-line