像 ActiveInbox 这样的程序是用什么语言编写的?

发布于 2024-12-08 00:12:41 字数 194 浏览 0 评论 0原文

我想写一些类似于 ActiveInbox 的内容。

除了原始的 ActiveInbox 之外,我还需要添加对收到的电子邮件执行一些操作的逻辑。

像 ActiveInbox 这样的程序是用什么语言编写的?

谢谢

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

顾北清歌寒 2024-12-15 00:12:41

Activeinbox 是一个浏览器插件,用 Javascript 编写。内部查看很简单:下载 xpi(插件的 Firefox 版本)。 xpi 文件是一个 zip 文件,因此请使用您选择的 zip 文件管理器打开它。

之后,您应该前往 Mozilla 开发者网站Chrome 扩展程序开发教程,了解如何编写 Firefox/Chrome 插件。

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.

计㈡愣 2024-12-15 00:12:41

扩展可以在 Chrome 和 Firefox 上用纯 Javascript 编写。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文