Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How do I install a custom MailExtension once I've coded it?

  • 1 답장
  • 1 이 문제를 만남
  • 2 보기
  • 최종 답변자: Matt

more options

I'm attempting to write a Thunderbird add-on using the MailExtension API.

I've created a folder with a manifest.json and background.js, and I've got the Hello World example code entered into the files.

I'm trying to install that Hello World example code into Thunderbird as an add-on, but I can't find any documentation that explains how to do that.

The Mozilla documentation for the Hello World example project suggests downloading all 3.5 GB of the full Thunderbird source code, and building a whole new thunderbird binary with the changes built in. Obviously that's insane, and I can't imagine it's the proper procedure for building a simple add-on comprised of less than 15 lines of code.

How would I go about adding a simple custom-made add-on into the standard, already-installed version of thunderbird that's currently running on my system?

Thanks in advance!

I'm attempting to write a Thunderbird add-on using the MailExtension API. I've created a folder with a manifest.json and background.js, and I've got the Hello World example code entered into the files. I'm trying to install that Hello World example code into Thunderbird as an add-on, but I can't find any documentation that explains how to do that. The Mozilla documentation for the Hello World example project suggests downloading all 3.5 GB of the full Thunderbird source code, and building a whole new thunderbird binary with the changes built in. Obviously that's insane, and I can't imagine it's the proper procedure for building a simple add-on comprised of less than 15 lines of code. How would I go about adding a simple custom-made add-on into the standard, already-installed version of thunderbird that's currently running on my system? Thanks in advance!

선택된 해결법

Perhaps you might want to discuss your matter in the addon developer mailing list. https://thunderbird.topicbox.com/groups/addons

You might also want to refer to the Thunderbird addon developer documentation. https://developer.thunderbird.net/add-ons/mailextensions

Specifically you might look at this link https://developer.thunderbird.net/add-ons/mailextensions/hello-world-add-on under the "Creating the add-on file" heading as once that is done it is an addon to be installed as any other.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (1)

more options

선택된 해결법

Perhaps you might want to discuss your matter in the addon developer mailing list. https://thunderbird.topicbox.com/groups/addons

You might also want to refer to the Thunderbird addon developer documentation. https://developer.thunderbird.net/add-ons/mailextensions

Specifically you might look at this link https://developer.thunderbird.net/add-ons/mailextensions/hello-world-add-on under the "Creating the add-on file" heading as once that is done it is an addon to be installed as any other.