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