oex2nex icon indicating copy to clipboard operation
oex2nex copied to clipboard

Standalone tool to convert an Opera (.oex) extension into an Opera 15+ (.nex) extension

Results 4 oex2nex issues
Sort by recently updated
recently updated
newest added

With these commits a developer can, if they wish to, zip up a .nex converted output directory as a .oex file and this .oex file containing the .nex code _will...

...and then actually use it. :rainbow:

I tried to convert my extension, which uses underscore and its templating system. In my original extension I have following code in index.html: ``` html ``` It seems that the...

Hi, I have tried converting one of my extensions ( https://addons.opera.com/en/extensions/details/dribbbly/ ), but I am getting the following error: "TypeError: Cannot explicitly set an encoding with a unicode string" ---...