Does anyone know how to load unpacked google chrome plugin from command line? I tried the following, but it doesn't work:
"C:\Users\<name>\AppData\Local\Google\Chrome\Application\chrome.exe" --load-extension="<path/to/unpacked/extension>"
The above command just opens a chrome browser window and doesn't load my extension.