Yinong Wang

Quant a mi

Informació del desenvolupador
Nom Yinong Wang
Usuari des de nov. 26, 2024
Nombre de complements desenvolupats 1 add-on
Average rating of developer's add-ons Rated 5 out of 5 stars

Els meus complements

Run Filters from Context Menu

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

Rated 5 out of 5 stars (2)
69 usuaris

Els meus comentaris

New Folder Filters Button

Rated 5 out of 5 stars

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

This review is for a previous version of the add-on (3.8). 

Filter on Folder Button

Rated 5 out of 5 stars

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