Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
快速拨号分机有没有办法使用某种通信机制与分机通话?
我们有一个进行邮件检查的扩展程序,但它使用了一个非常复杂的登录过程,涉及到令牌和 cookie。我们的邮件没有 RSS 提要。
我们希望快速拨号能够向分机请求新邮件。
那可能吗?
是的,你可以使用消息传递让快速拨号JS与后台进程通信。它的工作方式与普通消息在基于 chromium 的扩展中的工作方式相同。
查看:
http://dev.opera.com/extension-docs/tut_message_passing.html
http://dev.opera.com/extension-docs/tut_sd_extensions.html