Skip to content

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

Notifications You must be signed in to change notification settings

antoniocosta/openwithphotoshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published