Questions tagged [extension-builder3]

Adobe Extension Builder 3 preview 3 is an Eclipse-based tool that helps web developers create extensions for Adobe Creative Cloud Applications using modern HTML5.

Extension Builder 3 is ideally suited for developers familiar with HTML, JavaScript and CSS with at least basic knowledge about Adobe Product Extensibility. Extension Builder 3 Preview is free to download.

Extension Builder 3 supports building extensions for Adobe Photoshop CC, Adobe Premiere Pro CC, Adobe Prelude CC, Adobe Illustrator CC, Adobe InDesign CC and Adobe Flash Pro CC. More Adobe Creative Cloud applications will be supported later in 2013. Features include:

UI Enhancements — In this release, extension panels that you build for Photoshop, Prelude, and Premiere Pro are designed to more closely match the UI of the host application.

New Project Wizard — The New Project Wizard can guide you to generate a new HTML extension project. The new project generated can be executed in target Adobe products directly. The new project wizard also provides several templates for the new project, such as minimum project, a project integrated with Adobe IPC library, etc.

In-app Debugging — Extension Builder 3 enables a debugging tool that is embedded in Adobe products, allowing you to step through your extension's code while it runs in the target application.

Export with JavaScript Obfuscation — Extension Builder includes tools to help you package your finished extension in the ZXP format, so that you can offer it in Adobe Exchange, and users can install and manage it with Extension Manager. During export, you can choose the JavaScript Obfuscation option, causing the JavaScript code in your extension to be processed by the Google JavaScript Obfuscator.

Bundle Manifest Editor — Extension Builder includes a graphical interface that allows you to examine and change the settings of your extensions without having to directly edit the manifest.

HTML Extension Samples — In addition to templates, this preview includes samples that illustrate the new HTML functionality. You can install and execute these samples in Photoshop CC and Premiere Pro CC

Reference :

http://labs.adobe.com/technologies/extensionbuilder3/

19 questions
0
votes
1 answer

Working if imported in photoshop as a script but not if loaded through an extension

Making a html5 panel in photoshop that uses file name lists from some directory in my PC. Here is a javascript code(made a simplified one to get the point across) that works fine if File>Scripts>Browse in photoshop but doesn't work within an…
0
votes
2 answers

Typo3 frontend plugin, use _POST data in the controller

I wrote a very simple extension in typo3 v7.6.11 with the extension builder where a visitor can ask for a taxi-ride. everything works, only that I need to make the request more appealing by asking the pick-up point and the drop-off point ... that…
webman
  • 1,117
  • 15
  • 41
0
votes
1 answer

TYPO3 Rich Text Editor (RTE) in fullscreen mode works, but not in my Extension?

At my standard content elements text & media the fullscreen mode for RTE (htmlarea, Rich-Text-Editor) is working fine. But - I've wrote an extension (via extension builder) and if I try to use the RTE in fullscreen, I've got the following…
0
votes
1 answer

TYPO3 Extension-Builder output select-value of IRRE in Fluid

I clicked me a little extension in the Extension Builder together. It is a general object (wall) with IRRE-elements (windows in the wall - 1:n). This IRRE-element has an select-box (window-color) with different values. I added the values in the…
1
2