Yinong Wang

Giới thiệu về tôi

Thông tin về Nhà phát triển
Tên Yinong Wang
Người dùng kể từ Tháng 11. 26, 2024
Số tiện ích được phát triển 1 add-on
Đánh giá trung bình của các tiện ích của nhà phát triển Rated 5 out of 5 stars

Tiện ích mà tôi đã tạo ra

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)
65 người dùng65 người dùng

Đánh giá Của tôi

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

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