/openwithphotoshop

Chrome extension to open images with Photoshop with a quick right mouse button click.

Primary LanguageShell

Open with Photoshop (for Chrome)

###Open images with Adobe Photoshop directly from Chrome, with a quick right mouse button click.

screenshot

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

Full source on github.


Untested and most likely broken on Windows:

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.