Thunderbird ส่วนเสริม

ยินดีต้อนรับสู่ส่วนเสริม Thunderbird

Add extra features and styles to make Thunderbird your own.

ปิด

On the go?

Check out our Mobile Add-ons site.

ปิด

Jan Willem

เกี่ยวกับฉัน

Developer Information
ชื่อ Jan Willem
ตำแหน่งที่ตั้ง Eindhoven, Netherlands
อาชีพ Developer ICT
User since ธ.ค. 13, 2019
Number of add-ons developed ส่วนเสริม 0
Average rating of developer's add-ons ยังไม่มีการจัดอันดับ

My Reviews

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": "junquilla@mesquilla.com",
"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
}
}
}