Yinong Wang

Tietoja minusta

Kehittäjätiedot
Nimi Yinong Wang
Käyttäjä alkaen marras 26, 2024
Kehitettyjä lisäosia 1 lisäosa
Average rating of developer's add-ons Arvosteltu: 5/5 tähteä

Luomani lisäosat

Run Filters from Context Menu

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

Arvosteltu: 5/5 tähteä (2)
41 käyttäjää

Omat arviot

New Folder Filters Button

Arvosteltu: 5/5 tähteä

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

Arvosteltu: 5/5 tähteä

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