I have developed an extension for the task that I am doing. Now I
would like to package this extension in to a crx file using the
command line argument --pack-extension. I was able to create the
<myExtension>.crx and <myExtension>.pem files. But I wanted to know
the unique id that is assigned to this extension. How can I know this
ID? Is the id generated based on the location where it is being
installed from as my test did revealed that?
Now after creating the .crx file I wanted to load the extension using
the command line argument --load-extension but every time when I tried
to do that I get an error message "Could not read extension from
'<Folder>\MyExtension.crx' Manifest file is missing or unreadable."
How can I load extension packaged in *.crx file in the google chrome
browser using command line arguments?