Can Opera Speed Dial extensions communicate with regular extensions?

112 Views Asked by At

Is there a way for a speed dial extension to use some sort of communication mechanism to talk to an extension?

We have an extension that does mail checking, but it uses a pretty complex login process involving tokens and cookies. We don't have an RSS feed for our mail.

We'd like a way for the Speed Dial to ask the extension for new mail.

Is that possible?

1

There are 1 best solutions below

1
On BEST ANSWER

Yes, you can use messaging to make the speed dial JS communicate with the background process. It works the same as normal message works in chromium based extensions.

Check out:

  1. http://dev.opera.com/extension-docs/tut_message_passing.html

  2. http://dev.opera.com/extension-docs/tut_sd_extensions.html