开始使用 Thunderbird 扩展
我已经使用 Thunderbird 多年了,现在我有兴趣开发一些自己的扩展。我查看了他们官方网站上的文档,但发现对此的入门支持很少。我对 python、perl、php 有一些经验,希望您能给我推荐一些入门材料,如果有一个“hello world”就太好了。
I have been using Thunderbird for many years now and now I am interested in developing some of my own extensions. I looked over the documentation on their official website but found little support for getting started at this. I have some experience with python, perl, php and would like if you can recommend me some getting started materials, a "hello world" for this would be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
2020 年更新
截至 2020 年,以下是当前文档:
https://developer.thunderbird.net/add-ons/about-add-
要在十分钟内构建一个简单的 Thunderbird 扩展,请查看本教程:
https://developer.mozilla.org/en/Extensions/Thunderbird/Building_a_Thunderbird_extension
然而,专注于创建 Mozilla 扩展(Firefox 和 Thunderbird)的真正好的教程在这里:
https://developer.mozilla.org/en/XUL_School
有关 Thunderbird 扩展的高级主题:< br>
https://developer.mozilla.org/en/Extensions/Thunderbird/HowTos
一些附加信息:
https://developer.mozilla.org/en/Extensions/Thunderbird
Update 2020
As of 2020, here is the current documentation:
https://developer.thunderbird.net/add-ons/about-add-ons
To build a simple Thunderbird extension in ten minutes look at this tutorial:
https://developer.mozilla.org/en/Extensions/Thunderbird/Building_a_Thunderbird_extension
However, the really good tutorial that focuses on creating Mozilla extensions (both Firefox and Thunderbird) is here:
https://developer.mozilla.org/en/XUL_School
Advanced topics about Thunderbird extensions:
https://developer.mozilla.org/en/Extensions/Thunderbird/HowTos
Some additional info:
https://developer.mozilla.org/en/Extensions/Thunderbird
Mozilla 的扩展开发论坛是一个很好的资源。
The extension development forums at Mozilla are a great resource.
更新:Thunderbird 78
自版本 78 Thunderbird 使用新的 MailExtensions 格式、旧扩展
不再受支持,2020 年底之前发布的大多数链接都已失效。
当前 Mozilla 指南 Thunderbird 扩展位于此处:
https://developer.thunderbird.net/add-ons/mailextensions
Update: Thunderbird 78
Since version 78 Thunderbird uses new MailExtensions format, legacy extensions
are no longer supported, most of links posted here before late 2020 are dead.
Current Mozilla guide to Thunderbird extensions is here:
https://developer.thunderbird.net/add-ons/mailextensions