With command line parameters for Chrome, we know that we can automatically load an unpacked extension while we develop it:
chrome.exe --load-extension=path/to/my-extension
Is there a related parameter for also "pinning" it to the Extensions toolbar area in the browser?