Search code examples
opera-extension

Extension Update behavior when Upgrading from Opera 12 to Opera 15


my question is about the update behavior when updating Opera 12 to Opera 15 from the extensions.

When you have a Opera 12 Extension installed from the Add-on Website, after updating to Opera 15, will then the corresponding Opera 15 extension be installed/updated?

When yes, are the locally saved data be transfered to the new extension? (local storage, web sql database)

I'm asking as a developer who's extension in Opera 12 saves lot of data in a web sql database and wants to make the update to the new Opera as painless as possible for the extension user. (Without loosing these data).

Greetings, Manuel


Solution

  • Yes, upon upgrading, the corresponding Opera 15 extension (if made available by the extension author) will be installed.

    However, locally saved data will not be transfered to the O15 extension.

    It is probably best to offer the user an export/import option, sot that he can manually move his data between the two extensions.