html5 + js psp.CC panels
//resources
node.js photoshop
http://adobescripting.com/MAIN_wp/creating-photoshop-html5-extensions/
https://github.com/adobe-photoshop/generator-panels
http://www.davidebarranca.com/2014/01/html-panels-tips-2-including-multiple-jsx/
http://www.adobe.com/devnet/creativesuite/articles/a-short-guide-to-HTML5-extensions.html
http://www.davidebarranca.com/2014/01/html-panels-tips-1-debugging/
http://www.creativebloq.com/javascript/javascript-debugging-beginners-3122820
http://localhost:8088/
http://adobe-cep.github.io/CEP-Resources/
https://medium.com/@HallgrimurTh/the-other-api-23357c99c774
http://aphall.com/2013/08/html5-extensions-for-cc/
http://davidderaedt.github.io/CC-Extension-Builder-for-Brackets/
http://www.davidebarranca.com/2014/05/html-panels-tips-10-packaging-zxp-installers/
https://code.google.com/p/chromiumembedded/
https://github.com/Adobe-CEP/CEP-Resources
(ruta):\Users\(usuario)\AppData\Roaming\Adobe\CEPServiceManager4\extensions
PlayerDebugMode
Applications will normally not load an extension unless it is cryptographically signed. However, during development we want to be able to quickly test an extension without having to sign it. To turn on debug mode:
On Mac, open the file ~/Library/Preferences/com.adobe.CSXS.4.plist and add a row with key PlayerDebugMode, of type String, and value 1.
On Windows, open the registry key HKEY_CURRENT_USER/Software/Adobe/CSXS.4 and add a key named PlayerDebugMode, of type String, and value 1.</p>