Yinong Wang

معلومات عنّي

معلومات المطور
الاسم Yinong Wang
مُستخدم منذ نوفمبر 26, 2024
عدد الإضافات التي طورتها إضافة واحدة
معدّل التقييم من مطوري الإضافات مقيمة بـ 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)

تعليقاتي

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