Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to pack a Chrome extension on Mac OSX with commandline?

I am trying to automate my Chrome extension building process on OSX 10.5. I am unable to find a similar command for OSX like this for Windows

chrome.exe --pack-extension=c:\myext --pack-extension-key=c:\myext.pem

Is it even possible on OSX? As there is no mention of it in the documentation.

Please guide me.

Thanks in advance. -Parimal Das

like image 274
Parimal Das Avatar asked May 25 '10 14:05

Parimal Das


People also ask

Where are chrome extensions stored on a Mac?

Navigate to chrome://version/ and look for Profile Path, it is your default directory and Extensions Folder is where all the extensions, apps, themes are stored.


2 Answers

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --pack-extension...
like image 154
Adam V. Avatar answered Oct 26 '22 23:10

Adam V.


You can use A node.js command line app for packing Google Chrome extensions too. Enjoy!

like image 37
Pawel Dobierski Avatar answered Oct 27 '22 00:10

Pawel Dobierski