Yinong Wang

O mnie

Informacje o autorze
Nazwa Yinong Wang
Użytkownik od Lis. 26, 2024
Liczba utworzonych dodatków 1 dodatek
Średnia ocena dodatków autora Oceniono na 5 z 5 możliwych gwiazdek

Dodatki mojego autorstwa

Run Filters from Context Menu

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

Oceniono na 5 z 5 możliwych gwiazdek (2)
28 użytkowników

Moje opinie

New Folder Filters Button

Oceniono na 5 z 5 możliwych gwiazdek

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

Oceniono na 5 z 5 możliwych gwiazdek

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