###Open images with Adobe Photoshop directly from Chrome, with a quick right mouse button click.
Handy for designers and inspired by the Firefox plugin with the same name.
Extension uses native Chrome's messaging API, so in order for it to work (and besides said extension), you must ALSO install a native messaging host. Tested and working on Mac OS X only.
To install host:
curl -s https://raw.githubusercontent.com/uncorp/openwithphotoshop/master/host/install.sh | sh
To uninstall host:
curl -s https://raw.githubusercontent.com/uncorp/openwithphotoshop/master/host/install.sh | sh
Untested and most likely broken on Windows:
-
You need to have python installed.
-
Download the file net.uncorp.openwithphotoshop-win.json
-
Add registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\NativeMessagingHosts\net.uncorp.openwithphotoshop
or
HKEY_CURRENT_USER\SOFTWARE\Google\Chrome\NativeMessagingHosts\net.uncorp.openwithphotoshop
and set its default value to the full path to the file net.uncorp.openwithphotoshop-win.json you downloaded.
Reverse the steps above to uninstall.
Largely based on sample source by The Chromium Authors. Photoshop copyrighted and trademarked by Adobe.