gpt4 book ai didi

thunderbird-addon - 将工具栏按钮添加到 Thunderbird 撰写消息窗口

转载 作者:行者123 更新时间:2023-12-04 18:17:43 25 4
gpt4 key购买 nike

任何人都幸运地将自定义工具栏按钮添加到 Thunderbird 的 Compose 窗口,或者知道一个示例插件可以做到这一点?我是 Thunderbird 开发的新手,没有任何运气获得 https://developer.mozilla.org/en/Custom_Toolbar_Button为撰写窗口工作。

最佳答案

乔纳森先生指出的是一个很好的提示,并且该特定扩展确实有一个您正在寻找的示例。

开辟自己的chrome manifest文件并确保您的代码告诉 Thunderbird 您自己的哪些 xul 文件与它自己的 xul 文件“对齐”。在这些示例中,我们假设您的 xul 文件名为 overlay.xul它包含工具栏中按钮的代码,以及您想要在消息撰写窗口中执行的任何操作。

如果您发现您的按钮不会显示在“自定义工具栏”对话框中,那是因为您的 chrome manifest 中的 xul 不匹配。 .

确保在您的 chrome.manifest 中:

#THIS will use your xul file for the message-composing window
overlay chrome://messenger/content/messengercompose/messengercompose.xul chrome://youraddon/content/overlay.xul

#If you want a button, too, make sure this is in your file, too.
overlay chrome://global/content/customizeToolbar.xul chrome://youraddon/content/overlay.xul

关于thunderbird-addon - 将工具栏按钮添加到 Thunderbird 撰写消息窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11333148/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com