Yinong Wang

내 정보

개발자 정보
이름 Yinong Wang
가입한 날짜 11월 26, 2024
개발한 부가 기능 수 부가 기능 1개
이 개발자의 부가 기능의 평균 별점 5점중 5점 받음

제작한 부가 기능

Run Filters from Context Menu

Adds context menu options to run all filters on the selected folder or set of messages.

5점중 5점 받음 (2)
사용자 41명

내 검토

New Folder Filters Button

5점중 5점 받음

I am the maintainer of a similar add-on.
The update of Thunderbird 138 breaks the add-on by no longer supporting JSM scripts.

Please migrate the dependency to the corresponding ESM package.

const { ExtensionCommon } = ChromeUtils.importESModule("resource://gre/modules/ExtensionCommon.sys.mjs");

Filter on Folder Button

5점중 5점 받음

I am the maintainer of a similar add-on.
The update of Thunderbird 138 breaks the add-on by no longer supporting JSM scripts.

Please migrate the dependency to the corresponding ESM package.

const { ExtensionCommon } = ChromeUtils.importESModule("resource://gre/modules/ExtensionCommon.sys.mjs");