Jan Willem

Giới thiệu về tôi

Thông tin về Nhà phát triển
Tên Jan Willem
Địa điểm Eindhoven, Netherlands
Nghề nghiệp Developer ICT
Người dùng kể từ Tháng 12. 13, 2019
Số tiện ích được phát triển 0 add-ons
Đánh giá trung bình của các tiện ích của nhà phát triển Chưa được xếp hạng

Đánh giá Của tôi

JunQuilla

Rated 5 out of 5 stars

This add-on is great. I use it mainly for the "Is Junk" button.

For some people who want to use it with thunderbird 68.2+ an example manifest.json that works for me is (include it in the xpi archive, which is zip compressed; see also https://developer.thunderbird.net/add-ons/tb68/overlays):

{
"manifest_version": 2,
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "68.0"
}
},
"description": "Junk mail management by Mesquilla",
"developer": {
"name": "R Kent James",
"url": "http://mesquilla.com/extensions/junquilla"
},
"name": "JunQuilla",
"version": "1.0.4",
"icons": {
"32": "content/icon32x32.png"
},
"legacy": {
"type": "xul",
"options": {
"page": "chrome://junquillaapp/content/junquillaSetupWindow.xul",
"open_in_tab": true
}
}
}