Yinong Wang

Informazioni utente

Informazioni sullo sviluppatore
Nome Yinong Wang
Utente da Nov. 26, 2024
Numero di componenti aggiuntivi sviluppati 1 componente aggiuntivo
Media delle valutazioni sui componenti aggiuntivi di questo sviluppatore. Assegnate 5 su 5 stelle

I componenti aggiuntivi che ho realizzato

Run Filters from Context Menu

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

Assegnate 5 su 5 stelle (2)
28 utenti

Le mie recensioni

New Folder Filters Button

Assegnate 5 su 5 stelle

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

Assegnate 5 su 5 stelle

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