config.xml fileThis file describes the extension and includes data such as name and description.
An extension file structure could look like this:
/config.xml (mandatory)/index.html (contains JavaScript that can, for example, add a button to the browser toolbar)/includes/userJS.js (JavaScript that gets injected on webpages the user visits)/icons/button-icon.png/icons/64x64-icon.png.oex file suffixYou should end up with something like: myExtension.oex. Do not include the parent directory when archiving the files.
Developer documentation Learn how to make Opera extensions
Submit an extension for publishing in our online catalog
You can drag config.xml files into Opera 11 to access Developer Mode in the Extension Manager. This makes it easy to preview and debug your extension.
Read more on how to use Developer mode.