Yinong Wang

O mně

Informace o vývojáři
Jméno Yinong Wang
Zaregistrován(a) od Lis. 26, 2024
Počet vyvíjených doplňků 1 doplněk
Průměrné hodnocení doplňků vývojáře Ohodnoceno 5 z 5 hvězdiček

Doplňky, které jsem vytvořil

Run Filters from Context Menu

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

Ohodnoceno 5 z 5 hvězdiček (2)
28 uživatelů

Mé recenze

New Folder Filters Button

Ohodnoceno 5 z 5 hvězdiček

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

Ohodnoceno 5 z 5 hvězdiček

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