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