3rd party formatter extensions have no way to specify save as extension

The save as file button uses the safeToFile callback, but due to the code living in another extension, the var format = ‘.’ + options.defaultExtension**;** fetches the last extension’s options instead of the plugin’s.

This could now be fixed by allowing the options to be transferred with the k****atalon_recorder_export payload and have them pushed into the window.options

Hi Jan Esser,

First of all, we want to thank you again for the contribution.

I’m happy to inform that both language and file extension are supported in version 3.4.6. We also make changes to the platform to allow plugins to provide multiple formats. Please see the new sample plugin at https://github.com/katalon-studio/katalon-recorder-sample-plugin.