Search downloadable model on Sketchfab right from Photoshop.
This extension isn't signed, so you need to install it manually.
- On Mac:
- In a terminal:
defaults write com.adobe.CSXS.7 PlayerDebugMode 1
- Copy this folder into
~/Library/Application Support/Adobe/CEP/extensions
- In a terminal:
- On Windows:
- In a terminal:
regedit > HKEY_CURRENT_USER/Software/Adobe/CSXS.7
then add a new entryPlayerDebugMode
of typestring
with the value of1
. - Copy this folder into:
C:\Users\{USER}\AppData\Roaming\Adobe\CEP/extensions
- In a terminal:
Launch Photoshop. The extension should be available under Window > Extensions.
The extension is made with Web technologies.
CSXS/manifest.xml
is the extension manifest that contains info about the extensionhtml/search.html
is the main panel.debug
declares ports for remote debugging. When the extension is running, you can inspect the extension by going to http://localhost:8007/ and clicking the first link.js/ext.js
makes the extension adapt to its environment. It handles Photoshop themes (dark/light) and makes the extension persistent.