What language(s) are programs like ActiveInbox written in?

我的梦境 提交于 2019-12-20 07:07:01

问题


I want to write something similar to ActiveInbox.

In addition to original ActiveInbox, I need to add logic that will perform some actions on the emails that come.

What language(s) are programs like ActiveInbox written in?

Thank you


回答1:


Activeinbox is a browser plugin, written in Javascript. It's easy to have a look inside: download the xpi (the Firefox version of the plugin). An xpi file is a zipfile, so open it with your zipfile manager of choice.

After that you should head over to Mozilla's developer site or a Chrome extension development tutorial to learn how to wite a Firefox/Chrome plugin.




回答2:


Extensions can be written in pure Javascript on Chrome and Firefox.



来源:https://stackoverflow.com/questions/7620988/what-languages-are-programs-like-activeinbox-written-in

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!