Yinong Wang

關於我

開發者資訊
名稱 Yinong Wang
加入日期 Nov. 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)
37 位使用者

我所發表的評論

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");