From cd2c4aefadb35b2532546ab4c25daacfa5aa6c27 Mon Sep 17 00:00:00 2001 From: John Bieling Date: Fri, 19 Jul 2024 18:04:58 +0200 Subject: [PATCH] upd. 19.07 --- add-on-reports-generator/build_reports.js | 70 +- add-on-reports-generator/log.json | 1 + add-on-reports/all.html | 9304 +++++++++-------- add-on-reports/atn-tb102.html | 5084 ++++----- add-on-reports/atn-tb115.html | 5332 +++++----- add-on-reports/atn-tb128.html | 4540 ++++---- add-on-reports/atn-tb68.html | 3332 +++--- add-on-reports/atn-tb78.html | 4118 ++++---- add-on-reports/atn-tb91.html | 4290 ++++---- .../experiments-without-upper-limit.html | 34 +- add-on-reports/index.html | 2 +- add-on-reports/lost-tb102-to-tb115.html | 162 +- add-on-reports/lost-tb115-to-tb128.html | 298 +- add-on-reports/lost-tb60-to-tb68.html | 908 +- add-on-reports/lost-tb68-to-tb78.html | 644 +- add-on-reports/lost-tb78-to-tb91.html | 92 +- add-on-reports/lost-tb91-to-tb102.html | 18 +- ...-atn-value-raised-above-max-xpi-value.html | 268 +- ...atn-value-reduced-below-max-xpi-value.html | 37 +- add-on-reports/parsing-error.html | 4 +- add-on-reports/pending-permission-update.html | 558 + .../pure-webext-with-upper-limit.html | 86 +- add-on-reports/purge-candidates.html | 5728 +++++----- add-on-reports/recent-activity.html | 316 +- add-on-reports/recent-addition.html | 640 +- add-on-reports/requested-permissions.html | 4436 ++++---- .../tb102-experiments-with-102-0-limit.html | 8 +- add-on-reports/tb115-expected-compatible.html | 5324 +++++----- ...g-to-strict-max-but-atn-value-reduced.html | 12 +- ...g-to-strict-max-but-atn-value-reduced.html | 35 +- 30 files changed, 28202 insertions(+), 27479 deletions(-) create mode 100644 add-on-reports/pending-permission-update.html diff --git a/add-on-reports-generator/build_reports.js b/add-on-reports-generator/build_reports.js index f14eb62..6e26efb 100644 --- a/add-on-reports-generator/build_reports.js +++ b/add-on-reports-generator/build_reports.js @@ -101,11 +101,12 @@ const pending_pr = { } const contacted = { - "987925": "Explained how to get it to a pure WebExt, uses deprecated attachment.getFile()", //addon/eml-editor/ - "988214": "Is the new folder key navigation add-on an alternative?", //Filter email folders - "46207": "Asked if help is needed", //mailmindr + "987925": "Explained how to get it to a pure WebExt, uses deprecated attachment.getFile()", // EML Editor + "988214": "Is the new folder key navigation add-on an alternative?", // Filter email folders + "46207": "Asked if help is needed", // mailmindr + "987838": "Asked if help is needed", // Sender Domain // Enforced lifts - "988389": "Works! Enforced max version lift since 102", //Thunderbird OpenProject + "988389": "Works! Enforced max version lift since 102", // Thunderbird OpenProject "988258": "Works! Enforced max version lift since 102", // Recently "988427": "Works! Enforced max version lift since 102", // EnhancedReplyHeaders - can use more new APIs and could be a top spot candidate // Candidates for enforced lifts @@ -115,6 +116,46 @@ const contacted = { "988060": "Works, needs max version lift (pure WebExtension)", // Text Insert: Templates/Instant Spell C } +const pending_messages_update = [ + "217293", // signal-spam + "287743", // mailhops + "320395", // remindit + "46207", // mailmindr + "4970", // tag-toolbar + "566490", // expertspam + "64758", // xnotepp + "704523", // europeanmx + "986632", // spambee + "987823", // autobucket + "987834", // spoofdetection + "987907", // mark-gmail-read\2478313\src\background.js + "987938", // pratiche-mail\2476555\src\background-script.js + "987939", // preventivi-mail\2476400\src\background-script.js + "987940", // hotel-mail\2476556\src\alert.js + "987984", // just-report-it\2476824\src\scripts\background.js + "988024", // open-in-browser\2477587\src\background.js + "988069", // spam-check-for-ocn\2475472\src\background.js + "988252", // reply-to-all-selected-mail\2482250\src\background.js + "988314", // auto-mark-folder-read\2477943\src\js\background.js + "988371", // replymarksread\2477988\src\src\replymarksread.js + "988439", // remindme\2478544\src\scripts\background.js + "988447", // gmail-labels\2478584\src\src\background.js + "988463", // grapevine\2478656\src\lib\AutoArchiver.js + "988476", // if-this-then-connector\2478751\src\if-background.js + "988532", // tagger\2479956\src\background.js + "988566", // mark-read-on-tab-open\2482102\src\src\opentabmarksread.js + "988677", // sync-for-tb\2485183\src\sy-background.js + "988752", // mark-subfolders-read\2487282\src\background.js + "988356", // auto-mark-as-read\2486030\src\options.js + // Experiments NOT notified, waiting for PR + //986323 confirmbeforedelete + //987689 changequote + //987900 qnote\2480264\src\scripts\utils-message.js + //988173 thunderkey\2476427\src\src\background.js + //UUps + //987858 mark-all-read-we -- uuups folders.markAsRead should need messagesUpdate instead of accountsFolders +] + const investigated = { "988376": "", // PGP Universal "1392": "", // Maximize Message Pane @@ -490,6 +531,23 @@ var reports = { return { include, badges }; } }, + "pending-permission-update": { + group: "128", + header: "In Thunderbird 128 we had to introduce a backward incompatible permission change. Some extensions are now broken. The relevant add-on developers have been notified.", + template: "report-template.html", + enabled: true, + generate: genStandardReport, + rowData: function (extJson) { + let data = getExtData(extJson, "128").data; + let permissions = data?.manifest?.permissions; + let messagesUpdate = Array.isArray(permissions) && permissions.includes("messagesUpdate") + + return { + include: data && pending_messages_update.includes(`${extJson.id}`) && !messagesUpdate, + badges: [] + }; + }, + }, "atn-tb128": { group: "128", header: "Extensions compatible with Thunderbird 128, as seen by ATN.", @@ -565,6 +623,9 @@ var reports = { if (discontinued.includes(`${extJson.id}`)) { badges.push({ badge: "discontinued" }); } + if (Object.keys(contacted).includes(`${extJson.id}`)) { + badges.push({ badge: "contacted", tooltip: contacted[`${extJson.id}`] }); + } return { include: manually_lowered, badges }; } }, @@ -617,6 +678,7 @@ var reports = { return { include, badges }; } }, + // -- v115 ------------------------------------------------------------------------------------- "tb115-expected-compatible": { diff --git a/add-on-reports-generator/log.json b/add-on-reports-generator/log.json index 506f55d..413cd91 100644 --- a/add-on-reports-generator/log.json +++ b/add-on-reports-generator/log.json @@ -1724,6 +1724,7 @@ "988753-@dmrhn.zulip.qa-zulip-quick-access", "988754-d.lascaris@bestreply.ai-bestreply", "988757-customoji.thunderbirdextension@riedler.wien-customoji", + "988764-{DAE1031B-CD52-42CA-AE84-3B3F5B2C1593}-folder-pane-toggler", "9893-fastclosetabs@extensions.geckozone.org-fast-close-tabs", "9956-tonequilla@mesquilla.com-tonequilla", "9995-emailcrawler@torge.kummerow-email-address-crawler" diff --git a/add-on-reports/all.html b/add-on-reports/all.html index f658cf5..e9b24ee 100644 --- a/add-on-reports/all.html +++ b/add-on-reports/all.html @@ -12,7 +12,7 @@
@@ -49,7 +49,7 @@ 1 986686 ImportExportTools NG - 232090 + 244524 4.1.0

10.0.4

10.0.4

@@ -69,7 +69,7 @@ 2 4631 Provider for Google Calendar - 177396 + 185146 4.4.2

68.2.1

78.0.2

@@ -89,7 +89,7 @@ 3 711780 LookOut (fix version) - 155499 + 167069 1.3.04

2.0.4

3.0.6

@@ -109,7 +109,7 @@ 4 640 Quicktext - 116170 + 124421 1.5

2.15

3.6

@@ -129,7 +129,7 @@ 5 195275 Send Later - 95261 + 100064 6.5.0

7.4.4

8.9.8

@@ -149,7 +149,7 @@ 6 4654 Remove Duplicate Messages - 88989 + 93288 0.4.1

0.5.2.2

0.5.2.2

@@ -169,7 +169,7 @@ 7 773590 TbSync - 68958 + 72339 1.7.0.2

2.12

2.22

@@ -189,7 +189,7 @@ 8 634298 CardBook - 64589 + 67307 38.0

46.6

62.8

@@ -209,7 +209,7 @@ 9 47144 Mail Merge - 62086 + 65568 5.6.0

6.1.0

7.4.0

@@ -229,7 +229,7 @@ 10 988138 Grammar and Spell Checker — LanguageTo - 56845 + 59492 8.6.0

@@ -249,7 +249,7 @@ 11 611 Signature Switch - 49791 + 52308 1.7.1

1.8.2

2.15.3
@@ -269,7 +269,7 @@ 12 986436 FileLink Provider for Dropbox - 48370 + 50422 4
7
7
@@ -289,7 +289,7 @@ 13 986258 Provider for CalDAV & CardDAV - 44003 + 46264 0.15.0.2

1.12

1.24

@@ -309,7 +309,7 @@ 14 986325 Owl for Exchange - 42437 + 44338 0.7.1.3

0.7.8.2

0.7.9.4

@@ -329,7 +329,7 @@ 15 986643 FileLink provider for WebDAV - 40383 + 42361 2

3

3

@@ -349,7 +349,7 @@ 16 988136 FileLink provider for Send - 39927 + 41774 @@ -369,7 +369,7 @@ 17 987924 Web Translate - 39821 + 41540 3.7
@@ -389,7 +389,7 @@ 18 987716 Minimize on Close - 36232 + 37774 2.0.1.4

2.0.1.4

@@ -409,7 +409,7 @@ 19 987967 Textmarker - 33070 + 34781 6.2.0
@@ -429,7 +429,7 @@ 20 986338 Provider for Exchange ActiveSync - 30740 + 32278 0.12

1.14

1.20

@@ -449,7 +449,7 @@ 21 987761 *cloud - FileLink for Nextcloud and ow - 30544 + 31989 3.15.0
3.15.0
@@ -469,7 +469,7 @@ 22 386321 Lightning Calendar Tabs - 27017 + 28225 2.2

2.3

2.5

@@ -489,7 +489,7 @@ 23 54035 Thunderbird Conversations - 24893 + 26066 2.14.7

3.1.24

3.2.35

@@ -509,7 +509,7 @@ 24 987840 PrintingTools NG - 24228 + 25681 2.0.61

2.0.61

@@ -527,29 +527,9 @@ 25 - 708783 - Emoji - 23429 - 1.6.1

- 1.68.4

- 1.78.7

- 1.91.8

- 1.102.10
- 1.102.10
- 1.102.10
- 2022-10-21 - 1.102.10
- 102.0 - * - * - - - - - 26 2533 Addressbooks Synchronizer - 22966 + 24686 1.2.2

2.0.1

4.14

@@ -565,11 +545,31 @@ + + 26 + 708783 + Emoji + 24355 + 1.6.1

+ 1.68.4

+ 1.78.7

+ 1.91.8

+ 1.102.10
+ 1.102.10
+ 1.102.10
+ 2022-10-21 + 1.102.10
+ 102.0 + * + * + + + 27 477467 AutoarchiveReloaded - 21593 + 22778 0.9.9.6.2

1.0.0.7
1.0.0.7
@@ -587,29 +587,9 @@ 28 - 986386 - Open Google Calendar - 21029 - 1.5
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2020-12-13 - 1.6
- 68.0 - * - * - - - - - 29 487108 FlexConfirmMail - 20631 + 22776 1.17.1

2.2.4

4.1.7.1
@@ -626,30 +606,30 @@ - 30 - 64758 - XNote++ - 19458 - 2.2.14

- 2.3.1

- 3.1.7

- 3.5.16

- 3.5.16

- 4.1.12

- - 2024-01-09 - 4.1.12

- 115.0 - 115.* - 119.* + 29 + 986386 + Open Google Calendar + 22102 + 1.5
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2020-12-13 + 1.6
+ 68.0 + * + * - 31 + 30 5582 Confirm-Address - 19321 + 20992 1.3.2

1.3.5

1.3.8
@@ -666,10 +646,10 @@ - 32 + 31 2281 Check and Send - 19217 + 20742 1.0.20b1

1.1.1

2.1.5
@@ -685,11 +665,31 @@ + + 32 + 64758 + XNote++ + 20445 + 2.2.14

+ 2.3.1

+ 3.1.7

+ 3.5.16

+ 3.5.16

+ 4.1.12

+ + 2024-01-09 + 4.1.12

+ 115.0 + 115.* + 119.* + + + 33 438634 DKIM Verifier - 17331 + 17913 2.2.0

3.1.0

4.1.1

@@ -707,29 +707,9 @@ 34 - 988127 - Addon Compatibility Check for TB 102/T - 15536 - - 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 2024-07-13 - 1.9.10
- 68.0 - * - * - - - - - 35 4970 Tag Toolbar / Tag Popup - 15356 + 16268 0.9.12

1.0.2

2.1.5

@@ -745,11 +725,31 @@ + + 35 + 988127 + Addon Compatibility Check for TB 102/T + 16139 + + 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 2024-07-13 + 1.9.10
+ 68.0 + * + * + + + 36 13564 CompactHeader - 15167 + 15726 2.1.6

3.0.0beta5

@@ -769,7 +769,7 @@ 37 217293 Signal Spam - 15105 + 15269 2.2.3

3.1.2

4.1.6

@@ -789,7 +789,7 @@ 38 10052 FiltaQuilla - 14529 + 14946 1.5

2.1.2

3.4

@@ -809,7 +809,7 @@ 39 8451 gContactSync
Thunderbird native CardDAV support
Google-4-TbSync
CardBook - 14332 + 14885 2.1.13

3.1.7

@@ -829,7 +829,7 @@ 40 3254 QuickFolders (Tabbed Folders) - 14000 + 14551 4.22.3

4.22.3

5.9.1

@@ -847,29 +847,9 @@ 41 - 372870 - quickFilters - 13905 - 4.5

- 4.5

- 5.7.1

- 5.9.4

- 5.9.4

- 6.5.1

- 6.5.1

- 2024-07-16 - 6.5.1

- 112.0 - 128.* - 128.* - - - - - 42 15102 Manually sort folders - 13707 + 14346 1.2.1

2.3.0

2.3.0

@@ -885,11 +865,31 @@ + + 42 + 372870 + quickFilters + 14311 + 4.5

+ 4.5

+ 5.7.1

+ 5.9.4

+ 5.9.4

+ 6.5.1

+ 6.5.1

+ 2024-07-16 + 6.5.1

+ 112.0 + 128.* + 128.* + + + 44 11005 Shrunked Image Resizer - 12836 + 13252 4.4.8

4.5.5

5.0.2

@@ -909,7 +909,7 @@ 45 986685 Phoenity Icons - 12641 + 13175 2.9

3.4

@@ -929,7 +929,7 @@ 46 986635 FileLink Provider for Box - 12393 + 12928 4
5
@@ -949,7 +949,7 @@ 47 90003 LocalFolders - 12216 + 12811 2.0.2

3.0.1

3.0.1

@@ -969,7 +969,7 @@ 48 605874 ReplyWithHeader - 10772 + 11358 2.1.0

2.2.1

2.3.0

@@ -987,9 +987,29 @@ 49 + 695913 + List Addons in Windows' Programs + 10909 + 1.2

+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2023-12-26 + 2.1
+ 68.0 + * + * + + + + + 50 987783 Compact Headers - 10468 + 10789 2.23

@@ -1006,10 +1026,10 @@ - 50 + 51 987719 Display Mail User Agent T - 10168 + 10584 1.8.10.6

1.8.14.64

2.2.3

@@ -1026,10 +1046,10 @@ - 51 + 52 1556 Allow HTML Temp - 10039 + 10394 5.4.3

5.7.8

6.3.8

@@ -1045,31 +1065,11 @@ - - 52 - 695913 - List Addons in Windows' Programs - 9829 - 1.2

- 2.1
- 2.1
- 2.1
- 2.1
- 2.1
- 2.1
- 2023-12-26 - 2.1
- 68.0 - * - * - - - 53 987908 DeepL翻訳 - 9541 + 9968 1.6.2

1.6.2

@@ -1089,7 +1089,7 @@ 54 988018 Dark Reader - 9359 + 9645 4.9.68
@@ -1109,7 +1109,7 @@ 55 988096 Attachment Extractor - 9265 + 9542 @@ -1129,7 +1129,7 @@ 56 987708 Auto Address Cleaner T - 8996 + 9494 1.0.8

1.0.8

1.1
@@ -1149,7 +1149,7 @@ 57 987798 MyPhoneExplorer - 8786 + 8951 2.0.25

4.0

@@ -1169,7 +1169,7 @@ 58 987780 Google Calendar Tab - 8436 + 8739 0.2
0.2
@@ -1189,7 +1189,7 @@ 59 987934 Simple Mail Redirection - 7954 + 8418 1.44

@@ -1209,7 +1209,7 @@ 60 1279 Xpunge - 7827 + 8099 0.7.1

1.0.0

2.1.1

@@ -1229,7 +1229,7 @@ 61 330066 Edit Email Subject (EES) - 7620 + 7929 2.1.1

3.2

4.3

@@ -1247,9 +1247,29 @@ 62 + 324492 + ImportExportTools + 7903 + 3.3.2

+ + + + + + + 2019-01-27 + 3.3.2

+ 14.0 + * + 60.* + + + + + 63 988090 Google-4-TbSync - 7605 + 7828 0.1.8

@@ -1266,10 +1286,10 @@ - 63 + 64 988489 uBlock Origin - 7479 + 7677 @@ -1285,31 +1305,11 @@ - - 64 - 324492 - ImportExportTools - 7417 - 3.3.2

- - - - - - - 2019-01-27 - 3.3.2

- 14.0 - * - 60.* - - - 65 986372 BorderColors D - 7153 + 7478 1.1.1

1.4.0

2023.8.1
@@ -1329,7 +1329,7 @@ 66 472193 CategoryManager - 7091 + 7467 2.09

3.11

4.4

@@ -1347,29 +1347,9 @@ 67 - 987960 - Simple Startup Minimizer - 6568 - - - 0.6
- 0.6
- 0.6
- 0.6
- 0.6
- 2021-08-19 - 0.6
- 78.0 - * - * - - - - - 68 12018 Quick Folder Move - 6558 + 6862 1.6.1

1.7.1

1.9.0

@@ -1385,11 +1365,31 @@ + + 68 + 987960 + Simple Startup Minimizer + 6745 + + + 0.6
+ 0.6
+ 0.6
+ 0.6
+ 0.6
+ 2021-08-19 + 0.6
+ 78.0 + * + * + + + 69 742199 Attach from Clipboard - 5836 + 6037 1.1.0

1.3.68

1.78.1

@@ -1409,7 +1409,7 @@ 70 56935 Identity Chooser - 5810 + 6006 1.9.7

1.9.9

2.2

@@ -1429,7 +1429,7 @@ 71 809689 Grammalecte [fr] (for Thunderbird) - 5702 + 5903 1.5.0

1.9.2

2.1.1
@@ -1449,7 +1449,7 @@ 72 987995 Hide Local Folders for TB78++ - 5323 + 5592 1.0.1

@@ -1469,7 +1469,7 @@ 73 987906 Full Address Column - 5042 + 5282 1.0.4

1.0.4

@@ -1489,7 +1489,7 @@ 74 988175 Emoji - 4942 + 5152 3.19
@@ -1509,7 +1509,7 @@ 75 988164 Outlook/Teams Appointments - 4828 + 5103 1.2
@@ -1529,7 +1529,7 @@ 76 324497 SmartTemplates - 4805 + 5080 2.16

2.16

3.15.1

@@ -1549,7 +1549,7 @@ 77 988116 Charset Menu - 4736 + 5032 1.1.2

@@ -1569,7 +1569,7 @@ 78 987900 QNote - 4694 + 5020 0.12.5

0.12.5

@@ -1589,7 +1589,7 @@ 79 244848 ExQuilla for Exchange - 4629 + 4818 68.1.1


78.1

78.1

@@ -1609,7 +1609,7 @@ 80 988161 ✨ Awesome Emoji Picker ✨ - 4609 + 4809 @@ -1629,7 +1629,7 @@ 81 987888 Message Header Toolbar Customize - 4575 + 4732 2.2.1

@@ -1647,29 +1647,9 @@ 82 - 987931 - Birthday Calendar - 4374 - - - 1.0

- 1.0

- 1.2.2

- 1.2.2

- 1.2.2

- 2024-06-16 - 1.2.2

- 102.0 - 128.* - 128.* - - - - - 83 987944 Darko - 4364 + 4525 3.4
@@ -1685,11 +1665,31 @@ + + 83 + 987931 + Birthday Calendar + 4470 + + + 1.0

+ 1.0

+ 1.2.2

+ 1.2.2

+ 1.2.2

+ 2024-06-16 + 1.2.2

+ 102.0 + 128.* + 128.* + + + 84 71 Enigmail
Thunderbird native OpenPGP support - 4252 + 4444 2.0.12

2.1.9

2.2.4.2

@@ -1709,7 +1709,7 @@ 85 646888 Dictionary for recipient - 4239 + 4429 1.0.3

2.0.5

2.3.1

@@ -1727,9 +1727,29 @@ 86 + 881 + Display Quota + 4352 + 0.3.8

+ 0.4.2

+ + + + + + 2020-07-05 + 0.4.2

+ 68.0 + * + 73.0 + + + + + 87 12802 Phoenity Buttons - 4183 + 4337 2.7

3.8

4.2

@@ -1746,30 +1766,30 @@ - 87 - 881 - Display Quota - 4096 - 0.3.8

- 0.4.2

- - - - + 88 + 987892 + Quote Colors & Collapse + 4256 - 2020-07-05 - 0.4.2

- 68.0 + 1.0.5

+ 2.0.10

+ 3.2.7
+ 4.1.0
+ 4.2.1
+ 4.2.1
+ 2023-04-29 + 4.2.1
+ 113.0 + * * - 73.0 - 88 + 89 747286 Google Keep Tab - 4071 + 4241 0.10.3

0.10.4

0.10.8
@@ -1786,30 +1806,30 @@ - 89 - 987892 - Quote Colors & Collapse - 4050 + 90 + 987885 + tbkeys-lite + 3947 - 1.0.5

- 2.0.10

- 3.2.7
- 4.1.0
- 4.2.1
- 4.2.1
- 2023-04-29 - 4.2.1
- 113.0 - * - * + 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2023-07-20 + 2.2.4

+ 68.0 + 115.* + 130.* - 90 + 91 11646 No Message Pane Sort - 3799 + 3926 1.4

1.5

2.0.2

@@ -1825,31 +1845,11 @@ - - 91 - 987885 - tbkeys-lite - 3786 - - 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2023-07-20 - 2.2.4

- 68.0 - 115.* - 130.* - - - 92 988001 Attachment Viewer: view in a tab, slid - 3722 + 3893 1.2.7

@@ -1869,7 +1869,7 @@ 93 59195 G-Hub Lite - 3637 + 3808 6.0.0

7.1.0
7.1.0
@@ -1889,7 +1889,7 @@ 94 986477 Colored Folders - 3612 + 3785 1.2.5.2

1.3.5

@@ -1909,7 +1909,7 @@ 95 988296 Minimize on startup - 3487 + 3624 1.1
@@ -1927,29 +1927,9 @@ 96 - 116388 - Automatic Dictionary - 3464 - 1.11.0

- 1.12.0

- 3.0.1

- 3.0.1

- 3.11.0

- 3.11.0

- 3.11.0

- 2024-07-15 - 3.11.0

- 102.0 - 129.0 - 129.0 - - - - - 97 987909 ThirdStats - 3457 + 3614 1.8.0
@@ -1966,10 +1946,10 @@ - 98 + 97 987801 FileLink for Plik - 3427 + 3607 1.2.2
1.2.2
@@ -1986,30 +1966,30 @@ - 99 - 987740 - Nostalgy++/ Manage, search and archive - 3384 - - 1.0.15

- 3.4.2

- 3.4.2

- 3.6.18

- 4.1.12

- - 2024-05-27 - 4.1.12

- 115.0 - 115.* - 115.* + 98 + 116388 + Automatic Dictionary + 3603 + 1.11.0

+ 1.12.0

+ 3.0.1

+ 3.0.1

+ 3.11.0

+ 3.11.0

+ 3.11.0

+ 2024-07-15 + 3.11.0

+ 102.0 + 129.0 + 129.0 - 100 + 99 14385 Account Colors - 3382 + 3537 11.1

13.5

@@ -2026,30 +2006,70 @@ - 101 - 6533 - ThreadVis - 3318 - 2.3.2

- 3.0.1

- 3.1.1

- 3.3.0

- 3.4.2

- 3.5.1

+ 100 + 5602 + Blinking Alert + 3530 + 1.2.0

+ 1.3.1

- 2023-10-24 - 3.5.1

- 115.0 - 115.* - 115.* + + + + + 2020-01-06 + 1.3.1

+ 68.0 + * + 73.0 + + + + + 101 + 987740 + Nostalgy++/ Manage, search and archive + 3519 + + 1.0.15

+ 3.4.2

+ 3.4.2

+ 3.6.18

+ 4.1.12

+ + 2024-05-27 + 4.1.12

+ 115.0 + 115.* + 115.* 102 + 6533 + ThreadVis + 3506 + 2.3.2

+ 3.0.1

+ 3.1.1

+ 3.3.0

+ 3.4.2

+ 3.5.1

+ + 2023-10-24 + 3.5.1

+ 115.0 + 115.* + 115.* + + + + + 103 331319 Folder Pane View Switcher - 3310 + 3417 2.0.2

4.0.2

4.0.2

@@ -2066,30 +2086,30 @@ - 103 - 5602 - Blinking Alert - 3278 - 1.2.0

- 1.3.1

- - - - + 104 + 988333 + WhatsApp Web in Thunderbird + 3408 - 2020-01-06 - 1.3.1

+ 1.4.2
+ 1.4.2
+ 1.4.2
+ 1.4.2
+ 1.4.2
+ 1.4.2
+ 2023-11-10 + 1.4.2
68.0 * - 73.0 + * - 104 + 105 1898 FolderFlags - 3267 + 3376 1.2.6

1.6.0

1.6.0

@@ -2105,51 +2125,11 @@ - - 105 - 988333 - WhatsApp Web in Thunderbird - 3258 - - 1.4.2
- 1.4.2
- 1.4.2
- 1.4.2
- 1.4.2
- 1.4.2
- 2023-11-10 - 1.4.2
- 68.0 - * - * - - - 106 - 728297 - Thunderbook - 3192 - 0.9

- 0.10

- - - - - - 2020-03-14 - 0.10

- 68.3.0 - * - 73.0 - - - - - 107 986682 Disable DragAndDrop (New) - 3188 + 3362 5.3.0

5.3.0

@@ -2166,10 +2146,10 @@ - 108 + 107 91129 LightningButton
Native calendar toolbar icons - 3136 + 3265 1.5.7

1.6.1.1

@@ -2186,10 +2166,10 @@ - 109 + 108 46207 mailmindr - 3072 + 3212 0.9.1

0.9.4

1.5.0

@@ -2205,11 +2185,31 @@ + + 109 + 728297 + Thunderbook + 3205 + 0.9

+ 0.10

+ + + + + + 2020-03-14 + 0.10

+ 68.3.0 + * + 73.0 + + + 110 811161 WarnAttachment - 2859 + 3040 0.11

2.13

2.13

@@ -2229,7 +2229,7 @@ 111 1191 ReminderFox - 2794 + 2922 2.1.6.10

2.1.6.10

@@ -2249,7 +2249,7 @@ 112 988542 HTML Source Editor - 2702 + 2821 @@ -2269,7 +2269,7 @@ 113 356507 Header Tools Lite - 2612 + 2720 0.6.2

1.5.3

@@ -2287,9 +2287,29 @@ 114 + 550 + Mail Redirect + 2680 + 0.10.9

+ 0.10.9

+ + + + + + 2020-07-04 + 0.10.9

+ 6.0 + * + 70.* + + + + + 115 986692 Profile Switcher - 2572 + 2677 2.4

2.6

@@ -2306,10 +2326,10 @@ - 115 + 116 987775 Search Button - 2530 + 2649 1.0.1

2.3.2

@@ -2326,30 +2346,30 @@ - 116 - 550 - Mail Redirect - 2518 - 0.10.9

- 0.10.9

- + 117 + 988429 + AI Anywhere for ChatGPT + 2555 - 2020-07-04 - 0.10.9

- 6.0 + 2.5
+ 3.5
+ 3.5
+ 2024-06-22 + 3.5
+ 115.0 + * * - 70.* - 117 + 118 988190 Old (classic) Icons - 2455 + 2541 1.0.4

@@ -2365,31 +2385,11 @@ - - 118 - 988429 - AI Anywhere for ChatGPT - 2430 - - - - - 2.5
- 3.5
- 3.5
- 2024-06-22 - 3.5
- 115.0 - * - * - - - 119 988091 Expression Search - NG - 2320 + 2412 2.11

@@ -2407,29 +2407,9 @@ 120 - 287743 - MailHops - 2279 - 3.2.0

- 3.8.1

- 4.3.3

- 4.3.3

- 4.3.3

- 4.4.0
- 4.4.0
- 2023-04-07 - 4.4.0
- 112.0 - * - * - - - - - 121 988617 Extract 'Em! - 2242 + 2351 @@ -2445,11 +2425,31 @@ + + 121 + 287743 + MailHops + 2339 + 3.2.0

+ 3.8.1

+ 4.3.3

+ 4.3.3

+ 4.3.3

+ 4.4.0
+ 4.4.0
+ 2023-04-07 + 4.4.0
+ 112.0 + * + * + + + 122 987764 Header Tools Improved - 2238 + 2320 2.3

3.7

@@ -2467,29 +2467,9 @@ 123 - 987734 - Mail Merge P - 2143 - - - 2.3

- 2.5
- 2.5
- 2.6.1
- 2.6.1
- 2024-03-31 - 2.6.1
- 115.0 - * - * - - - - - 124 505906 IMAP Quota (Free Space) - 2133 + 2278 1.2

2.0

@@ -2506,10 +2486,30 @@ - 125 + 124 + 987734 + Mail Merge P + 2258 + + + 2.3

+ 2.5
+ 2.5
+ 2.6.1
+ 2.6.1
+ 2024-03-31 + 2.6.1
+ 115.0 + * + * + + + + + 125 14384 Calendar Tweaks - 2130 + 2212 7.1

8.3

@@ -2529,7 +2529,7 @@ 126 11727 ReFwdFormatter - 2062 + 2178 1.65.1

2.68.0

2.78.0

@@ -2547,29 +2547,9 @@ 127 - 1203 - Correct Identity
Identity Chooser - 2039 - - - 2.0.1

- 2.3.2

- 2.4.1

- 2.4.1

- 2.4.1

- 2024-07-14 - 2.4.1

- 102.0 - 128.* - 128.* - - - - - 128 438960 Hide Local Folders
↳ Thunderbird Supernova native support - 2037 + 2165 1.05

2.1

@@ -2585,11 +2565,31 @@ + + 128 + 1203 + Correct Identity
Identity Chooser + 2118 + + + 2.0.1

+ 2.3.2

+ 2.4.1

+ 2.4.1

+ 2.4.1

+ 2024-07-14 + 2.4.1

+ 102.0 + 128.* + 128.* + + + 129 986300 URL Link - 2020 + 2085 2.05

3.5.2

3.5.2

@@ -2609,7 +2609,7 @@ 130 2874 Folder Account - 1970 + 2051 7.0

9.0

10.0

@@ -2629,7 +2629,7 @@ 131 988195 Filter Manager - 1925 + 1999 1.0

1.0

@@ -2647,29 +2647,9 @@ 132 - 987946 - Export to ZIP - 1831 - - - 1.0.0
- 1.0.0
- 1.0.0
- 1.0.0
- 1.0.0
- 2020-11-16 - 1.0.0
- 78.4.0 - * - * - - - - - 133 769143 Lightning Invitation Notifier | LIN - 1829 + 1923 1.4

2.1b

128.0

@@ -2685,11 +2665,31 @@ + + 133 + 987946 + Export to ZIP + 1907 + + + 1.0.0
+ 1.0.0
+ 1.0.0
+ 1.0.0
+ 1.0.0
+ 2020-11-16 + 1.0.0
+ 78.4.0 + * + * + + + 134 310 BiDi Mail UI - 1819 + 1854 0.10

0.13

0.13

@@ -2709,7 +2709,7 @@ 135 987932 StandardTexter - 1753 + 1843 0.61

1.1.0
@@ -2729,7 +2729,7 @@ 136 987833 GCalTab - 1695 + 1760 3.1.0
3.1.0
@@ -2747,29 +2747,9 @@ 137 - 2610 - Mailbox Alert - 1648 - 0.23.1

- 0.24

- 0.27

- 0.29.1

- 0.30

- - - 2022-07-03 - 0.30

- 102.0 - 102.* - 102.* - - - - - 138 2561 Copy Sent to Current - 1638 + 1705 1.2.4

2.0.3

3.27

@@ -2785,11 +2765,31 @@ + + 138 + 2610 + Mailbox Alert + 1698 + 0.23.1

+ 0.24

+ 0.27

+ 0.29.1

+ 0.30

+ + + 2022-07-03 + 0.30

+ 102.0 + 102.* + 102.* + + + 139 987800 Copy Address - 1585 + 1660 0.0.1
0.0.1
@@ -2809,7 +2809,7 @@ 140 987865 Previous Colors - 1519 + 1599 1.2

1.2

@@ -2827,21 +2827,21 @@ 141 - 988057 - KeepRunning - 1516 + 962584 + Theme Font & Size Changer (fixed) + 1576 + 64.6

- 2.2

- 2.2

- 2.2

- 2.2

- 2.2

- 2.2

- 2021-02-23 - 2.2

- 68.0 - * + + + + + + 2018-10-14 + 64.6

+ 58.0 * + 65.0 @@ -2849,7 +2849,7 @@ 142 987689 changeQuote - 1489 + 1562 1.4

1.5.3

@@ -2867,49 +2867,29 @@ 143 - 962584 - Theme Font & Size Changer (fixed) - 1481 - 64.6

- - - - - + 988057 + KeepRunning + 1561 - 2018-10-14 - 64.6

- 58.0 + 2.2

+ 2.2

+ 2.2

+ 2.2

+ 2.2

+ 2.2

+ 2021-02-23 + 2.2

+ 68.0 * - 65.0 - - - - - 144 - 987911 - Spam Scores - 1473 - - - 1.3.1

- 1.4.2

- 1.4.2

- 1.4.2

- 1.4.2

- 2024-06-20 - 1.4.2

- 91.0a1 - 115.* * - 145 + 144 988187 Google Chat Tab - 1449 + 1540 0.1.0
@@ -2926,30 +2906,30 @@ - 146 - 988035 - Markdown Here Revival - 1434 - + 145 + 987911 + Spam Scores + 1523 - 3.3.1

- 3.5.1

- 3.5.1

- 3.5.1

- 2023-11-18 - 3.5.1

- 91.0 - 121.0 - 121.0 + 1.3.1

+ 1.4.2

+ 1.4.2

+ 1.4.2

+ 1.4.2

+ 2024-06-20 + 1.4.2

+ 91.0a1 + 115.* + * - 147 + 146 986323 ConfirmBeforeDelete - 1429 + 1493 0.3.8

1.3

1.5.5

@@ -2965,11 +2945,31 @@ + + 147 + 988035 + Markdown Here Revival + 1490 + + + 3.3.1

+ 3.5.1

+ 3.5.1

+ 3.5.1

+ + 2023-11-18 + 3.5.1

+ 91.0 + 121.0 + 121.0 + + + 148 987706 G Suite in tab - 1397 + 1469 0.2.0

1.0.1
@@ -2987,29 +2987,9 @@ 149 - 987784 - Config Button - 1389 - - 1.4

- 1.7

- 1.8

- 1.8

- 2.1

- 2.1

- 2024-04-22 - 2.1

- 111.0 - 127.* - 129.* - - - - - 150 - 988115 - Clippings for Thunderbird - 1381 + 988115 + Clippings for Thunderbird + 1457 6.1.6

@@ -3026,10 +3006,10 @@ - 151 + 150 705889 TORPEDO - TOoltip-poweRed Phishing Ema - 1363 + 1430 3.2.2
3.2.2
3.2.2
@@ -3045,11 +3025,31 @@ + + 151 + 987784 + Config Button + 1427 + + 1.4

+ 1.7

+ 1.8

+ 1.8

+ 2.1

+ 2.1

+ 2024-04-22 + 2.1

+ 111.0 + 127.* + 129.* + + + 152 318146 Add Signature - 1330 + 1386 0.4.3

0.4.4

@@ -3069,7 +3069,7 @@ 153 988081 Outlook Address Book Enabler - 1298 + 1368 @@ -3089,7 +3089,7 @@ 154 2299 ThreadKey - 1293 + 1347 1.4

2.5

2.5

@@ -3107,29 +3107,9 @@ 155 - 987651 - Night and Day Dynamic - 1274 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2019-07-27 - 1.1
- 60.0 - * - * - - - - - 156 986632 SPAMBEE - 1273 + 1329 2.2.4

3.2.1

@@ -3145,11 +3125,31 @@ + + 156 + 987651 + Night and Day Dynamic + 1316 + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2019-07-27 + 1.1
+ 60.0 + * + * + + + 157 987787 Restart Button - 1272 + 1302 1.3

1.3

@@ -3167,9 +3167,29 @@ 158 + 987844 + InsertSignature + 1294 + + 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 2024-07-17 + 0.4.5
+ 68.6.0 + * + * + + + + + 159 988056 Get All Mail Button for TB78++ - 1265 + 1292 2.3.1

@@ -3186,10 +3206,10 @@ - 159 + 161 161924 Show Address Only - 1240 + 1287 0.1.9

0.2.0

@@ -3206,10 +3226,10 @@ - 160 + 162 988059 Unsubscribe - 1233 + 1266 1.1.1
@@ -3226,30 +3246,10 @@ - 161 - 987844 - InsertSignature - 1233 - - 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 2024-07-17 - 0.4.5
- 68.6.0 - * - * - - - - - 162 + 163 360086 Toggle Headers - 1226 + 1259 1.0

2.0

3.0

@@ -3269,7 +3269,7 @@ 164 988215 Start with Inbox - 1158 + 1183 @@ -3287,9 +3287,29 @@ 165 + 988067 + Signature sync for Gmail + 1164 + + + 2.0.2

+ 3.1.1
+ 3.1.1
+ 3.1.1
+ 3.1.1
+ 2024-01-04 + 3.1.1
+ 91.0 + * + * + + + + + 166 543462 Emoji Menu - 1128 + 1164 2.0

@@ -3305,31 +3325,11 @@ - - 166 - 987914 - Filter on Folder Button - 1117 - - - 1.2.0

- 1.2.0

- 1.5.0

- 1.5.1

- - 2023-09-05 - 1.5.1

- 115.0 - 115.* - 115.* - - - 167 987966 Search for - 1103 + 1151 1.0.1
@@ -3347,21 +3347,21 @@ 168 - 988067 - Signature sync for Gmail - 1101 + 987914 + Filter on Folder Button + 1149 - 2.0.2

- 3.1.1
- 3.1.1
- 3.1.1
- 3.1.1
- 2024-01-04 - 3.1.1
- 91.0 - * - * + 1.2.0

+ 1.2.0

+ 1.5.0

+ 1.5.1

+ + 2023-09-05 + 1.5.1

+ 115.0 + 115.* + 115.* @@ -3369,7 +3369,7 @@ 170 987808 quicker quicksearch - 1077 + 1125 2.6
2.6
@@ -3387,9 +3387,29 @@ 171 + 4394 + Stationery + 1122 + 1.0.0

+ + + + + + + 2018-07-29 + 1.0.0

+ 52.0 + * + 60.* + + + + + 172 941901 Duplicate Contacts Manager - 1077 + 1115 1.1

2.1.1

@@ -3406,10 +3426,10 @@ - 172 + 173 988098 Thunderbird Todoist - 1060 + 1107 0.6
0.6
@@ -3426,10 +3446,30 @@ - 173 + 174 + 347 + QuoteCollapse
Quote Colors & Collapse + 1084 + 1.1.1

+ 2.0

+ + + + + + 2019-09-04 + 2.0

+ 68.0 + * + 73.0 + + + + + 175 331666 QuickArchiver - 1041 + 1076 0.2.4

0.2.5

0.2.11

@@ -3446,70 +3486,30 @@ - 174 - 4394 - Stationery + 176 + 612 + NestedQuote Remover 1039 - 1.0.0

- - - - - - - 2018-07-29 - 1.0.0

- 52.0 + 0.8.14

+ 0.9.2

+ 1.4.0
+ 1.4.0
+ 1.4.0
+ 1.4.0
+ 1.4.0
+ 2023-01-04 + 1.4.0
+ 78.4.0 + * * - 60.* - 175 - 347 - QuoteCollapse
Quote Colors & Collapse - 1036 - 1.1.1

- 2.0

- - - - - - 2019-09-04 - 2.0

- 68.0 - * - 73.0 - - - - - 176 - 612 - NestedQuote Remover - 1012 - 0.8.14

- 0.9.2

- 1.4.0
- 1.4.0
- 1.4.0
- 1.4.0
- 1.4.0
- 2023-01-04 - 1.4.0
- 78.4.0 - * - * - - - - - 178 + 177 265079 Search Results Sort By Date Not Releva - 996 + 1038 1.17

1.18

@@ -3529,7 +3529,7 @@ 180 987987 Toggle HTML - 976 + 1009 1.4

1.4

@@ -3549,7 +3549,7 @@ 181 2487 Nostalgy
Manage and archive emails/Nostalgy++ - 963 + 1008 0.2.36

0.3

@@ -3569,7 +3569,7 @@ 182 330424 PrintingTools - 950 + 997 1.3.0

@@ -3587,9 +3587,29 @@ 183 + 2152 + ConfirmFolderMove + 970 + 1.2.0

+ 1.3.0

+ + + + + + 2020-01-29 + 1.3.0

+ 68.0 + * + 73.0 + + + + + 184 987858 Mark All Read:WE - 939 + 966 1.1
1.1
@@ -3606,30 +3626,30 @@ - 184 - 986334 - Open With - 936 - 6.8.6

- 6.9.2

- 7.2.6
- 7.2.6
- 7.2.6
- 7.2.6
- 7.2.6
- 2021-08-28 - 7.2.6
- 78.5.0 - * - * + 185 + 987729 + New Folder Filters Button
Filter on Folder Button + 966 + + 1.5

+ 3.3

+ 3.3

+ 3.4

+ 3.4

+ + 2023-07-26 + 3.4

+ 102.0 + 115.* + 115.* - 185 + 186 676875 Rspamd-spamness - 932 + 963 0.9.1

1.1.1

2.1.0a1

@@ -3646,30 +3666,30 @@ - 186 - 987729 - New Folder Filters Button
Filter on Folder Button - 931 - - 1.5

- 3.3

- 3.3

- 3.4

- 3.4

- - 2023-07-26 - 3.4

- 102.0 - 115.* - 115.* + 187 + 986334 + Open With + 958 + 6.8.6

+ 6.9.2

+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 2021-08-28 + 7.2.6
+ 78.5.0 + * + * - 187 + 188 987746 FileLink Provider for OwnCloud and Nex - 913 + 953 1.8
1.8
@@ -3685,31 +3705,11 @@ - - 188 - 2152 - ConfirmFolderMove - 909 - 1.2.0

- 1.3.0

- - - - - - 2020-01-29 - 1.3.0

- 68.0 - * - 73.0 - - - 189 781706 Keep in Taskbar - 891 + 930 1.11

2.0

@@ -3729,7 +3729,7 @@ 190 987964 Smileyfixer - 874 + 917 2.0.1
@@ -3749,7 +3749,7 @@ 191 988546 Send Later Button - 870 + 914 1.2
@@ -3769,7 +3769,7 @@ 192 988699 ThunderAI (ChatGPT in your emails!) - 862 + 907 @@ -3789,7 +3789,7 @@ 193 787632 Quick Folder Key Navigation - 857 + 891 1.0.0.3

3.3.1

3.3.1

@@ -3809,7 +3809,7 @@ 194 10149 New Tab Button - 855 + 882 0.2.10b1

0.3.0

2.0.6

@@ -3829,7 +3829,7 @@ 195 988108 OpenPGP Alias Updater - 823 + 875 0.3i

@@ -3849,7 +3849,7 @@ 196 986288 MinimizeToTray Reanimated
Native tray support or third-party application - 818 + 864 1.4.11

@@ -3867,9 +3867,29 @@ 197 + 988353 + Link Creator + 862 + + + + 1.0
+ 1.0
+ 1.1.2
+ 1.2
+ 2024-07-14 + 1.2
+ 124.0 + * + * + + + + + 198 987933 Toggle Line Wrap - 811 + 834 1.4.2

@@ -3886,10 +3906,30 @@ - 198 + 199 + 418520 + Join-NG + 828 + 0.8.4

+ + + + + + + 2018-11-09 + 0.8.4

+ 13.0 + * + 65.0 + + + + + 200 3492 Show InOut - 786 + 823 1.2.2

2.0.1

3.14

@@ -3906,30 +3946,30 @@ - 199 - 987984 - Just Report It - 770 + 201 + 988408 + @Contact Mention + 820 - 1.3.0
- 1.3.0
- 2.3.0
- 2.3.0
- 3.1.1
- 3.1.1
- 2024-02-28 - 3.1.1
- 115.0 + + + + 0.7.1
+ 0.7.1
+ 0.7.1
+ 2022-12-05 + 0.7.1
+ 102.0 * * - 200 + 202 407832 Filter Button - 769 + 795 1.2

1.2

@@ -3946,50 +3986,50 @@ - 201 - 418520 - Join-NG - 764 - 0.8.4

- - - - - + 203 + 987984 + Just Report It + 788 - 2018-11-09 - 0.8.4

- 13.0 + 1.3.0
+ 1.3.0
+ 2.3.0
+ 2.3.0
+ 3.1.1
+ 3.1.1
+ 2024-02-28 + 3.1.1
+ 115.0 + * * - 65.0 - 202 - 988408 - @Contact Mention - 763 + 204 + 327777 + Auto Compress File + 785 + 1.1.1

- 0.7.1
- 0.7.1
- 0.7.1
- 2022-12-05 - 0.7.1
- 102.0 - * + + + 2018-08-31 + 1.1.1

+ 3.0a1pre * + 60.* - 203 + 205 988396 Attachment Saver - 734 + 767 @@ -4006,30 +4046,30 @@ - 204 - 988068 - Read Aloud: A Text to Speech Voice Rea - 725 - 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 2024-05-29 - 1.71.0
- 60.0 + 206 + 987776 + Limit non-BCC recipients + 754 + + + 2.1.1
+ 2.1.1
+ 2.1.1
+ 2.1.1
+ 2.1.1
+ 2021-05-12 + 2.1.1
+ 78.0 * * - 205 + 207 987994 Telegram Web in Thunderbird - 721 + 749 3.2.1
3.2.1
@@ -4046,50 +4086,30 @@ - 206 - 987776 - Limit non-BCC recipients - 719 - - - 2.1.1
- 2.1.1
- 2.1.1
- 2.1.1
- 2.1.1
- 2021-05-12 - 2.1.1
- 78.0 - * + 208 + 988068 + Read Aloud: A Text to Speech Voice Rea + 739 + 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 2024-05-29 + 1.71.0
+ 60.0 * - - - - - 207 - 327777 - Auto Compress File - 717 - 1.1.1

- - - - - - - 2018-08-31 - 1.1.1

- 3.0a1pre * - 60.* - 208 + 209 508826 EDS Calendar Integration - 704 + 725 0.5.3

0.8.0

0.9.3

@@ -4106,30 +4126,30 @@ - 209 - 988353 - Link Creator - 700 - + 210 + 987803 + Expand mailing lists + 722 - 1.0
- 1.0
- 1.1.2
- 1.2
- 2024-07-14 - 1.2
- 124.0 + 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 2020-12-03 + 1.1.0
+ 78.0 * * - 210 + 211 714655 Layout Button - 689 + 710 3.0
3.0
3.0
@@ -4145,31 +4165,11 @@ - - 211 - 987803 - Expand mailing lists - 685 - - - 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 2020-12-03 - 1.1.0
- 78.0 - * - * - - - 212 711456 TexTra - 683 + 710 1.0.15

1.18.0
1.18.0
@@ -4189,7 +4189,7 @@ 213 984085 Unmangle Microsoft ATP Safelinks - 673 + 701 1.51

2.0.2

3.0.1
@@ -4207,9 +4207,69 @@ 214 + 988066 + reply-all-auto-cc + 690 + + + 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.1.3
+ 2021-09-04 + 1.1.3
+ 78.0 + * + * + + + + + 215 + 320395 + RemindIt + 690 + 2.1a

+ 3.0.68
+ 3.0.68
+ 3.0.68
+ 3.0.68
+ 3.0.68
+ 3.0.68
+ 2020-02-13 + 3.0.68
+ 68.0 + * + * + + + + + 216 + 161820 + AlertSwitch + 684 + 0.9.03

+ 0.9.4

+ 0.9.14

+ 0.9.14

+ 0.9.14

+ 0.9.14

+ + 2023-09-14 + 0.9.14

+ 78.0 + 115.* + 115.* + + + + + 217 161710 More Snooze - 664 + 684 1.2.1

2.0.1

3.3.2

@@ -4226,10 +4286,10 @@ - 215 + 218 451482 Paranoia - 662 + 680 0.2.7

0.3.2

0.4.1
@@ -4246,30 +4306,10 @@ - 216 - 320395 - RemindIt - 659 - 2.1a

- 3.0.68
- 3.0.68
- 3.0.68
- 3.0.68
- 3.0.68
- 3.0.68
- 2020-02-13 - 3.0.68
- 68.0 - * - * - - - - - 217 + 219 324989 Mail Summaries - 653 + 678 4.0

4.1

@@ -4286,50 +4326,10 @@ - 218 - 161820 - AlertSwitch - 650 - 0.9.03

- 0.9.4

- 0.9.14

- 0.9.14

- 0.9.14

- 0.9.14

- - 2023-09-14 - 0.9.14

- 78.0 - 115.* - 115.* - - - - - 219 - 988066 - reply-all-auto-cc - 647 - - - 1.1.3
- 1.1.3
- 1.1.3
- 1.1.3
- 1.1.3
- 2021-09-04 - 1.1.3
- 78.0 - * - * - - - - - 220 - 987925 - EML-Editor - 631 + 220 + 987925 + EML-Editor + 655 1.8

@@ -4349,7 +4349,7 @@ 221 988447 GMail Labels - 628 + 653 0.2
@@ -4367,9 +4367,49 @@ 222 + 454238 + Address bulk copy (アドレス一括コピー) + 648 + 1.0.4

+ + + + + + + 2019-01-30 + 1.0.4

+ 3.0a1pre + * + 60.* + + + + + 223 + 988256 + Grammar, Proofreading & Spell Checker + 644 + + + 1.2
+ 1.2
+ 1.2
+ 1.2
+ 1.2
+ 2022-03-01 + 1.2
+ 78.0 + * + * + + + + + 224 988382 Proton Calendar Toolbar Button - 624 + 639 @@ -4386,10 +4426,10 @@ - 223 + 225 987920 ProtonMail Encryption Status - 624 + 635 1.0
1.0
@@ -4405,63 +4445,23 @@ - - 224 - 988256 - Grammar, Proofreading & Spell Checker - 617 - - - 1.2
- 1.2
- 1.2
- 1.2
- 1.2
- 2022-03-01 - 1.2
- 78.0 - * - * - - - - - 225 - 988289 - keepassxc-mail - 599 - - 1.0.2.1

- 1.8

- 1.8

- 1.8

- 1.8

- 1.8

- 2024-07-02 - 1.8

- 74.0 - 129.0 - 129.0 - - - 226 - 454238 - Address bulk copy (アドレス一括コピー) - 597 - 1.0.4

+ 986495 + Copy Folder mod + 626 + 2.2.1

- 2019-01-30 - 1.0.4

- 3.0a1pre + 2019-01-24 + 2.2.1

+ 50.0 * - 60.* + 63.* @@ -4469,7 +4469,7 @@ 227 988615 Open Google Tasks - 594 + 619 @@ -4487,9 +4487,29 @@ 228 + 988289 + keepassxc-mail + 619 + + 1.0.2.1

+ 1.8

+ 1.8

+ 1.8

+ 1.8

+ 1.8

+ 2024-07-02 + 1.8

+ 74.0 + 129.0 + 129.0 + + + + + 229 988314 Auto-Mark Folder Read - 590 + 613 @@ -4505,31 +4525,11 @@ - - 229 - 2273 - Mark All Read Button - 589 - 0.7.2

- 0.8

- - - - - - 2019-12-24 - 0.8

- 68.0 - * - 73.0 - - - 230 988586 ChatGPT - Quick Access - 580 + 609 @@ -4547,49 +4547,29 @@ 231 - 988099 - Link in Tab - 570 - - - 1.6
- 1.6
- 1.6
- 1.7
- 1.7
- 2024-05-06 - 1.7
- 115.0 - * - * - - - - - 232 - 986495 - Copy Folder mod - 570 - 2.2.1

- + 2273 + Mark All Read Button + 609 + 0.7.2

+ 0.8

- 2019-01-24 - 2.2.1

- 50.0 + 2019-12-24 + 0.8

+ 68.0 * - 63.* + 73.0 - 233 + 232 988513 S3 FileLink Provider - 565 + 588 @@ -4605,11 +4585,31 @@ + + 233 + 988099 + Link in Tab + 583 + + + 1.6
+ 1.6
+ 1.6
+ 1.7
+ 1.7
+ 2024-05-06 + 1.7
+ 115.0 + * + * + + + 234 5731 Folder Filters Button - 531 + 550 1.4

2.0

@@ -4629,7 +4629,7 @@ 235 4268 Colored Diffs - 515 + 538 0.9

1.9

2.1.1
@@ -4649,7 +4649,7 @@ 236 986655 FrameWhite - 509 + 526 57.8

117.1
@@ -4667,29 +4667,49 @@ 237 - 987786 - DevTools Button - 501 + 2548 + Sieve + 524 + 0.3.1

+ 0.6.1

+ 0.6.1

+ 0.6.1

+ 0.6.1

- 1.2

- 1.3

- 1.5

- 1.5

- 1.5

- 1.5

- 2024-04-22 - 1.5

- 91.0 - 127.* - 129.* - - - - + + 2021-11-08 + 0.6.1

+ 68.0a1 + 102.0 + 102.0 + + + + 238 + 988663 + Google Calendar - Quick Access + 515 + + + + + + 0.1
+ 0.1
+ 2024-02-06 + 0.1
+ 106.0 + * + * + + + + + 239 988145 Google Messages Tab - 499 + 514 1.0.0
@@ -4706,10 +4726,10 @@ - 239 + 240 988079 Open Image In New Tab - 495 + 513 1.0.1
@@ -4725,51 +4745,11 @@ - - 240 - 2548 - Sieve - 495 - 0.3.1

- 0.6.1

- 0.6.1

- 0.6.1

- 0.6.1

- - - 2021-11-08 - 0.6.1

- 68.0a1 - 102.0 - 102.0 - - - 241 - 988663 - Google Calendar - Quick Access - 488 - - - - - - 0.1
- 0.1
- 2024-02-06 - 0.1
- 106.0 - * - * - - - - - 242 988064 Thematic - 486 + 511 7.0.2
7.0.2
7.0.2
@@ -4785,11 +4765,31 @@ + + 242 + 49594 + SubSwitch + 508 + 0.9.36

+ 0.9.39

+ 0.9.56

+ 0.9.56

+ 0.9.56

+ 0.9.62

+ + 2023-09-20 + 0.9.62

+ 115.0 + 119.* + 119.* + + + 243 987923 Move Mail Shortcuts - 486 + 504 5
@@ -4809,7 +4809,7 @@ 244 988488 Just Verify It - 479 + 495 @@ -4829,7 +4829,7 @@ 245 987785 Toggle Message Pane - 479 + 495 1.4

1.4

@@ -4847,29 +4847,9 @@ 246 - 49594 - SubSwitch - 478 - 0.9.36

- 0.9.39

- 0.9.56

- 0.9.56

- 0.9.56

- 0.9.62

- - 2023-09-20 - 0.9.62

- 115.0 - 119.* - 119.* - - - - - 247 987807 Add to Mailing list - 477 + 492 1.0
1.0
1.1
@@ -4885,11 +4865,51 @@ + + 247 + 467893 + Macro Template + 488 + + 2.1.1.1

+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 2024-01-28 + 3.3.0.0
+ 78.0 + * + * + + + 248 + 987821 + OpenAttachmentByExtension + 485 + + 0.10.4

+ 0.10.4

+ 0.10.4

+ 0.10.4

+ 0.10.4

+ + 2023-06-20 + 0.10.4

+ 68.6.0 + 115.* + 115.* + + + + + 249 988553 Dark Plain Text - 468 + 482 @@ -4906,10 +4926,10 @@ - 249 + 250 987902 Deselect on Delete TB78 - 465 + 479 3.6

@@ -4926,10 +4946,10 @@ - 250 + 251 987705 Open Tab - 463 + 479 1.2
1.2
1.2
@@ -4945,51 +4965,11 @@ - - 251 - 987821 - OpenAttachmentByExtension - 461 - - 0.10.4

- 0.10.4

- 0.10.4

- 0.10.4

- 0.10.4

- - 2023-06-20 - 0.10.4

- 68.6.0 - 115.* - 115.* - - - 252 - 467893 - Macro Template - 460 - - 2.1.1.1

- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 2024-01-28 - 3.3.0.0
- 78.0 - * - * - - - - - 253 987727 Monterail Full Dark 2 for TB>68 - 454 + 469 2.1

3.2.3

@@ -5006,10 +4986,10 @@ - 254 + 253 348798 Evernote Tab - 448 + 465 0.1.21

2.0.2
@@ -5026,30 +5006,10 @@ - 255 - 988418 - Proton Mail Toolbar Button - 445 - - - - - 1.0
- 1.0
- 1.0
- 2022-12-20 - 1.0
- 102.0 - * - * - - - - - 256 + 254 476761 Windows Taskbar Unread Badge
↳ Native support for an unread badge - 440 + 461 1.2.20181207

2.0.0

3.0.1

@@ -5066,10 +5026,10 @@ - 258 + 255 277002 ThunderPEC - 416 + 457 1.9.1

@@ -5086,17 +5046,57 @@ - 259 - 988442 - Move Folder (context-menu) - 402 + 256 + 988418 + Proton Mail Toolbar Button + 450 + + + + + 1.0
+ 1.0
+ 1.0
+ 2022-12-20 + 1.0
+ 102.0 + * + * + + + + + 258 + 987786 + DevTools Button + 440 + + 1.2

+ 1.3

+ 1.5

+ 1.5

+ 1.5

+ 1.5

+ 2024-04-22 + 1.5

+ 91.0 + 127.* + 129.* + + + + + 259 + 988442 + Move Folder (context-menu) + 415 1.0.0
1.0.0
- 1.0.0
- 1.0.0
+ 1.0.0
+ 1.0.0
2023-01-31 1.0.0
91.0 @@ -5109,7 +5109,7 @@ 260 988365 Advanced Composer - 397 + 414 @@ -5129,7 +5129,7 @@ 261 988293 Joplin Export - 376 + 389 @@ -5147,21 +5147,21 @@ 262 - 988255 - Topic Tree / Notebook in TB - 365 + 596736 + ThunderStats! Your Thunderbird Statist
ThirdStats + 381 + 1.4.5

+ 1.4.5

- 1.2.10
- 1.4.5
- 1.4.5
- 1.4.5
- 1.4.5
- 2023-05-16 - 1.4.5
- 91.0 - * + + + + 2019-12-17 + 1.4.5

+ 60.0 * + 73.0 @@ -5169,7 +5169,7 @@ 263 988087 Message Mover - 365 + 380 1.6.0
@@ -5189,7 +5189,7 @@ 264 988038 Archive old messages - 364 + 379 0.1.4
@@ -5207,21 +5207,21 @@ 265 - 596736 - ThunderStats! Your Thunderbird Statist
ThirdStats - 361 - 1.4.5

- 1.4.5

- - - + 988255 + Topic Tree / Notebook in TB + 378 - 2019-12-17 - 1.4.5

- 60.0 + 1.2.10
+ 1.4.5
+ 1.4.5
+ 1.4.5
+ 1.4.5
+ 2023-05-16 + 1.4.5
+ 91.0 + * * - 73.0 @@ -5229,7 +5229,7 @@ 266 988416 Quick Filter By - 352 + 365 7

@@ -5249,7 +5249,7 @@ 267 987806 Weatherlicious - 351 + 364 2.0
2.0
2.0
@@ -5267,29 +5267,9 @@ 268 - 55669 - Get All Mail Button
Get All Mail Button for TB78++ - 349 - 0.1

- 0.5

- - - - - - 2019-12-24 - 0.5

- 68.0 - * - 73.0 - - - - - 269 988582 Whatsapp - Quick Access - 347 + 363 @@ -5306,10 +5286,10 @@ - 270 + 269 988493 Aify - 345 + 361 1.19
@@ -5327,9 +5307,29 @@ 271 + 55669 + Get All Mail Button
Get All Mail Button for TB78++ + 359 + 0.1

+ 0.5

+ + + + + + 2019-12-24 + 0.5

+ 68.0 + * + 73.0 + + + + + 272 988304 Contact Finder - 342 + 355 1.2
@@ -5346,10 +5346,10 @@ - 272 + 273 532656 CardDAV Browser - 342 + 354 7.0
@@ -5366,10 +5366,10 @@ - 273 + 274 367989 Rise of the Tools - 342 + 351 1.1.1.0

1.2.0.2

2.0.0.2

@@ -5386,30 +5386,10 @@ - 274 - 987894 - ScrollAnywhere - 339 - - - 9.2
- 9.2
- 9.2
- 9.2
- 9.2
- 2022-04-19 - 9.2
- 78.0 - * - * - - - - - 276 + 275 2377 Toolbar Buttons - 338 + 347 1.1.1-signed.1-signed

@@ -5426,10 +5406,10 @@ - 277 + 276 988228 cb_thunderlink - 334 + 346 1.7.3

1.7.3

@@ -5446,10 +5426,10 @@ - 278 + 277 988439 RemindMe - 327 + 345 @@ -5466,19 +5446,19 @@ - 279 - 987852 - PGPGeek - 324 + 278 + 987894 + ScrollAnywhere + 343 - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2020-07-09 - 1.6
+ 9.2
+ 9.2
+ 9.2
+ 9.2
+ 9.2
+ 2022-04-19 + 9.2
78.0 * * @@ -5489,7 +5469,7 @@ 280 988342 External Editor Revived - 320 + 331 @@ -5507,21 +5487,21 @@ 281 - 987857 - Preferences Button - 320 + 988532 + Tagger + 329 - 1.2

- 1.2

- 1.5

- 1.5

- 1.5

- 1.5

- 2024-04-22 - 1.5

- 91.0 - 127.* - 129.* + + + + 1.2
+ 1.2
+ 1.2
+ 2023-07-25 + 1.2
+ 102.0 + * + * @@ -5529,7 +5509,7 @@ 282 988160 Unicodify – Text transformer - 318 + 329 @@ -5547,29 +5527,69 @@ 283 - 988532 - Tagger - 315 - - + 987852 + PGPGeek + 329 - 1.2
- 1.2
- 1.2
- 2023-07-25 - 1.2
- 102.0 + 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2020-07-09 + 1.6
+ 78.0 * * + + 284 + 987857 + Preferences Button + 327 + + 1.2

+ 1.2

+ 1.5

+ 1.5

+ 1.5

+ 1.5

+ 2024-04-22 + 1.5

+ 91.0 + 127.* + 129.* + + + 285 + 987980 + Add contact to CC by mentioning in bod + 325 + + + 0.6.4
+ 0.6.4
+ 0.6.4
+ 0.6.4
+ 0.6.4
+ 2021-04-09 + 0.6.4
+ 78.5.0 + * + * + + + + + 286 986610 userChromeJS - 309 + 318 0.0.3

1.0

1.0

@@ -5586,30 +5606,50 @@ - 286 - 987980 - Add contact to CC by mentioning in bod - 308 + 287 + 805362 + Copy Message ID + 316 + 1.0.1

+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 2020-10-10 + 1.3.2
+ 68.7.0 + * + * + + + + + 288 + 445196 + Menu On Top (SuperMenu Avatar) + 315 + 1.15

+ 1.16

- 0.6.4
- 0.6.4
- 0.6.4
- 0.6.4
- 0.6.4
- 2021-04-09 - 0.6.4
- 78.5.0 - * + + + + 2019-12-10 + 1.16

+ 61.0 * + 73.0 - 287 + 289 988230 MetaClean for Thunderbird - 306 + 312 1.7

@@ -5626,30 +5666,30 @@ - 288 - 445196 - Menu On Top (SuperMenu Avatar) - 306 - 1.15

- 1.16

+ 290 + 478179 + Awesome Auto Archive + 311 + 0.8

- 2019-12-10 - 1.16

- 61.0 + + 2018-09-02 + 0.8

+ 60.0 * - 73.0 + 63.0 - 289 + 291 988383 Get Map for Thunderbird - 301 + 309 @@ -5666,50 +5706,30 @@ - 290 - 805362 - Copy Message ID - 299 - 1.0.1

- 1.3.2
- 1.3.2
- 1.3.2
- 1.3.2
- 1.3.2
- 1.3.2
- 2020-10-10 - 1.3.2
- 68.7.0 + 292 + 987701 + M-Hub Lite + 309 + + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2019-10-03 + 2.0.0
+ 68.0a1 * * - 291 - 690062 - Sender Frequency - 299 - 1.2.1

- 2.0.5

- 2.0.5

- 2.0.5

- 2.0.5

- 3.0.1

- 3.1.0

- 2024-07-07 - 3.1.0

- 128.0 - 128.* - 128.* - - - - - 292 + 293 746354 New Email To All:reply, ready for new - 296 + 307 1.2.0

2.1
@@ -5726,42 +5746,22 @@ - 293 - 478179 - Awesome Auto Archive - 295 - 0.8

- - - - - - - 2018-09-02 - 0.8

- 60.0 - * - 63.0 - - - - - 294 - 987701 - M-Hub Lite 294 - - 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2019-10-03 - 2.0.0
- 68.0a1 - * - * + 690062 + Sender Frequency + 306 + 1.2.1

+ 2.0.5

+ 2.0.5

+ 2.0.5

+ 2.0.5

+ 3.0.1

+ 3.1.0

+ 2024-07-07 + 3.1.0

+ 128.0 + 128.* + 128.* @@ -5769,7 +5769,7 @@ 296 988596 Microsoft To Do - Quick Access - 284 + 297 @@ -5786,10 +5786,30 @@ - 298 + 297 + 988608 + Open Google Chat + 294 + + + + + 1.1
+ 1.1
+ 1.1
+ 2024-07-16 + 1.1
+ 102.0 + * + * + + + + + 299 988238 Get All Senders - 281 + 292 1.1.1
@@ -5805,51 +5825,11 @@ - - 299 - 988559 - Unified Folders Debugging - 280 - - - - - - 115.4

- 115.4

- 2023-12-05 - 115.4

- 115.0 - 122.* - * - - - - - 300 - 988608 - Open Google Chat - 277 - - - - - 1.1
- 1.1
- 1.1
- 2024-07-16 - 1.1
- 102.0 - * - * - - - 301 559954 Tidybird - 277 + 290 1.3.1

2.1

3.2.1

@@ -5867,9 +5847,29 @@ 302 + 988559 + Unified Folders Debugging + 286 + + + + + + 115.4

+ 115.4

+ 2023-12-05 + 115.4

+ 115.0 + 122.* + * + + + + + 303 158397 Auto Resize Image - 275 + 286 1.1.0

@@ -5885,31 +5885,11 @@ - - 303 - 987859 - Pywalfox - 274 - 2.0.11
- 2.0.11
- 2.0.11
- 2.0.11
- 2.0.11
- 2.0.11
- 2.0.11
- 2023-01-24 - 2.0.11
- 60.0 - * - * - - - 304 844927 ToggleReplied - 273 + 284 0.5.3

1.0.5

@@ -5927,19 +5907,19 @@ 305 - 988614 - ThunderSuite - Customize your Quick Ac - 271 - - - - - - 0.13
- 0.13
- 2023-12-22 - 0.13
- 105.0 + 987859 + Pywalfox + 283 + 2.0.11
+ 2.0.11
+ 2.0.11
+ 2.0.11
+ 2.0.11
+ 2.0.11
+ 2.0.11
+ 2023-01-24 + 2.0.11
+ 60.0 * * @@ -5949,7 +5929,7 @@ 306 402704 Encrypt if possible - 270 + 283 2.0.3

2.1.1

@@ -5966,50 +5946,50 @@ - 308 - 988362 - Scriptable Notifications - 267 + 307 + 508352 + Menu Wizard + 281 + 5.11

- 6.0
- 6.0
- 6.0
- 6.0
- 2024-02-20 - 6.0
- 91.0 - * + + + + 2018-10-11 + 5.11

+ 17.0 * + 64.* - 309 - 986522 - PopMailListRecipients 2 - 267 + 308 + 988614 + ThunderSuite - Customize your Quick Ac + 280 - 1.1

- 2.3
- 2.3
- 2.3
- 2.3
- 2.3
- 2020-09-04 - 2.3
- 74.0 + + + + + 0.13
+ 0.13
+ 2023-12-22 + 0.13
+ 105.0 * * - 310 + 309 602486 Dorando keyconfig - 267 + 277 2018.1

@@ -6026,22 +6006,42 @@ - 311 - 508352 - Menu Wizard - 267 - 5.11

+ 310 + 362387 + Custom Address Sidebar + 277 + 2.5

- 2018-10-11 - 5.11

- 17.0 + 2018-10-08 + 2.5

+ 60.0 + * + 60.* + + + + + 311 + 988362 + Scriptable Notifications + 274 + + + + 6.0
+ 6.0
+ 6.0
+ 6.0
+ 2024-02-20 + 6.0
+ 91.0 + * * - 64.* @@ -6049,16 +6049,16 @@ 312 988024 Open in browser - 266 + 274 - 0.1.4
- 0.1.4
- 0.1.4
- 0.1.4
- 0.1.4
- 2022-06-21 - 0.1.4
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 2024-07-19 + 0.1.5
78.0 * * @@ -6067,9 +6067,29 @@ 313 + 986522 + PopMailListRecipients 2 + 272 + + 1.1

+ 2.3
+ 2.3
+ 2.3
+ 2.3
+ 2.3
+ 2020-09-04 + 2.3
+ 74.0 + * + * + + + + + 314 988572 Group Favorite Folders - 261 + 270 @@ -6085,31 +6105,11 @@ - - 314 - 988002 - Autofile - fast e-mail to folder filin - 261 - - - 2.0.2
- 2.0.2
- 2.0.2
- 2.0.2
- 2.0.2
- 2024-05-16 - 2.0.2
- 78.0 - * - * - - - 315 988540 ThunderWebTabs - 257 + 269 0.4.0
0.4.0
@@ -6127,19 +6127,19 @@ 316 - 988221 - ReplyAsOriginalRecipientUp - 257 + 988422 + Simple Template + 268 - 1.0.1
- 1.0.1
- 1.0.1
- 1.0.1
- 2021-11-24 - 1.0.1
- 91.0 + + 1.2
+ 1.2
+ 1.2
+ 2022-12-29 + 1.2
+ 102.0 * * @@ -6147,49 +6147,69 @@ 317 - 362387 - Custom Address Sidebar - 253 - 2.5

+ 988002 + Autofile - fast e-mail to folder filin + 268 + + + 2.0.2
+ 2.0.2
+ 2.0.2
+ 2.0.2
+ 2.0.2
+ 2024-05-16 + 2.0.2
+ 78.0 + * + * + + + + + 319 + 9808 + StartupMaster + 261 + 1.6.5

- 2018-10-08 - 2.5

- 60.0 + 2017-10-31 + 1.6.5

+ 10.0 * - 60.* + 61.* - 319 - 988422 - Simple Template - 252 - + 320 + 988221 + ReplyAsOriginalRecipientUp + 260 - 1.2
- 1.2
- 1.2
- 2022-12-29 - 1.2
- 102.0 + 1.0.1
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 2021-11-24 + 1.0.1
+ 91.0 * * - 320 + 321 987738 Move messages - 250 + 260 1.10
1.10
@@ -6206,30 +6226,50 @@ - 321 - 9808 - StartupMaster - 248 - 1.6.5

+ 322 + 988060 + Text Insert: Templates/Instant Spell C + 257 + + 1.5.7
+ 1.5.7
+ 1.5.7
+ 1.5.7
+ 1.5.7
+ 2023-12-05 + 1.5.7
+ 78.6.0 + 115.* + 128.* + + + + + 323 + 658700 + Lightning Colors Reminder + 255 + 1.2

+ 1.3.0

- 2017-10-31 - 1.6.5

- 10.0 + 2019-12-20 + 1.3.0

+ 68.0 * - 61.* + 73.* - 322 + 324 987926 UrgentMail - 247 + 254 1.5
@@ -6245,51 +6285,11 @@ - - 323 - 988060 - Text Insert: Templates/Instant Spell C - 246 - - - 1.5.7
- 1.5.7
- 1.5.7
- 1.5.7
- 1.5.7
- 2023-12-05 - 1.5.7
- 78.6.0 - 115.* - 128.* - - - - - 324 - 986523 - Hide Email Folders - 245 - 1.0

- 2.0

- 3.0.0

- 4.0.0

- 5.0.0

- 7.0.0

- 7.0.0

- 2024-07-15 - 7.0.0

- 115.0 - 128.* - 128.* - - - 325 988279 Jitsi Meet event generator - 243 + 251 0.2.2
@@ -6307,49 +6307,29 @@ 326 - 658700 - Lightning Colors Reminder - 242 - 1.2

- 1.3.0

- - - - - - 2019-12-20 - 1.3.0

- 68.0 - * - 73.* + 986523 + Hide Email Folders + 251 + 1.0

+ 2.0

+ 3.0.0

+ 4.0.0

+ 5.0.0

+ 7.0.0

+ 7.0.0

+ 2024-07-15 + 7.0.0

+ 115.0 + 128.* + 128.* 327 - 9956 - ToneQuilla - 240 - 1.2.2

- - - - - - - 2019-11-25 - 1.2.2

- 60.0 - * - 60.* - - - - - 328 988197 TabControl - 238 + 245 0.3.0
0.3.0
@@ -6366,10 +6346,10 @@ - 329 + 328 363065 Copy Folder - 232 + 243 2.1

@@ -6386,10 +6366,10 @@ - 330 + 329 988625 ObsidianClipper - 231 + 241 0.4.1
@@ -6405,11 +6385,31 @@ + + 330 + 9956 + ToneQuilla + 241 + 1.2.2

+ + + + + + + 2019-11-25 + 1.2.2

+ 60.0 + * + 60.* + + + 331 987860 Empty Folder - 230 + 238 1.4
1.4
@@ -6427,69 +6427,49 @@ 332 - 295715 - Flexible Identity
Single Domain - 229 - 1.0.6

+ 256173 + Master Password+ + 237 + 1.30.9

- 2019-10-05 - 1.0.6

- 3.0 + 2019-12-28 + 1.30.9

+ 5.0 * - 60.* + 62.* 333 - 256173 - Master Password+ - 220 - 1.30.9

+ 295715 + Flexible Identity
Single Domain + 235 + 1.0.6

- 2019-12-28 - 1.30.9

- 5.0 + 2019-10-05 + 1.0.6

+ 3.0 * - 62.* + 60.* 334 - 986534 - Use BCC Instead C - 218 - - 3.5.3

- - - - - - 2019-04-09 - 3.5.3

- 64.0 - * - 70.* - - - - - 335 336740 TitleCase For Thunderbird - 218 + 226 2.6.1

@@ -6506,30 +6486,30 @@ - 336 - 14896 - Message Archive Options - 216 - 5.1.0

- 5.1.0

+ 335 + 986534 + Use BCC Instead C + 225 + 3.5.3

- 2019-04-19 - 5.1.0

- 60.0 + + 2019-04-09 + 3.5.3

+ 64.0 * - 73.0 + 70.* - 337 + 336 988567 Send Unsent Mail Button - 214 + 223 @@ -6546,10 +6526,10 @@ - 338 + 337 988338 WhatsApp - Thunderbird - 214 + 223 1.1
@@ -6565,11 +6545,31 @@ + + 338 + 14896 + Message Archive Options + 223 + 5.1.0

+ 5.1.0

+ + + + + + 2019-04-19 + 5.1.0

+ 60.0 + * + 73.0 + + + 339 5337 ThunderBirthDay
Birthday Calendar - 213 + 220 0.8.4

@@ -6589,7 +6589,7 @@ 340 987726 Monterail Dark 2 for TB>68 - 210 + 219 2.1

3.2.1

@@ -6607,29 +6607,29 @@ 341 - 704523 - EuropeanMX Spam Reporter - 209 - 1.0

+ 988430 + archive-by-time + 216 - 2.1
- 2.1
- 2.1
- 2.1
- 2.1
- 2022-06-24 - 2.1
- 74.0a1 + + 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 2024-01-11 + 0.4.1
+ 78.0 * * - 343 + 342 1339 Expression Search / GMailUI - 206 + 216 1.3

@@ -6646,10 +6646,30 @@ - 346 + 343 + 704523 + EuropeanMX Spam Reporter + 215 + 1.0

+ + 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2022-06-24 + 2.1
+ 74.0a1 + * + * + + + + + 345 988561 Freecosys - Провайдер FileLink - 204 + 214 @@ -6666,30 +6686,10 @@ - 347 - 988271 - Autocopy 78+ - 204 - - - 3.0.2
- 3.0.2
- 3.0.2
- 3.0.2
- 3.0.2
- 2022-02-25 - 3.0.2
- 78.4.0 - * - * - - - - - 348 + 346 986415 stripImages - 203 + 212 1.0.9
1.0.9
@@ -6705,11 +6705,51 @@ + + 348 + 312205 + Address Move Button + 210 + 0.3

+ + + + + + + 2018-10-08 + 0.3

+ 3.0 + * + 60.* + + + 349 + 988271 + Autocopy 78+ + 209 + + + 3.0.2
+ 3.0.2
+ 3.0.2
+ 3.0.2
+ 3.0.2
+ 2022-02-25 + 3.0.2
+ 78.4.0 + * + * + + + + + 351 988423 SpamTester - 200 + 206 1.0.1
@@ -6726,10 +6766,10 @@ - 350 + 352 988113 Ungender - 200 + 205 1.0.0
@@ -6746,30 +6786,30 @@ - 351 - 988430 - archive-by-time - 196 + 353 + 986279 + Confirm-Address2 + 203 + 1.3.9

+ 1.3.11

- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 2024-01-11 - 0.4.1
- 78.0 - * + + + + 2019-11-06 + 1.3.11

+ 68.0 * + 73.0 - 352 + 354 988359 thundersort - 195 + 201 @@ -6786,30 +6826,10 @@ - 353 - 312205 - Address Move Button - 193 - 0.3

- - - - - - - 2018-10-08 - 0.3

- 3.0 - * - 60.* - - - - - 354 + 355 988356 Auto Mark As Read - 192 + 197 1.0.10
1.0.10
1.0.10
@@ -6826,19 +6846,19 @@ - 355 - 986279 - Confirm-Address2 - 189 - 1.3.9

- 1.3.11

+ 356 + 728162 + Checkbox Column + 194 + 1.3.0

+ 1.4.68

- 2019-11-06 - 1.3.11

+ 2019-10-09 + 1.4.68

68.0 * 73.0 @@ -6846,10 +6866,10 @@ - 356 + 357 314745 ThunderLink - 189 + 194 1.2.11

1.2.11

@@ -6865,31 +6885,11 @@ - - 357 - 728162 - Checkbox Column - 188 - 1.3.0

- 1.4.68

- - - - - - 2019-10-09 - 1.4.68

- 68.0 - * - 73.0 - - - 358 988374 SmartProxy - 186 + 193 @@ -6907,99 +6907,99 @@ 359 - 876088 - Theme Font & Size Changer for ThunderB - 181 - 64.1

- + 656526 + PathExplorer + 192 + 1.0.2

+ 1.0.3

- 2018-01-11 - 64.1

- 3.0b4 + 2019-10-14 + 1.0.3

+ 68.0 * - 60.* + 73.0 360 - 988319 - 10ten Japanese Reader (Rikaichamp) - 180 + 262821 + Opacus SugarCRM/SuiteCRM Thunderbird E + 190 + 1.6.6

+ 1.6.8

- 1.19.1
- 1.19.1
- 1.19.1
- 1.19.1
- 2024-06-08 - 1.19.1
- 91.0 - * + + + 2020-03-18 + 1.6.8

+ 68.0 * + 73.0 361 - 656526 - PathExplorer - 176 - 1.0.2

- 1.0.3

+ 876088 + Theme Font & Size Changer for ThunderB + 188 + 64.1

- 2019-10-14 - 1.0.3

- 68.0 + + 2018-01-11 + 64.1

+ 3.0b4 * - 73.0 + 60.* 362 - 262821 - Opacus SugarCRM/SuiteCRM Thunderbird E - 176 - 1.6.6

- 1.6.8

- - + 988319 + 10ten Japanese Reader (Rikaichamp) + 186 - 2020-03-18 - 1.6.8

- 68.0 + 1.19.1
+ 1.19.1
+ 1.19.1
+ 1.19.1
+ 2024-06-08 + 1.19.1
+ 91.0 + * * - 73.0 363 - 415184 - iOS IMAP Notes - 175 - 0.1.2

- 0.1.4

+ 988070 + OpenFolder + 182 - 0.2.0

- 0.2.0

- 1.0.1
- 1.0.1
- 2023-09-29 - 1.0.1
- 115.0 + 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 2021-04-21 + 1.1.0
+ 68.0 * * @@ -7009,7 +7009,7 @@ 364 335326 Show All Body Parts - 173 + 181 1.3.1

1.3.6

@@ -7026,10 +7026,10 @@ - 366 + 365 333220 ProfileSwitcher - 170 + 181 1.7.7

@@ -7046,22 +7046,22 @@ - 367 - 306600 - Contact Tabs - 170 - 2.6.4

- - - - - + 366 + 415184 + iOS IMAP Notes + 179 + 0.1.2

+ 0.1.4

- 2018-09-01 - 2.6.4

- 59.0 + 0.2.0

+ 0.2.0

+ 1.0.1
+ 1.0.1
+ 2023-09-29 + 1.0.1
+ 115.0 + * * - 60.* @@ -7069,7 +7069,7 @@ 368 745576 Logout - 169 + 176 1.3

2.0

2.5

@@ -7087,49 +7087,29 @@ 369 - 988070 - OpenFolder - 168 + 306600 + Contact Tabs + 176 + 2.6.4

- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 2021-04-21 - 1.1.0
- 68.0 - * - * - - - - - 370 - 1392 - Maximize Message Pane - 167 - 1.2.31

- 1.3.1

- 2.0.10

- 2.1.1

- 2.1.1

- 2022-06-29 - 2.1.1

- 91.0 - 102.* - 102.* + + + + 2018-09-01 + 2.6.4

+ 59.0 + * + 60.* - 371 + 370 988666 Gemini - Quick Access - 165 + 172 @@ -7146,10 +7126,10 @@ - 372 + 371 988292 CustomCSS - 164 + 172 @@ -7166,13 +7146,33 @@ - 373 - 823247 - attachment column in search result lis - 163 - 1.0

- 3.0

- + 372 + 1392 + Maximize Message Pane + 172 + 1.2.31

+ 1.3.1

+ 2.0.10

+ 2.1.1

+ 2.1.1

+ + + 2022-06-29 + 2.1.1

+ 91.0 + 102.* + 102.* + + + + + 373 + 823247 + attachment column in search result lis + 170 + 1.0

+ 3.0

+ @@ -7187,9 +7187,29 @@ 374 + 988427 + EnhancedReplyHeaders + 167 + + + + + 1.0
+ 1.0
+ 1.0
+ 2023-01-06 + 1.0
+ 102.0 + 102.* + * + + + + + 375 987921 Safelink removal - 162 + 167 0.0.4d
@@ -7206,10 +7226,10 @@ - 375 + 376 988612 Open Google Keep - 161 + 166 @@ -7225,71 +7245,31 @@ - - 376 - 988427 - EnhancedReplyHeaders - 160 - - - - - 1.0
- 1.0
- 1.0
- 2023-01-06 - 1.0
- 102.0 - 102.* - * - - - 377 - 988268 - GTrash - 157 - + 269954 + TBDialOut + 165 + 1.7.3

+ 1.8.1

+ 2.0.2

- 0.2.1
- 0.3.0
- 0.3.0
- 0.3.0
- 2022-06-30 - 0.3.0
- 102.0 - * - * - - - - - 378 - 988227 - Render Markdown Messages - 157 - 1.2.0
- 1.2.0
- 1.2.0
- 1.2.0
- 1.2.0
- 2023-10-19 - 1.2.0
+ 2021-10-08 + 2.0.2

78.0 - * - * + 78.* + 78.* - 379 + 378 988718 CollectAddresses - 156 + 164 @@ -7306,50 +7286,50 @@ - 380 - 269954 - TBDialOut - 155 - 1.7.3

- 1.8.1

- 2.0.2

- - + 379 + 987935 + RedThunderMineBird Plus + 164 - 2021-10-08 - 2.0.2

+ 2.2.0
+ 2.2.0
+ 2.2.0
+ 2.2.0
+ 2.2.0
+ 2021-10-20 + 2.2.0
78.0 - 78.* - 78.* + * + * - 381 - 988307 - AddAccents - 154 - + 380 + 988227 + Render Markdown Messages + 162 - 0.2.1
- 0.2.1
- 0.2.1
- 0.2.1
- 2022-10-10 - 0.2.1
- 87.0 + 1.2.0
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 2023-10-19 + 1.2.0
+ 78.0 * * - 382 + 381 405960 MRC Compose - 154 + 162 1.9.1

2.0.5

@@ -7366,70 +7346,50 @@ - 383 - 987935 - RedThunderMineBird Plus - 153 + 382 + 988307 + AddAccents + 160 - 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
- 2021-10-20 - 2.2.0
- 78.0 - * - * - - - - - 384 - 988085 - Open Google Voice - 148 - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2021-03-25 - 1.0
- 68.0 + 0.2.1
+ 0.2.1
+ 0.2.1
+ 0.2.1
+ 2022-10-10 + 0.2.1
+ 87.0 * * - 385 - 566490 - Expertspam - 148 - 1.60

+ 383 + 988268 + GTrash + 160 - 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2023-03-16 - 2.0.0
- 78.0 + + + 0.2.1
+ 0.3.0
+ 0.3.0
+ 0.3.0
+ 2022-06-30 + 0.3.0
+ 102.0 * * - 386 + 384 550640 Nextcloud for Filelink
*cloud - FileLink for Nextcloud and ownCloud - 147 + 158 1.8

@@ -7446,10 +7406,10 @@ - 387 + 385 988691 NTFNTF - 146 + 154 @@ -7466,10 +7426,10 @@ - 388 + 386 988094 RainbowNote - 145 + 152 31.1
@@ -7486,30 +7446,30 @@ - 389 - 534258 - Received - 145 - 0.2.3

- 1.0.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2024-07-04 - 2.6.0

- 78.0 - 128.* - 129.* + 387 + 566490 + Expertspam + 152 + 1.60

+ + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2023-03-16 + 2.0.0
+ 78.0 + * + * - 390 + 388 988576 Last selected message - 144 + 151 @@ -7526,30 +7486,30 @@ - 391 - 987823 - AutoBucket - 144 + 389 + 988085 + Open Google Voice + 151 - 1.0.13
- 1.2.0
- 1.2.0
- 1.2.0
- 1.2.0
- 1.2.0
- 2021-02-08 - 1.2.0
- 78.0 + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2021-03-25 + 1.0
+ 68.0 * * - 392 + 390 988391 Compose Responsive Images - 143 + 150 @@ -7566,50 +7526,30 @@ - 393 - 988166 - googlesearchwebapp - 143 + 391 + 239632 + Subject Cleaner + 150 + 2.0.0

+ 2.0.0

- 1.2
- 1.2
- 1.2
- 1.2
- 1.2
- 2021-09-06 - 1.2
- 78.0 - 91.* + + + + 2020-04-26 + 2.0.0

+ 60.0 * + 68.* - 394 - 615980 - Toggle Quotes (Collapse Quotes)
Quote Colors & Collapse - 141 - 0.9

- 2.0

- 3.2

- 3.3

- 3.3

- 4.1

- 4.1

- 2023-06-18 - 4.1

- 111.0 - 116.* - 129.* - - - - - 395 + 392 477355 ColumnsWizard - 140 + 149 7.0.0

7.0.0

@@ -7626,10 +7566,50 @@ - 396 + 393 + 987823 + AutoBucket + 148 + + 1.0.13
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 2021-02-08 + 1.2.0
+ 78.0 + * + * + + + + + 394 + 534258 + Received + 148 + 0.2.3

+ 1.0.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2024-07-04 + 2.6.0

+ 78.0 + 128.* + 129.* + + + + + 395 475804 Search as list - 139 + 147 3.1.1

@@ -7645,11 +7625,31 @@ + + 396 + 988166 + googlesearchwebapp + 146 + + + 1.2
+ 1.2
+ 1.2
+ 1.2
+ 1.2
+ 2021-09-06 + 1.2
+ 78.0 + 91.* + * + + + 397 377160 IMAP Received Date - 138 + 145 2.0.1

2.0.6

@@ -7667,49 +7667,29 @@ 398 - 327780 - Auto Select Latest Message - 138 - 2.2.0

- 2.3.0b1

- 3.2.1

- 3.2.1

- 3.2.1

- - - 2022-07-18 - 3.2.1

- 70.0 - 104.0 - 104.0 + 615980 + Toggle Quotes (Collapse Quotes)
Quote Colors & Collapse + 144 + 0.9

+ 2.0

+ 3.2

+ 3.3

+ 3.3

+ 4.1

+ 4.1

+ 2023-06-18 + 4.1

+ 111.0 + 116.* + 129.* 399 - 239632 - Subject Cleaner - 138 - 2.0.0

- 2.0.0

- - - - - - 2020-04-26 - 2.0.0

- 60.0 - * - 68.* - - - - - 400 2162 Exit Button Thunderbird - 137 + 142 0.7

0.8

@@ -7726,30 +7706,50 @@ - 401 - 987670 - Remove Duplicates
Remove Duplicate Messages (alternative) - 134 - - 1.8

- 3.3

- - + 400 + 327780 + Auto Select Latest Message + 141 + 2.2.0

+ 2.3.0b1

+ 3.2.1

+ 3.2.1

+ 3.2.1

- 2020-09-16 - 3.3

- 78.0 - 78.* - 78.* + 2022-07-18 + 3.2.1

+ 70.0 + 104.0 + 104.0 - 402 - 988243 - Seafile Filelink - 133 + 401 + 988303 + TUD-CERT Phishing Report + 140 + + + 23.8.1

+ 23.8.1

+ 23.8.1

+ 23.8.1

+ + 2023-08-21 + 23.8.1

+ 78.0 + 115.* + 115.* + + + + + 402 + 988243 + Seafile Filelink + 140 1.0.1
@@ -7766,10 +7766,30 @@ - 405 + 403 + 987670 + Remove Duplicates
Remove Duplicate Messages (alternative) + 140 + + 1.8

+ 3.3

+ + + + + 2020-09-16 + 3.3

+ 78.0 + 78.* + 78.* + + + + + 404 988611 Microsoft 365 Link Opener - 132 + 139 @@ -7787,29 +7807,9 @@ 407 - 988303 - TUD-CERT Phishing Report - 131 - - - 23.8.1

- 23.8.1

- 23.8.1

- 23.8.1

- - 2023-08-21 - 23.8.1

- 78.0 - 115.* - 115.* - - - - - 408 818175 One-by-One Forward - 130 + 136 1.1.1

1.2.0

@@ -7827,29 +7827,9 @@ 411 - 988588 - Proton Mail - Quick Access - 126 - - - - - - 0.1
- 0.1
- 2023-11-07 - 0.1
- 106.0 - * - * - - - - - 412 988371 Mark Read on Reply - 126 + 133 @@ -7869,7 +7849,7 @@ 413 988183 CloneMessage - 126 + 131 1.3
@@ -7887,41 +7867,41 @@ 415 - 988167 - todowebapp - 124 + 800008 + AddressBook in Tab + 129 + 1.4

- 1.2
- 1.2
- 1.3
- 1.3
- 1.3
- 2023-06-18 - 1.3
- 102.0 - 102.* + + + + + 2018-02-19 + 1.4

+ 45.0 * + 61.* 416 - 988539 - No tabs - 123 + 988588 + Proton Mail - Quick Access + 128 - 1.1.2

- 1.1.2

- 2024-07-16 - 1.1.2

- 115.0 - 128.* - 128.* + 0.1
+ 0.1
+ 2023-11-07 + 0.1
+ 106.0 + * + * @@ -7929,7 +7909,7 @@ 417 988180 Strip inline images - 122 + 128 1.0
@@ -7947,9 +7927,49 @@ 418 + 988167 + todowebapp + 128 + + + 1.2
+ 1.2
+ 1.3
+ 1.3
+ 1.3
+ 2023-06-18 + 1.3
+ 102.0 + 102.* + * + + + + + 419 + 988539 + No tabs + 127 + + + + + + 1.1.2

+ 1.1.2

+ 2024-07-16 + 1.1.2

+ 115.0 + 128.* + 128.* + + + + + 420 988122 Addon-Info/Sync/Compatibility - 122 + 126 1.1
@@ -7966,10 +7986,10 @@ - 419 + 421 986230 Mailing list filter - 122 + 126 1.1.1

2.0.0

3.0.1

@@ -7985,31 +8005,11 @@ - - 421 - 800008 - AddressBook in Tab - 120 - 1.4

- - - - - - - 2018-02-19 - 1.4

- 45.0 - * - 61.* - - - 422 988715 AI Grammar - 119 + 125 2
@@ -8026,30 +8026,10 @@ - 425 - 988664 - Messenger - Quick Access - 117 - - - - - - 0.1
- 0.1
- 2024-02-07 - 0.1
- 106.0 - * - * - - - - - 426 + 424 372603 Enhanced Priority Display - 117 + 122 1.8.2

3.0.3

3.0.3

@@ -8066,20 +8046,20 @@ - 427 - 988613 - Open Google Messages - 115 + 426 + 988664 + Messenger - Quick Access + 121 - 0.2
- 0.2
- 0.2
- 2024-03-02 - 0.2
- 102.0 + + 0.1
+ 0.1
+ 2024-02-07 + 0.1
+ 106.0 * * @@ -8087,29 +8067,29 @@ 428 - 69999 - NoComposeAccount - 115 - 1.4

- 1.5.4

- - - - - - 2020-01-14 - 1.5.4

- 68.0 - * - 73.0 - - + 988176 + Notebird + 120 + 1.7.0.1
+ 1.7.0.1
+ 1.7.0.1
+ 1.7.0.1
+ 1.7.0.1
+ 1.7.0.1
+ 1.7.0.1
+ 2023-11-11 + 1.7.0.1
+ 60.0 + * + * + + - 430 + 429 987702 Toggle Word Wrap - 114 + 120 2.0

@@ -8126,50 +8106,30 @@ - 432 - 988176 - Notebird - 113 - 1.7.0.1
- 1.7.0.1
- 1.7.0.1
- 1.7.0.1
- 1.7.0.1
- 1.7.0.1
- 1.7.0.1
- 2023-11-11 - 1.7.0.1
- 60.0 - * - * - - - - - 433 - 987722 - ShowFolderSize-T - 113 - - 0.2.9.2

+ 430 + 69999 + NoComposeAccount + 120 + 1.4

+ 1.5.4

- 2019-11-14 - 0.2.9.2

+ 2020-01-14 + 1.5.4

68.0 * - 73.* + 73.0 - 434 + 432 988698 Thunderbird Email 2 CSV Exporter - 112 + 118 3.0
3.0
3.0
@@ -8186,10 +8146,30 @@ - 435 + 433 + 988613 + Open Google Messages + 118 + + + + + 0.2
+ 0.2
+ 0.2
+ 2024-03-02 + 0.2
+ 102.0 + * + * + + + + + 434 988591 One-Click Forward - 111 + 117 1.0.2
@@ -8205,11 +8185,31 @@ + + 435 + 987722 + ShowFolderSize-T + 117 + + 0.2.9.2

+ + + + + + 2019-11-14 + 0.2.9.2

+ 68.0 + * + 73.* + + + 436 987869 Next Unread Thread (Mark All Read) - 111 + 115 1.1

1.1

@@ -8227,9 +8227,29 @@ 437 + 7026 + Forward + 115 + 0.19

+ + + + + + + 2016-04-04 + 0.19

+ 1.5 + * + 60.* + + + + + 438 987868 Next Unread Group (Mark All Read) - 111 + 114 1.1

1.1

@@ -8246,10 +8266,10 @@ - 438 + 439 650068 Todo.txt - 109 + 114 1.0.1

2.0.1

@@ -8267,49 +8287,69 @@ 440 - 988252 - RepSel: Reply to all selected mails - 107 + 470213 + P7MON + 114 + 1.0.2

- 5
- 6.0
- 6.0
- 6.0
- 6.0
- 2023-10-17 - 6.0
- 88.0a1 + + + + + 2014-03-05 + 1.0.2

+ 27.0a1 + * + 64.* + + + + + 442 + 988585 + Slack - Quick Access + 112 + + + + + + 0.3
+ 0.3
+ 2024-05-17 + 0.3
+ 106.0 * * - 441 - 987916 - telegramwebapp - 107 + 443 + 988387 + DS-BCC + 112 - 1.2
- 1.2
- 1.31
- 1.31
- 1.31
- 2023-06-18 - 1.31
- 102.0 - 102.* + + 1.0.7
+ 1.0.7
+ 1.0.7
+ 1.0.7
+ 2024-02-12 + 1.0.7
+ 91.0 + * * - 442 + 444 987838 Sender Domain - 107 + 111 0.0.2

0.0.2

@@ -8326,70 +8366,50 @@ - 443 - 987773 - DeepDark for Thunderbird - 107 + 445 + 175989 + Subject Manager + 111 + 1.2.0

- 13.1.10

- 2020-09-01 - 13.1.10

- 68.0 - 68.* - 68.* + 2018-10-31 + 1.2.0

+ 3.0a1pre + * + 60.* - 444 - 7026 - Forward - 107 - 0.19

- - - - + 446 + 988252 + RepSel: Reply to all selected mails + 110 - 2016-04-04 - 0.19

- 1.5 + 5
+ 6.0
+ 6.0
+ 6.0
+ 6.0
+ 2023-10-17 + 6.0
+ 88.0a1 + * * - 60.* - 445 - 988585 - Slack - Quick Access - 106 - - - - - - 0.3
- 0.3
- 2024-05-17 - 0.3
- 106.0 - * - * - - - - - 446 + 447 988025 Safe Links Cleaner - 106 + 110 1.5.6
@@ -8406,30 +8426,70 @@ - 447 - 175989 - Subject Manager - 106 - 1.2.0

+ 448 + 987916 + telegramwebapp + 110 + + + 1.2
+ 1.2
+ 1.31
+ 1.31
+ 1.31
+ 2023-06-18 + 1.31
+ 102.0 + 102.* + * + + + + + 449 + 987773 + DeepDark for Thunderbird + 110 + 13.1.10

- 2018-10-31 - 1.2.0

- 3.0a1pre - * - 60.* + 2020-09-01 + 13.1.10

+ 68.0 + 68.* + 68.* - 448 + 450 + 4454 + Priority Switcher + 109 + 0.7.10b1

+ 0.8.1

+ 2.0.3

+ 2.0.6

+ 2.0.6

+ + + 2023-02-18 + 2.0.6

+ 91.0 + 102.* + 102.* + + + + + 451 57534 Delete Trash Button - 106 + 108 0.3

0.4

@@ -8446,19 +8506,19 @@ - 449 + 452 987907 Mark GMail Read - 104 + 107 2.0.1

3.0.1

- 4.0.0
- 4.0.0
- 4.0.0
- 2022-11-07 - 4.0.0
+ 4.1.0
+ 4.1.0
+ 4.1.0
+ 2024-07-19 + 4.1.0
102.0 * * @@ -8466,30 +8526,10 @@ - 450 - 470213 - P7MON - 104 - 1.0.2

- - - - - - - 2014-03-05 - 1.0.2

- 27.0a1 - * - 64.* - - - - - 451 + 453 988661 Auto Avatars - 103 + 106 @@ -8506,30 +8546,10 @@ - 452 - 988387 - DS-BCC - 103 - - - - 1.0.7
- 1.0.7
- 1.0.7
- 1.0.7
- 2024-02-12 - 1.0.7
- 91.0 - * - * - - - - - 453 + 454 471588 Menu Filter - 103 + 106 21

25

@@ -8545,43 +8565,23 @@ - - 454 - 4454 - Priority Switcher - 102 - 0.7.10b1

- 0.8.1

- 2.0.3

- 2.0.6

- 2.0.6

- - - 2023-02-18 - 2.0.6

- 91.0 - 102.* - 102.* - - - 455 - 988587 - Tuta Mail - Quick Access - 100 + 479809 + Secure Addressing + 105 + 1.9

- 0.1
- 0.1
- 2023-11-07 - 0.1
- 106.0 - * + + 2018-12-11 + 1.9

+ 60.0 * + 60.* @@ -8589,7 +8589,7 @@ 456 988188 MoreLayouts - 98 + 103 @@ -8607,9 +8607,29 @@ 457 + 988587 + Tuta Mail - Quick Access + 102 + + + + + + 0.1
+ 0.1
+ 2023-11-07 + 0.1
+ 106.0 + * + * + + + + + 458 988564 Paste code - 97 + 102 0.1
@@ -8626,10 +8646,10 @@ - 458 + 460 987779 BrowseInTab - 97 + 100 2.8

@@ -8646,10 +8666,30 @@ - 459 + 461 + 988677 + Tag Sync for TB + 99 + 1.2.9
+ 1.2.9
+ 1.2.9
+ 1.2.9
+ 1.2.9
+ 1.2.9
+ 1.2.9
+ 2024-02-26 + 1.2.9
+ 60.0 + * + * + + + + + 462 847125 Stop Ignoring Reply:To - 97 + 99 1.3

1.4

@@ -8666,30 +8706,10 @@ - 460 - 479809 - Secure Addressing - 97 - 1.9

- - - - - - - 2018-12-11 - 1.9

- 60.0 - * - 60.* - - - - - 461 + 463 988597 Mark Button - 96 + 98 @@ -8706,10 +8726,10 @@ - 462 + 464 219725 AutoSlide - 94 + 98 0.0.14

0.0.18beta1

0.0.19beta5

@@ -8726,30 +8746,10 @@ - 463 - 988677 - Tag Sync for TB - 93 - 1.2.9
- 1.2.9
- 1.2.9
- 1.2.9
- 1.2.9
- 1.2.9
- 1.2.9
- 2024-02-26 - 1.2.9
- 60.0 - * - * - - - - - 464 + 465 987988 Toggle Inline - 93 + 97 1.2

@@ -8769,7 +8769,7 @@ 466 546538 Single Domain - 92 + 95 2.5

3.3.1

4.3
@@ -8787,19 +8787,19 @@ 467 - 988327 - Netiquette checker and wrapper - 91 + 988660 + Telegram - Quick Access + 93 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2022-09-29 - 1.1
- 78.0 + + + + 0.1
+ 0.1
+ 2024-01-31 + 0.1
+ 106.0 * * @@ -8809,7 +8809,7 @@ 468 988543 selectAll Button - 90 + 92 @@ -8827,9 +8827,29 @@ 469 + 988327 + Netiquette checker and wrapper + 92 + + + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2022-09-29 + 1.1
+ 78.0 + * + * + + + + + 470 852623 Remote Content By Folder - 90 + 92 1.0.1

1.0.10

2.0.1

@@ -8846,22 +8866,22 @@ - 470 - 988660 - Telegram - Quick Access - 89 + 471 + 586552 + Toggle Folderpane View + 91 + 2.0.3

+ 2.0.3

- 0.1
- 0.1
- 2024-01-31 - 0.1
- 106.0 - * + 2020-05-01 + 2.0.3

+ 60.0 * + 73.0 @@ -8869,7 +8889,7 @@ 472 988417 Empty Folder - 88 + 90 6
@@ -8889,7 +8909,7 @@ 473 986572 Flat Folder Tree (updated) - 88 + 90 1.1.3

1.1.5

1.1.5

@@ -8907,29 +8927,49 @@ 474 - 586552 - Toggle Folderpane View - 88 - 2.0.3

- 2.0.3

+ 986363 + ansitel Click-to-Dial MT2 + 90 + + 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2021-10-06 + 1.6
+ 68.3.0 + * + * + + + + + 475 + 9210 + Ruler Bar + 90 + 0.5.2019041801

- 2020-05-01 - 2.0.3

+ + 2019-04-18 + 0.5.2019041801

60.0 * - 73.0 + 60.* - 478 + 477 988659 Google Keep - Quick Access - 86 + 89 @@ -8946,10 +8986,10 @@ - 479 + 478 988599 Open Google Tabs - 86 + 89 @@ -8966,10 +9006,10 @@ - 480 + 481 988584 Discord - Quick Access - 86 + 88 @@ -8986,10 +9026,10 @@ - 481 + 482 988557 Change Link Appearance - 84 + 88 1.1
@@ -9006,70 +9046,70 @@ - 482 - 988445 - AutoMover - 84 + 483 + 988393 + Audio Preview + 88 - 1.5
- 1.5
- 1.5
- 1.5
- 1.5
- 2023-02-21 - 1.5
- 78.0 + + + 1.0
+ 1.0
+ 1.0
+ 2022-11-02 + 1.0
+ 102.0 * * - 483 - 987834 - SpoofDetection - 84 + 484 + 988171 + msofficewebapp + 88 - 2.6.3
- 2.6.3
- 2.6.3
- 2.6.3
- 2.6.3
- 2020-07-29 - 2.6.3
- 73.0a1 - * + 1.2
+ 1.2
+ 1.3
+ 1.3
+ 1.3
+ 2023-06-18 + 1.3
+ 102.0 + 102.* * - 484 - 9210 - Ruler Bar - 84 - 0.5.2019041801

- - - - + 487 + 988445 + AutoMover + 87 - 2019-04-18 - 0.5.2019041801

- 60.0 + 1.5
+ 1.5
+ 1.5
+ 1.5
+ 1.5
+ 2023-02-21 + 1.5
+ 78.0 + * * - 60.* - 485 + 488 988531 New Tab - 83 + 86 1.0
1.0
1.0
@@ -9086,10 +9126,30 @@ - 486 + 489 + 987834 + SpoofDetection + 86 + + + 2.6.3
+ 2.6.3
+ 2.6.3
+ 2.6.3
+ 2.6.3
+ 2020-07-29 + 2.6.3
+ 73.0a1 + * + * + + + + + 490 988530 Clear History Button - 83 + 84 @@ -9106,70 +9166,30 @@ - 487 - 988393 - Audio Preview + 492 + 987989 + Toggle Summary 83 - - - 1.0
- 1.0
- 1.0
- 2022-11-02 - 1.0
- 102.0 - * - * - - - - - 488 - 988171 - msofficewebapp - 83 - - - 1.2
- 1.2
- 1.3
- 1.3
- 1.3
- 2023-06-18 - 1.3
+ 1.3

+ 1.4

+ 1.5

+ 1.5

+ 1.5

+ 2024-01-17 + 1.5

102.0 - 102.* - * - - - - - 491 - 986363 - ansitel Click-to-Dial MT2 - 82 - - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2021-10-06 - 1.6
- 68.3.0 - * - * + 123.* + 129.* - 492 + 494 988282 CatchAll Bird - 81 + 82 1.1.2
@@ -9186,30 +9206,50 @@ - 493 - 987989 - Toggle Summary - 81 + 495 + 987664 + Copy Patch + 82 + + 1.3.2

+ 2.1.3

+ 2.1.3

+ 2.2.1
+ 2.2.1
+ 2.2.1
+ 2023-08-14 + 2.2.1
+ 102.4.0 + * + * + + + + + 496 + 176736 + Imap-ACL-Extension + 82 + 0.2.8

- 1.3

- 1.4

- 1.5

- 1.5

- 1.5

- 2024-01-17 - 1.5

- 102.0 - 123.* - 129.* + + + + + 2019-03-05 + 0.2.8

+ 57.0 + * + 60.* - 494 + 497 988389 Thunderbird OpenProject - 78 + 81 0.5
0.5
@@ -9226,30 +9266,10 @@ - 495 - 987664 - Copy Patch - 78 - - 1.3.2

- 2.1.3

- 2.1.3

- 2.2.1
- 2.2.1
- 2.2.1
- 2023-08-14 - 2.2.1
- 102.4.0 - * - * - - - - - 496 + 498 987671 Custom sync interval for Lightning Cal - 77 + 81 1.0.0

1.0.1

@@ -9266,10 +9286,30 @@ - 497 + 499 + 987922 + Date detection + 78 + + 0.0.7

+ 0.0.7

+ 0.0.7

+ 0.0.7

+ 0.0.7

+ + 2023-07-12 + 0.0.7

+ 68.0 + 117.* + 117.* + + + + + 500 207607 filemail - 76 + 78 0.6.4

0.6.5

@@ -9286,27 +9326,27 @@ - 498 - 176736 - Imap-ACL-Extension + 502 + 988199 + RT Archive Emails to Sugar & SuiteCRM 76 - 0.2.8

- - - - - 2019-03-05 - 0.2.8

- 57.0 + 2.2.3
+ 2.2.3
+ 2.2.3
+ 2.2.3
+ 2.2.3
+ 2024-06-10 + 2.2.3
+ 78.0 + * * - 60.* - 500 + 503 988288 sms77 75 @@ -9326,50 +9366,50 @@ - 501 - 987922 - Date detection - 74 + 504 + 988168 + onedrivewebapp + 75 - 0.0.7

- 0.0.7

- 0.0.7

- 0.0.7

- 0.0.7

- 2023-07-12 - 0.0.7

- 68.0 - 117.* - 117.* + 1.2
+ 1.2
+ 1.3
+ 1.3
+ 1.3
+ 2023-06-19 + 1.3
+ 102.0 + 102.* + * - 503 - 987986 - Select Prev on Delete - 73 + 506 + 988474 + ENEX Tools + 74 - 1.0.0

- 1.0.0

- 1.0.0

- 1.1.0

- 2023-10-10 - 1.1.0

- 112.0 - 118.* - 118.* + + 1.0
+ 1.0
+ 1.0
+ 2023-04-01 + 1.0
+ 102.0 + * + * - 504 + 507 988300 QuickOWL - 72 + 74 1.6
@@ -9386,82 +9426,22 @@ - 505 - 988168 - onedrivewebapp - 72 + 508 + 987986 + Select Prev on Delete + 74 - 1.2
- 1.2
- 1.3
- 1.3
- 1.3
- 2023-06-19 - 1.3
- 102.0 - 102.* - * - - - - - 507 - 988476 - If This, Then! - IFTTT connector - 71 - - - 1.0.5
- 1.0.5
- 1.0.5
- 1.0.5
- 1.0.5
- 2023-04-13 - 1.0.5
- 78.6.0 - * - * - - - - - 508 - 988474 - ENEX Tools - 71 - - - - - 1.0
- 1.0
- 1.0
- 2023-04-01 - 1.0
- 102.0 - * - * - - - - - 509 - 988199 - RT Archive Emails to Sugar & SuiteCRM - 71 - + 1.0.0

+ 1.0.0

+ 1.0.0

+ 1.1.0

- 2.2.3
- 2.2.3
- 2.2.3
- 2.2.3
- 2.2.3
- 2024-06-10 - 2.2.3
- 78.0 - * - * + 2023-10-10 + 1.1.0

+ 112.0 + 118.* + 118.* @@ -9469,7 +9449,7 @@ 510 4591 Disable DragAndDrop (Thunderbird) - 71 + 74 3.2.0

@@ -9486,10 +9466,30 @@ - 511 + 512 + 988476 + If This, Then! - IFTTT connector + 73 + + + 1.0.5
+ 1.0.5
+ 1.0.5
+ 1.0.5
+ 1.0.5
+ 2023-04-13 + 1.0.5
+ 78.6.0 + * + * + + + + + 513 988106 Toggle Address Box - 70 + 72 1.0

@@ -9506,10 +9506,10 @@ - 515 + 516 329131 Purge Events Plus - 68 + 70 0.3.3

0.3.4

@@ -9529,7 +9529,7 @@ 517 988686 Multimonth view - 66 + 69 2.4.5

2.4.5

2.4.5

@@ -9549,7 +9549,7 @@ 518 866823 Classic Password Editor - 66 + 68 1.1.2

@@ -9567,9 +9567,29 @@ 519 + 391965 + Before Tabs Toolbar + 68 + 1.7

+ 1.8.1

+ + + + + + 2019-07-06 + 1.8.1

+ 67.0 + * + 73.0 + + + + + 520 14467 Year view - 66 + 68 0.6.2

@@ -9586,10 +9606,30 @@ - 520 + 521 + 988441 + FDK KIM Plugin + 67 + + + + + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2023-10-23 + 2.0.0
+ 100.0 + * + * + + + + + 522 988402 YouTube Video Downloader - 65 + 67 2.0
2.0
2.0
@@ -9606,10 +9646,10 @@ - 521 + 523 987978 Monterail Darkness Extended - 65 + 67 1.0.7

@@ -9626,70 +9666,70 @@ - 522 - 391965 - Before Tabs Toolbar - 65 - 1.7

- 1.8.1

- + 525 + 502200 + X-Unsent support
Native support for X-Unsent + 66 + 2.0.0

+ 3.0.0

+ 4.0.2

- 2019-07-06 - 1.8.1

- 67.0 - * - 73.0 + 2021-09-02 + 4.0.2

+ 78.0 + 90.0 + 90.0 - 523 - 48583 - LaTeX It! - 64 - 0.6.7

- 0.7.3

+ 526 + 5878 + CuteButtons + 66 + 0.5.6

- 2020-10-02 - 0.7.3

- 68.0a1 - 73.* - 73.* + + 2017-12-09 + 0.5.6

+ 8.0 + * + 60.* - 524 - 5878 - CuteButtons - 64 - 0.5.6

- + 528 + 409482 + Opacus SugarCRM 6.2+ Thunderbird Integ + 65 + 1.0.4

+ 1.0.9

- 2017-12-09 - 0.5.6

- 8.0 + 2019-11-06 + 1.0.9

+ 68.0 * - 60.* + 73.0 - 526 + 529 988258 Recently - 63 + 64 0.0.6
@@ -9706,10 +9746,90 @@ - 528 + 530 + 987749 + marked-lightning + 64 + + 0.1.6

+ 0.1.6

+ 0.1.6

+ 0.1.6

+ + + 2022-06-30 + 0.1.6

+ 68.0 + 102.* + 102.* + + + + + 531 + 442020 + Awesome ldapInfoShow + 64 + 1.2

+ + + + + + + 2018-09-02 + 1.2

+ 60.0 + * + 63.0 + + + + + 533 + 48583 + LaTeX It! + 64 + 0.6.7

+ 0.7.3

+ + + + + + 2020-10-02 + 0.7.3

+ 68.0a1 + 73.* + 73.* + + + + + 535 + 988738 + Two Dynamic Birds + 63 + 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 2024-06-13 + 0.1
+ 60.0 + * + * + + + + + 536 988590 YouTube RSS feed redesign - 62 + 63 1.1
@@ -9726,30 +9846,10 @@ - 530 - 988441 - FDK KIM Plugin - 61 - - - - - 2.0.0
- 2.0.0
- 2.0.0
- 2023-10-23 - 2.0.0
- 100.0 - * - * - - - - - 531 + 537 988330 Reply with subaddress - 61 + 63 @@ -9766,10 +9866,10 @@ - 532 + 538 988245 Conscious ClickUp Save - 61 + 63 2.0.0
@@ -9786,122 +9886,22 @@ - 533 - 988126 - ResizeTbWidth - 61 - - - 20.1
- 20.1
- 20.1
- 20.1
- 20.1
- 2023-01-15 - 20.1
- 78.0 - 102.* - * - - - - - 534 - 988069 - SPAM Check for OCN - 61 - - - 0.5.0
- 0.5.0
- 0.5.0
- 0.5.0
- 0.5.0
- 2021-03-07 - 0.5.0
- 78.0 - * - * - - - - - 535 + 539 987768 Edit Email Subject
Edit email Subject (EES) - 61 + 63 2.5

- 3.3

- - - - - 2020-08-30 - 3.3

- 78.0 - 78.* - 78.* - - - - - 536 - 987749 - marked-lightning - 61 - - 0.1.6

- 0.1.6

- 0.1.6

- 0.1.6

- - - 2022-06-30 - 0.1.6

- 68.0 - 102.* - 102.* - - - - - 537 - 409482 - Opacus SugarCRM 6.2+ Thunderbird Integ - 61 - 1.0.4

- 1.0.9

- - - - - - 2019-11-06 - 1.0.9

- 68.0 - * - 73.0 - - - - - 539 - 502200 - X-Unsent support
Native support for X-Unsent - 60 - 2.0.0

- 3.0.0

- 4.0.2

+ 3.3

- 2021-09-02 - 4.0.2

+ 2020-08-30 + 3.3

78.0 - 90.0 - 90.0 + 78.* + 78.* @@ -9909,7 +9909,7 @@ 540 337144 Mail Sent Notifier - 60 + 63 0.6.3

0.7.0

1.0.0
@@ -9927,69 +9927,69 @@ 541 - 162140 - Get Selected Mails - 60 - 1.3.0

- - + 988126 + ResizeTbWidth + 62 + 20.1
+ 20.1
+ 20.1
+ 20.1
+ 20.1
+ 2023-01-15 + 20.1
+ 78.0 + 102.* + * + + + + + 542 + 988069 + SPAM Check for OCN + 62 - 2018-08-30 - 1.3.0

- 3.0a1pre + 0.5.0
+ 0.5.0
+ 0.5.0
+ 0.5.0
+ 0.5.0
+ 2021-03-07 + 0.5.0
+ 78.0 + * * - 60.* - 544 - 442020 - Awesome ldapInfoShow - 59 - 1.2

+ 543 + 162140 + Get Selected Mails + 61 + 1.3.0

- 2018-09-02 - 1.2

- 60.0 + 2018-08-30 + 1.3.0

+ 3.0a1pre * - 63.0 + 60.* 545 - 988738 - Two Dynamic Birds - 58 - 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 2024-06-13 - 0.1
- 60.0 - * - * - - - - - 546 427201 Tiny JavaScript Debugger - 58 + 60 1.2.1

@@ -10006,42 +10006,42 @@ - 547 - 12514 - Gantt View - 58 - 1.0.0.60

- + 546 + 401970 + Security Settings from Address Book + 60 + 2.0.1

+ 2.1

- 2018-06-30 - 1.0.0.60

- 57.0 + 2019-10-06 + 2.1

+ 68.0 * - 64.* + 68.* - 548 - 401970 - Security Settings from Address Book - 57 - 2.0.1

- 2.1

+ 550 + 12514 + Gantt View + 59 + 1.0.0.60

- 2019-10-06 - 2.1

- 68.0 + + 2018-06-30 + 1.0.0.60

+ 57.0 * - 68.* + 64.* @@ -10049,7 +10049,7 @@ 551 988131 Larger Message List - 56 + 58 0.0.5

@@ -10066,10 +10066,10 @@ - 555 + 553 988170 skypewebapp - 54 + 57 1.2
@@ -10086,42 +10086,42 @@ - 556 - 987873 - ThunderbirdCR (Dictionary) - 53 - - 0.43

+ 554 + 987766 + New QuoteColors
Quote Colors & Collapse + 57 + 0.3.5

+ 0.3.5

- 2020-09-11 - 0.43

- 68.0a1 + 2020-01-20 + 0.3.5

+ 60.0 * - 73.* + 73.0 - 557 - 987766 - New QuoteColors
Quote Colors & Collapse - 53 - 0.3.5

- 0.3.5

+ 558 + 987873 + ThunderbirdCR (Dictionary) + 55 + 0.43

- 2020-01-20 - 0.3.5

- 60.0 + + 2020-09-11 + 0.43

+ 68.0a1 * - 73.0 + 73.* @@ -10129,7 +10129,7 @@ 559 987743 Folder Colors - 52 + 55 1.0.1

1.0.1

@@ -10146,30 +10146,50 @@ - 563 - 987796 - MessagePreview - 51 + 562 + 988125 + Estimate your CO₂ + 53 - 2.3

- 2.7

- 3.0

+ 2.8.1
+ 2.8.1
+ 2.8.1
+ 2.8.1
+ 2.8.1
+ 2024-07-04 + 2.8.1
+ 78.0 + * + * + + + + + 566 + 988724 + CalendarSearchExport + 52 - 2022-06-25 - 3.0

- 102.0a1 - 102.* - 102.* + + + + 1.4

+ 1.4

+ 2024-07-09 + 1.4

+ 111.0 + 129.* + 129.* - 565 + 567 988633 quickfilter-kbd - 50 + 52 @@ -10186,50 +10206,50 @@ - 566 - 988125 - Estimate your CO₂ - 50 + 568 + 987796 + MessagePreview + 52 - 2.8.1
- 2.8.1
- 2.8.1
- 2.8.1
- 2.8.1
- 2024-07-04 - 2.8.1
- 78.0 - * - * + 2.3

+ 2.7

+ 3.0

+ + + 2022-06-25 + 3.0

+ 102.0a1 + 102.* + 102.* - 569 - 988724 - CalendarSearchExport - 49 + 571 + 986441 + Typical Reply + 51 + 0.5.3

+ 0.6.2

- 1.4

- 1.4

- 2024-07-09 - 1.4

- 111.0 - 129.* - 129.* + 2020-09-01 + 0.6.2

+ 68.0 + 68.* + 68.* - 570 + 572 669617 MEGAbird - 49 + 51 3.0

@@ -10246,30 +10266,10 @@ - 571 - 642320 - Sensitivity Header - 49 - 0.2

- 0.3

- - - - - - 2019-08-01 - 0.3

- 68.0 - * - 73.0 - - - - - 572 + 573 405119 AttachExtraTools - 49 + 51 1.9.0

@@ -10286,10 +10286,10 @@ - 574 + 575 10524 Archive This - 49 + 51 1.5.0.0

@@ -10307,49 +10307,29 @@ 576 - 988510 - vault56 protection - 47 + 642320 + Sensitivity Header + 50 + 0.2

+ 0.3

- 1.0.7
- 1.0.7
- 1.0.7
- 1.0.7
- 1.0.7
- 2024-05-06 - 1.0.7
- 78.0 - * + + + + 2019-08-01 + 0.3

+ 68.0 * + 73.0 577 - 988462 - Seafile Filelink2 - 47 - 0.0.7
- 0.0.7
- 0.0.7
- 0.0.7
- 0.0.7
- 0.0.7
- 0.0.7
- 2023-05-14 - 0.0.7
- 60.0 - * - * - - - - - 578 262823 ResetRec - 47 + 50 1.3

@@ -10366,10 +10346,10 @@ - 579 + 578 57219 SortPref - 47 + 50 1.1.4

@@ -10386,30 +10366,50 @@ - 580 - 986441 - Typical Reply - 46 - 0.5.3

- 0.6.2

- - - + 579 + 988510 + vault56 protection + 48 - 2020-09-01 - 0.6.2

- 68.0 - 68.* - 68.* + 1.0.7
+ 1.0.7
+ 1.0.7
+ 1.0.7
+ 1.0.7
+ 2024-05-06 + 1.0.7
+ 78.0 + * + * - 583 + 580 + 988462 + Seafile Filelink2 + 48 + 0.0.7
+ 0.0.7
+ 0.0.7
+ 0.0.7
+ 0.0.7
+ 0.0.7
+ 0.0.7
+ 2023-05-14 + 0.0.7
+ 60.0 + * + * + + + + + 581 988428 TileNote - 45 + 48 1.6
@@ -10426,10 +10426,10 @@ - 585 + 583 988719 Threaded List Switch - 44 + 47 @@ -10445,31 +10445,11 @@ - - 586 - 372739 - Layout Switcher - 44 - 4

- 4

- - - - - - 2019-07-16 - 4

- 60.0 - * - 73.0 - - - 587 987938 PRATICHE MAIL - 43 + 46 11.0
@@ -10486,22 +10466,22 @@ - 591 - 988618 - Safelinks Cleanup - 42 + 590 + 372739 + Layout Switcher + 45 + 4

+ 4

- 2.1
- 2.1
- 2.1
- 2.1
- 2023-12-22 - 2.1
- 91.0 - * + + + 2019-07-16 + 4

+ 60.0 * + 73.0 @@ -10509,7 +10489,7 @@ 592 988592 Hide Duplicates From 'All Mail' - 42 + 44 @@ -10527,38 +10507,38 @@ 593 - 988494 - Copy Timestamp - 42 - + 988354 + Bug Opener + 44 - 2.0
- 2.0
- 2.0
- 2023-08-06 - 2.0
- 102.0 + 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.2
+ 2024-07-14 + 1.2
+ 124.0 * * - 597 - 988545 - Dropbox Paper - 41 + 594 + 987939 + PREVENTIVI MAIL + 44 - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2023-08-12 - 1.0
+ 7.0
+ 7.0
+ 7.0
+ 7.0
+ 7.0
+ 2021-09-03 + 7.0
78.0 * * @@ -10566,39 +10546,59 @@ - 598 - 988354 - Bug Opener - 41 + 596 + 988494 + Copy Timestamp + 43 - 1.1.3
- 1.1.3
- 1.1.3
- 1.2
- 2024-07-14 - 1.2
- 124.0 + + 2.0
+ 2.0
+ 2.0
+ 2023-08-06 + 2.0
+ 102.0 + * + * + + + + + 599 + 988618 + Safelinks Cleanup + 42 + + + + 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2023-12-22 + 2.1
+ 91.0 * * - 599 - 987939 - PREVENTIVI MAIL - 41 + 600 + 988545 + Dropbox Paper + 42 - 7.0
- 7.0
- 7.0
- 7.0
- 7.0
- 2021-09-03 - 7.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2023-08-12 + 1.0
78.0 * * @@ -10606,10 +10606,10 @@ - 600 + 601 988380 Thread in same folder - 40 + 42 1.0
@@ -10625,31 +10625,11 @@ - - 601 - 987979 - AttachmentCount - 40 - - - 6.4

- 6.6

- 7.0

- - - 2022-06-25 - 7.0

- 102.0a1 - 102.* - 102.* - - - 602 987848 KundenMeister CRM Mail Export - 40 + 42 1.1.3
1.1.3
1.1.3
@@ -10667,69 +10647,9 @@ 603 - 987816 - TransliteRussian for Thunderbird - 39 - 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 2020-10-22 - 0.4
- 60.0 - * - * - - - - - 606 - 303967 - Advanced Unread Folders - 39 - 2.4

- - - - - - - 2016-05-03 - 2.4

- 3.1 - * - 60.* - - - - - 607 - 75777 - QuickPasswords - 39 - 3.10

- - - - - - - 2018-05-07 - 3.10

- 22.0 - * - 60.* - - - - - 608 988726 Trello - Quick Access - 38 + 41 @@ -10746,70 +10666,70 @@ - 609 - 988541 - ShowContactFoto - 38 - + 604 + 987979 + AttachmentCount + 41 + 6.4

+ 6.6

+ 7.0

- 0.10
- 0.10
- 2023-10-25 - 0.10
- 115.0 - * - * + 2022-06-25 + 7.0

+ 102.0a1 + 102.* + 102.* - 610 - 988437 - Additional Info for Simplelogin - 38 + 605 + 988610 + Quick Spaces + 40 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2024-03-22 - 1.1
- 78.0 + + + 0.4
+ 0.4
+ 0.4
+ 2024-05-11 + 0.4
+ 102.0 * * - 612 - 254571 - DOM Inspector Plus! [dm] - 38 - 2.0.17.1.5

+ 608 + 303967 + Advanced Unread Folders + 40 + 2.4

- 2018-09-19 - 2.0.17.1.5

- 5.0 + 2016-05-03 + 2.4

+ 3.1 * 60.* - 613 + 610 988728 Date Time Formatter - 37 + 39 @@ -10826,30 +10746,30 @@ - 614 - 988610 - Quick Spaces - 37 + 611 + 988541 + ShowContactFoto + 39 - 0.4
- 0.4
- 0.4
- 2024-05-11 - 0.4
- 102.0 + + 0.10
+ 0.10
+ 2023-10-25 + 0.10
+ 115.0 * * - 615 + 612 988459 Cypherdog Encryption - 37 + 39 1.0.1
@@ -10866,30 +10786,30 @@ - 616 - 832276 - Rescue Conflicting Alternatives - 37 - 0.2

- 0.4

- 2.0.1
- 2.0.1
- 2.0.1
- 2.0.1
- 2.0.1
- 2021-03-16 - 2.0.1
- 78.4.0 + 613 + 987816 + TransliteRussian for Thunderbird + 39 + 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 2020-10-22 + 0.4
+ 60.0 * * - 619 + 614 987710 Open In Conversation - 36 + 39 1.0.1

@@ -10906,30 +10826,70 @@ - 620 - 375281 - Markdown Here - 36 - 2.13.4

+ 616 + 254571 + DOM Inspector Plus! [dm] + 39 + 2.0.17.1.5

+ + + + + + + 2018-09-19 + 2.0.17.1.5

+ 5.0 + * + 60.* + + + + + 617 + 75777 + QuickPasswords + 39 + 3.10

- 2018-09-30 - 2.13.4

- 6.0 + 2018-05-07 + 3.10

+ 22.0 * 60.* - 621 + 619 + 832276 + Rescue Conflicting Alternatives + 38 + 0.2

+ 0.4

+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2021-03-16 + 2.0.1
+ 78.4.0 + * + * + + + + + 620 182393 Teamworkx Thunderbird Integration for - 36 + 38 1.0.60.1

1.0.68.1b

@@ -10946,10 +10906,10 @@ - 623 + 621 988451 PowerFolder - 35 + 37 16.6.100
@@ -10966,10 +10926,50 @@ - 624 + 622 + 988437 + Additional Info for Simplelogin + 37 + + + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2024-03-22 + 1.1
+ 78.0 + * + * + + + + + 623 + 375281 + Markdown Here + 37 + 2.13.4

+ + + + + + + 2018-09-30 + 2.13.4

+ 6.0 + * + 60.* + + + + + 626 987849 Clacks Overhead - 35 + 36 1.0.1
1.0.1
@@ -10989,7 +10989,7 @@ 627 9695 ViewAbout - 35 + 36 2.1.2

@@ -11009,7 +11009,7 @@ 629 983832 Changelogger - 34 + 35 1.1.1
1.1.1
1.1.1
@@ -11029,7 +11029,7 @@ 630 442284 EnForward - 34 + 35 0.4.11

0.5.1

2.1.2

@@ -11049,7 +11049,7 @@ 631 742184 Reply As Original Recipient - 33 + 34 1.1

@@ -11067,9 +11067,29 @@ 632 + 521266 + Set Default Columns + 34 + 1.2

+ + + + + + + 2018-12-19 + 1.2

+ 45.0 + * + 60.* + + + + + 633 376453 LDAP - View Groups Members - 32 + 34 0.4

@@ -11086,10 +11106,50 @@ - 634 + 636 + 13131 + Get Partial Messages + 33 + 0.3.3

+ 0.4.0beta1

+ + + + + + 2019-11-29 + 0.4.0beta1

+ 68.0 + * + 73.0 + + + + + 637 + 988635 + j-lawyer.org-Thunderbird-Extension + 32 + + + + + + 1.0.7
+ 1.0.7
+ 2024-07-08 + 1.0.7
+ 115.0 + * + * + + + + + 638 988431 RainbowMemo - 31 + 32 2.3
@@ -11106,10 +11166,30 @@ - 635 + 639 + 988399 + Black Screen + 32 + 1.0.1
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 2022-11-18 + 1.0.1
+ 60.0 + * + * + + + + + 640 771081 lightningWeather - 31 + 32 0.5.0

@@ -11126,10 +11206,10 @@ - 636 + 641 578400 QuickFilter Watched Threads - 31 + 32 1.2.1

1.3.1

@@ -11146,30 +11226,10 @@ - 637 - 521266 - Set Default Columns - 31 - 1.2

- - - - - - - 2018-12-19 - 1.2

- 45.0 - * - 60.* - - - - - 638 + 642 521230 Reply to All as Cc - 31 + 32 1.5.4

@@ -11186,70 +11246,50 @@ - 641 - 13131 - Get Partial Messages + 645 + 988751 + Mail Extractor 31 - 0.3.3

- 0.4.0beta1

- 2019-11-29 - 0.4.0beta1

- 68.0 + 1.3.2
+ 1.3.2
+ 2024-07-18 + 1.3.2
+ 115.0 + * * - 73.0 - 643 - 988635 - j-lawyer.org-Thunderbird-Extension - 30 + 646 + 368862 + CALDAV - Search/Subscribe + 31 + 0.4.1

- 1.0.7
- 1.0.7
- 2024-07-08 - 1.0.7
- 115.0 - * - * - - - - - 644 - 988399 - Black Screen - 30 - 1.0.1
- 1.0.1
- 1.0.1
- 1.0.1
- 1.0.1
- 1.0.1
- 1.0.1
- 2022-11-18 - 1.0.1
+ + 2018-12-12 + 0.4.1

60.0 * - * + 61.* - 645 + 647 354877 Enhanced Desktop Notifications - 30 + 31 1.04

@@ -11266,30 +11306,30 @@ - 647 - 368862 - CALDAV - Search/Subscribe - 29 - 0.4.1

- - - - + 649 + 988290 + Send then Archive + 30 - 2018-12-12 - 0.4.1

- 60.0 + 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 2022-03-29 + 0.1
+ 78.0 + * * - 61.* - 648 + 650 358688 Lightning QR Code Add-on - 29 + 30 1.2.6

@@ -11306,30 +11346,10 @@ - 649 - 988751 - Mail Extractor - 28 - - - - - - 1.3.1
- 1.3.1
- 2024-07-18 - 1.3.1
- 115.0 - * - * - - - - - 650 + 651 988270 composeSelectMacro - 28 + 29 1.0.6
@@ -11346,10 +11366,10 @@ - 651 + 652 987760 Snakes by Bluemods - 28 + 29 1.0
1.0
@@ -11366,19 +11386,19 @@ - 652 - 988290 - Send then Archive - 27 + 653 + 987941 + Seams + 28 - 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 2022-03-29 - 0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2022-06-29 + 2.0.1
78.0 * * @@ -11389,7 +11409,7 @@ 654 975494 KeeBird - 27 + 28 1.1.3

2.0.0

@@ -11407,29 +11427,9 @@ 656 - 14417 - Expand mailing list recipients - 27 - 0.3.2

- - - - - - - 2016-06-14 - 0.3.2

- 24.0 - * - 65.0 - - - - - 658 988565 Close Search Tabs - 26 + 27 @@ -11446,10 +11446,10 @@ - 659 + 657 988482 New Bing Anywhere - 26 + 27 1.6.0
1.6.0
1.6.0
@@ -11466,30 +11466,10 @@ - 660 - 987941 - Seams - 26 - - - 2.0.1
- 2.0.1
- 2.0.1
- 2.0.1
- 2.0.1
- 2022-06-29 - 2.0.1
- 78.0 - * - * - - - - - 661 + 658 987927 To must occur only once - 26 + 27 3.4.2
@@ -11506,50 +11486,70 @@ - 667 - 988566 - Mark Read on Tab Open - 25 + 659 + 987721 + QuickNote-T + 27 - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2023-10-07 - 1.0
+ 0.7.7.4

+ + + + + + 2020-06-10 + 0.7.7.4

68.0 * - * + 73.* - 668 - 987721 - QuickNote-T - 25 + 663 + 14417 + Expand mailing list recipients + 27 + 0.3.2

- 0.7.7.4

- 2020-06-10 - 0.7.7.4

+ 2016-06-14 + 0.3.2

+ 24.0 + * + 65.0 + + + + + 666 + 988566 + Mark Read on Tab Open + 26 + + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2023-10-07 + 1.0
68.0 * - 73.* + * - 669 + 667 986476 Show Outlook Appointments (vcal / ics) - 25 + 26 0.2.3

@@ -11566,10 +11566,10 @@ - 670 + 668 986470 PDF Viewer - 25 + 26 1.0

@@ -11586,10 +11586,10 @@ - 671 + 669 743926 Zoiper Thunderbird Plugin - 25 + 26 1.06

2.0

@@ -11606,30 +11606,10 @@ - 675 - 988352 - Archive 3 Month - 24 - - - 0.2
- 0.2
- 0.2
- 0.2
- 0.2
- 2022-07-18 - 0.2
- 78.0 - * - * - - - - - 678 + 674 988589 Yandex Mail - Quick Access - 23 + 25 @@ -11646,10 +11626,10 @@ - 679 + 675 988571 FindNow - 23 + 25 @@ -11666,10 +11646,10 @@ - 680 + 676 988515 ThunderFWD - 23 + 25 @@ -11686,10 +11666,30 @@ - 684 + 677 + 988352 + Archive 3 Month + 25 + + + 0.2
+ 0.2
+ 0.2
+ 0.2
+ 0.2
+ 2022-07-18 + 0.2
+ 78.0 + * + * + + + + + 685 988213 Tomba : Email Finder - 22 + 23 0.1.14
0.1.14
0.1.19
@@ -11706,10 +11706,10 @@ - 685 + 686 987774 POPFile Jump - 22 + 23 1.1.0
1.1.0
@@ -11726,70 +11726,70 @@ - 686 - 740067 - SMTP Switch Reborn + 693 + 800006 + AdvancedTasks 22 - 0.3.2

+ 1.6

- 2019-01-04 - 0.3.2

- 3.0a1pre + 2018-03-13 + 1.6

+ 45.0 * - 60.* + 61.* - 692 - 2335 - Zombie Keys (Multilanguage Keyboard) + 694 + 740067 + SMTP Switch Reborn 22 - 2.22

- 2.22

+ 0.3.2

- 2019-08-07 - 2.22

- 60.0 - 68.* - 68.* + + 2019-01-04 + 0.3.2

+ 3.0a1pre + * + 60.* - 693 - 800006 - AdvancedTasks - 21 - 1.6

+ 695 + 663190 + Thunderbird-DontRestoreTabs + 22 + 1.2

- 2018-03-13 - 1.6

- 45.0 + 2018-12-23 + 1.2

+ 31.0 * - 61.* + 60.* - 694 + 696 439060 Mark Junk Read - 21 + 22 1.04

@@ -11807,9 +11807,29 @@ 702 + 2335 + Zombie Keys (Multilanguage Keyboard) + 22 + 2.22

+ 2.22

+ + + + + + 2019-08-07 + 2.22

+ 60.0 + 68.* + 68.* + + + + + 703 988622 Articles Toolbar - 20 + 21 1.1
1.1
1.1
@@ -11826,67 +11846,47 @@ - 703 - 988322 - Tela Icons + 707 + 988748 + Check before sending email 20 - 1.0.3

- 1.0.3

- 2022-06-20 - 1.0.3

- 91.0 - 103.0 - 103.0 + 0.2.0
+ 0.2.0
+ 2024-07-16 + 0.2.0
+ 115.0 + 129.* + 129.* - 704 - 663190 - Thunderbird-DontRestoreTabs + 708 + 988322 + Tela Icons 20 - 1.2

- - - - - - - 2018-12-23 - 1.2

- 31.0 - * - 60.* - - - - - 709 - 988748 - Check before sending email - 19 + 1.0.3

+ 1.0.3

- 0.2.0
- 0.2.0
- 2024-07-16 - 0.2.0
- 115.0 - 129.* - 129.* + 2022-06-20 + 1.0.3

+ 91.0 + 103.0 + 103.0 - 710 + 714 987733 Close on Escape Too 19 @@ -11906,7 +11906,7 @@ - 711 + 715 818635 Reply to Multiple Messages 19 @@ -11926,50 +11926,50 @@ - 718 - 988722 - Custom Subject Column - 18 + 717 + 372945 + Sort and Search Customization Dialogs + 19 + 0.1.4

- 0.4.0

- 2024-05-13 - 0.4.0

- 115.10.0 - 125.* - 125.* + 2018-04-11 + 0.1.4

+ 60.0 + * + 60.* - 722 - 372945 - Sort and Search Customization Dialogs + 721 + 988722 + Custom Subject Column 18 - 0.1.4

+ 0.4.0

- 2018-04-11 - 0.1.4

- 60.0 - * - 60.* + 2024-05-13 + 0.4.0

+ 115.10.0 + 125.* + 125.* - 725 + 722 988538 Skiff Mail - 17 + 18 @@ -11986,10 +11986,10 @@ - 726 + 723 988463 GrapeVine for Salesforce - 17 + 18 @@ -12006,30 +12006,10 @@ - 727 - 988448 - Arcus - 17 - - - 0.9.1
- 0.9.1
- 0.9.1
- 0.9.1
- 0.9.1
- 2023-02-15 - 0.9.1
- 78.0 - * - * - - - - - 728 + 724 988397 Dino Game - 17 + 18 0.0.34
0.0.34
0.0.34
@@ -12046,10 +12026,10 @@ - 729 + 725 988236 Safelinks Offr - 17 + 18 @@ -12066,10 +12046,10 @@ - 730 + 726 988107 TuLPe - 17 + 18 1.4
@@ -12086,10 +12066,10 @@ - 731 + 727 986609 Custom Sender Address and Reply - 17 + 18 1.0.0

@@ -12106,50 +12086,10 @@ - 732 - 507700 - IMAP Draft Unread - 17 - 1.1.2

- - - - - - - 2018-03-19 - 1.1.2

- 21.0 - * - 60.* - - - - - 733 - 381417 - TorBirdy - 17 - 0.2.6

- - - - - - - 2018-10-06 - 0.2.6

- 52.0 - * - 60.* - - - - - 734 + 729 322568 Report Spam - 17 + 18 1.05

@@ -12166,10 +12106,30 @@ - 738 + 735 + 988448 + Arcus + 17 + + + 0.9.1
+ 0.9.1
+ 0.9.1
+ 0.9.1
+ 0.9.1
+ 2023-02-15 + 0.9.1
+ 78.0 + * + * + + + + + 736 988398 White Screen - 16 + 17 1.0.6
1.0.6
1.0.6
@@ -12186,10 +12146,10 @@ - 739 + 737 987901 Transfer Immunity - 16 + 17 1.4.2

1.4.2

@@ -12206,50 +12166,70 @@ - 740 - 987724 - Just Restart/Quick Quit_TB115! - 16 + 738 + 986676 + Enhanced Date Formatter + 17 + 1.0.1

- 1.2

- 2019-11-14 - 1.2

- 68.0 + 2019-07-15 + 1.0.1

+ 60.0 * - 73.0 + 60.* 741 - 986676 - Enhanced Date Formatter - 16 - 1.0.1

+ 507700 + IMAP Draft Unread + 17 + 1.1.2

- 2019-07-15 - 1.0.1

- 60.0 + 2018-03-19 + 1.1.2

+ 21.0 * 60.* - 746 + 742 + 381417 + TorBirdy + 17 + 0.2.6

+ + + + + + + 2018-10-06 + 0.2.6

+ 52.0 + * + 60.* + + + + + 745 234329 SavedSearchThemAll - 16 + 17 1.4

@@ -12266,10 +12246,10 @@ - 749 + 746 988720 SCMenu - 15 + 16 @@ -12286,7 +12266,47 @@ - 752 + 747 + 987724 + Just Restart/Quick Quit_TB115! + 16 + + 1.2

+ + + + + + 2019-11-14 + 1.2

+ 68.0 + * + 73.0 + + + + + 753 + 987915 + Mahoor-Iranian-Date + 15 + + 1.1.5

+ 1.1.5

+ 1.1.5

+ 1.1.5

+ 1.2.0

+ + 2024-07-12 + 1.2.0

+ 115.10.0 + 127.* + 127.* + + + + + 755 364572 Auto Save Drafts Folders 15 @@ -12307,6 +12327,26 @@ 758 + 9873 + GlodaQuilla search indexing enhancemen + 15 + 0.3.5

+ + + + + + + 2019-01-21 + 0.3.5

+ 60.0 + * + 60.* + + + + + 761 988662 Bard - Quick Access 14 @@ -12326,7 +12366,7 @@ - 759 + 762 988214 Filter email folders 14 @@ -12347,146 +12387,126 @@ 763 - 9873 - GlodaQuilla search indexing enhancemen + 987692 + TabAddressbook 14 - 0.3.5

+ 2.0.1

- 2019-01-21 - 0.3.5

- 60.0 - * - 60.* + 2020-01-25 + 2.0.1

+ 68.0 + 70.0 + 70.0 - 765 - 988281 - regimail - 13 - - - - 0.6.3

- 0.6.3

- 0.6.3

+ 764 + 740070 + Reply To All Reminder + 14 + 1.0

- 2024-03-15 - 0.6.3

- 91.0 - 125.0 - 125.0 - - - - - 766 - 988100 - Folders for search, onDisk Status- Glo - 13 - 1.3

- 1.5.2

- 2023-07-31 - 1.5.2

- 102.0 - 110.0 - 110.0 + 2016-10-08 + 1.0

+ 1.5 + * + 65.0 - 767 - 987915 - Mahoor-Iranian-Date + 771 + 988669 + DMS HEADERS EXTRACTOR 13 - 1.1.5

- 1.1.5

- 1.1.5

- 1.1.5

- 1.2.0

- 2024-07-12 - 1.2.0

- 115.10.0 - 127.* - 127.* + 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 2024-02-12 + 0.0.0.1
+ 78.0 + * + * - 768 - 987692 - TabAddressbook + 772 + 988281 + regimail 13 - 2.0.1

- - + 0.6.3

+ 0.6.3

+ 0.6.3

- 2020-01-25 - 2.0.1

- 68.0 - 70.0 - 70.0 + 2024-03-15 + 0.6.3

+ 91.0 + 125.0 + 125.0 - 769 - 740070 - Reply To All Reminder + 773 + 988100 + Folders for search, onDisk Status- Glo 13 - 1.0

- - - + 1.3

- 2016-10-08 - 1.0

- 1.5 - * - 65.0 + 1.5.2

+ + + 2023-07-31 + 1.5.2

+ 102.0 + 110.0 + 110.0 - 775 - 988669 - DMS HEADERS EXTRACTOR - 12 + 776 + 466796 + Kmaleon Extension + 13 + 1.3.0.0

+ 1.5.0.0

- 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 2024-02-12 - 0.0.0.1
- 78.0 - * + + + + 2019-10-11 + 1.5.0.0

+ 68.0 * + 73.0 - 776 + 780 988575 Filtered Folder to Favorite 12 @@ -12506,7 +12526,7 @@ - 777 + 781 987660 TaskviewFlexLayout 12 @@ -12526,27 +12546,7 @@ - 779 - 466796 - Kmaleon Extension - 12 - 1.3.0.0

- 1.5.0.0

- - - - - - 2019-10-11 - 1.5.0.0

- 68.0 - * - 73.0 - - - - - 781 + 784 363545 Gmail Buttons 12 @@ -12566,7 +12566,27 @@ - 785 + 789 + 988752 + Mark Subfolders Read + 11 + + + + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2024-06-26 + 1.0
+ 91.0 + * + * + + + + + 790 988169 wikipediasearchwebapp 11 @@ -12586,7 +12606,7 @@ - 786 + 791 988023 TimetableForWeb 11 @@ -12606,7 +12626,7 @@ - 787 + 792 987970 Replaceholder 11 @@ -12626,7 +12646,27 @@ - 788 + 793 + 987757 + TaskviewStyles + 11 + + 2.6

+ 6.1

+ 6.1

+ 6.1

+ + + 2022-06-07 + 6.1

+ 78.0 + 102.* + 102.* + + + + + 794 986658 DetachAttachment 11 @@ -12646,27 +12686,27 @@ - 797 - 988752 - Mark Subfolders Read + 801 + 988623 + Dysclusif 10 - - 1.0
- 1.0
- 1.0
- 1.0
- 2024-06-26 - 1.0
- 91.0 + 1.2.6
+ 1.2.6
+ 1.2.6
+ 1.2.6
+ 1.2.6
+ 2024-05-16 + 1.2.6
+ 78.0 * * - 798 + 802 988483 InfoCodex DocSummarizer 10 @@ -12686,7 +12726,7 @@ - 799 + 803 988411 Thunvatar 10 @@ -12706,90 +12746,50 @@ - 800 - 988276 - ThunderThings - 10 - - - - 1.3
- 1.3
- 1.3
- 1.3
- 2022-04-06 - 1.3
- 91.0 - * - * - - - - - 801 - 987757 - TaskviewStyles + 804 + 988381 + AWO Zipper 2 10 - 2.6

- 6.1

- 6.1

- 6.1

- - 2022-06-07 - 6.1

- 78.0 - 102.* - 102.* - - - - - 809 - 988623 - Dysclusif - 9 - 1.2.6
- 1.2.6
- 1.2.6
- 1.2.6
- 1.2.6
- 2024-05-16 - 1.2.6
- 78.0 + 1.3.1
+ 1.3.1
+ 1.3.1
+ 2022-09-23 + 1.3.1
+ 102.0 * * - 810 - 988381 - AWO Zipper 2 - 9 - + 805 + 988276 + ThunderThings + 10 - 1.3.1
- 1.3.1
- 1.3.1
- 2022-09-23 - 1.3.1
- 102.0 + 1.3
+ 1.3
+ 1.3
+ 1.3
+ 2022-04-06 + 1.3
+ 91.0 * * - 812 + 806 694104 ExtendIMAPFilters - 9 + 10 1.0.1

@@ -12806,10 +12806,10 @@ - 813 + 808 580612 Lightning Reminder Left Buttons - 9 + 10 2.0.1

@@ -12826,10 +12826,10 @@ - 821 + 817 988731 Reply All Button - 8 + 9 1.1.0
1.1.0
1.1.0
@@ -12846,10 +12846,10 @@ - 822 + 818 988291 Zivver for Thunderbird - 8 + 9 1.0.0
@@ -12866,47 +12866,87 @@ - 823 - 988185 - Bookmarks: eMails and XNotes - Quick ' - 8 + 819 + 988146 + smartCompose + 9 - 1.8.4

- 1.8.4

- 1.8.4

+ 1.1.0

+ 1.1.0

+ 1.1.0

- 2022-10-04 - 1.8.4

- 78.6.0 + 2022-09-27 + 1.1.0

+ 78.0 102.* 102.* - 824 - 988146 - smartCompose + 826 + 988702 + UnInbox - Quick Access + 8 + + + + + + 0.1
+ 0.1
+ 2024-04-18 + 0.1
+ 106.0 + * + * + + + + + 827 + 988583 + Skiff Mail - Quick Access + 8 + + + + + + 0.1
+ 0.1
+ 2023-11-07 + 0.1
+ 106.0 + * + * + + + + + 828 + 988185 + Bookmarks: eMails and XNotes - Quick ' 8 - 1.1.0

- 1.1.0

- 1.1.0

+ 1.8.4

+ 1.8.4

+ 1.8.4

- 2022-09-27 - 1.1.0

- 78.0 + 2022-10-04 + 1.8.4

+ 78.6.0 102.* 102.* - 825 + 829 987951 Check Time 8 @@ -12926,47 +12966,47 @@ - 839 - 988702 - UnInbox - Quick Access - 7 + 847 + 4798 + Spamness + 8 + 0.6.4

- 0.1
- 0.1
- 2024-04-18 - 0.1
- 106.0 - * + + 2018-12-12 + 0.6.4

+ 60.0 * + 60.* - 840 - 988583 - Skiff Mail - Quick Access + 849 + 988692 + GetMyInvoices 7 - - 0.1
- 0.1
- 2023-11-07 - 0.1
- 106.0 + 1.0.3
+ 1.0.3
+ 1.0.3
+ 2024-04-17 + 1.0.3
+ 102.0 * * - 841 + 850 988198 DontRestoreTabsRevival 7 @@ -12986,7 +13026,7 @@ - 842 + 851 987841 Protonmail Thunderbird theme 7 @@ -13006,7 +13046,7 @@ - 843 + 852 987750 TaskDescriptions 7 @@ -13026,7 +13066,47 @@ - 850 + 853 + 986684 + X-Spam-Score Column + 7 + 1.2

+ + + + + + + 2019-07-10 + 1.2

+ 2.0 + * + 60.* + + + + + 854 + 986556 + AutoCopy_rebirth
AutoCopy 78+ + 7 + 1.2.91.1

+ + + + + + + 2019-03-08 + 1.2.91.1

+ 13.0 + * + 60.* + + + + + 859 367335 Trashcan 7 @@ -13046,7 +13126,7 @@ - 854 + 863 13037 MailSentry IronPort Spam Reporter 7 @@ -13066,47 +13146,47 @@ - 859 - 4798 - Spamness - 7 - 0.6.4

- - - - - - - 2018-12-12 - 0.6.4

+ 868 + 988757 + Customoji + 6 + 0.1b
+ 0.1b
+ 0.1b
+ 0.1b
+ 0.1b
+ 0.1b
+ 0.1b
+ 2024-07-06 + 0.1b
60.0 * - 60.* + * - 863 - 988692 - GetMyInvoices + 869 + 988328 + Open in XPS | XPSLogic 6 - - - 1.0.3
- 1.0.3
- 1.0.3
- 2024-04-17 - 1.0.3
- 102.0 + 4
+ 4
+ 4
+ 4
+ 4
+ 2023-11-29 + 4
+ 78.0 * * - 864 + 870 987945 TreeChildrenHeight50OrDottedTreeCell 6 @@ -13126,7 +13206,7 @@ - 865 + 871 987863 Eventview 6 @@ -13146,67 +13226,27 @@ - 866 - 986684 - X-Spam-Score Column - 6 - 1.2

- - - - - - - 2019-07-10 - 1.2

- 2.0 - * - 60.* - - - - - 867 - 986556 - AutoCopy_rebirth
AutoCopy 78+ - 6 - 1.2.91.1

- + 900 + 988740 + Identity Selector + 5 - 2019-03-08 - 1.2.91.1

- 13.0 - * - 60.* - - - - - 895 - 988757 - Customoji - 5 - 0.1b
- 0.1b
- 0.1b
- 0.1b
- 0.1b
- 0.1b
- 0.1b
- 2024-07-06 - 0.1b
- 60.0 + 0.4.0
+ 0.4.0
+ 2024-07-11 + 0.4.0
+ 115.0 * * - 896 + 901 988355 GIMPS Opener 5 @@ -13226,27 +13266,7 @@ - 897 - 988328 - Open in XPS | XPSLogic - 5 - - - 4
- 4
- 4
- 4
- 4
- 2023-11-29 - 4
- 78.0 - * - * - - - - - 898 + 902 988297 acus 5 @@ -13266,7 +13286,7 @@ - 899 + 903 988173 Thunderkey 5 @@ -13286,7 +13306,7 @@ - 900 + 904 988000 TaskviewGridLayout 5 @@ -13306,7 +13326,7 @@ - 902 + 906 696119 TracEmail 5 @@ -13326,7 +13346,7 @@ - 903 + 908 620552 QFO - Quick Fuck Off 5 @@ -13346,27 +13366,47 @@ - 925 - 988740 - Identity Selector + 911 + 546430 + Resubmit + 5 + 1.0.0

+ 2.0.0a3

+ + + + + + 2019-12-01 + 2.0.0a3

+ 68.0 + 71.* + 71.* + + + + + 930 + 988700 + OnMail - Quick Access 4 - 0.4.0
- 0.4.0
- 2024-07-11 - 0.4.0
- 115.0 + 0.1
+ 0.1
+ 2024-04-14 + 0.1
+ 106.0 * * - 926 + 931 988358 UUID - WES 4 @@ -13386,7 +13426,7 @@ - 927 + 932 988323 Real sender of italian PEC 4 @@ -13406,7 +13446,7 @@ - 928 + 933 988196 メッセージフィルターボタン 4 @@ -13426,7 +13466,27 @@ - 929 + 934 + 988065 + update-test + 4 + + 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2021-03-02 + 2.5
+ 68.0 + * + * + + + + + 935 987928 TabsInStatusbar&IconsInMenubar 4 @@ -13446,7 +13506,7 @@ - 930 + 936 987769 Disable Signature 4 @@ -13466,7 +13526,7 @@ - 931 + 937 987753 Console messaging example 4 @@ -13486,7 +13546,7 @@ - 932 + 938 987665 LeftTodaySubpaneOrLogoOrClock 4 @@ -13506,7 +13566,27 @@ - 933 + 939 + 987661 + Autocrypt + 4 + + 0.9.3

+ + + + + + 2019-09-06 + 0.9.3

+ 68.0a1 + 69.0 + 69.0 + + + + + 940 961125 Bugmail (fixed version) 4 @@ -13526,7 +13606,7 @@ - 934 + 941 717404 MultiTemplateLoader 4 @@ -13546,7 +13626,7 @@ - 936 + 942 607570 Gravatars 4 @@ -13566,27 +13646,27 @@ - 938 - 546430 - Resubmit + 946 + 424270 + ZNotes 4 - 1.0.0

- 2.0.0a3

+ 0.9.24

- 2019-12-01 - 2.0.0a3

- 68.0 - 71.* - 71.* + + 2014-11-25 + 0.9.24

+ 17.0 + * + 60.* - 945 + 953 304954 dwMailCopy 4 @@ -13606,7 +13686,7 @@ - 959 + 968 988754 BestReply 3 @@ -13626,27 +13706,7 @@ - 960 - 988700 - OnMail - Quick Access - 3 - - - - - - 0.1
- 0.1
- 2024-04-14 - 0.1
- 106.0 - * - * - - - - - 961 + 969 988405 Netiquette Checker 3 @@ -13666,7 +13726,7 @@ - 962 + 970 988361 EagleCloud Extension 3 @@ -13686,47 +13746,7 @@ - 963 - 988065 - update-test - 3 - - 2.5
- 2.5
- 2.5
- 2.5
- 2.5
- 2.5
- 2021-03-02 - 2.5
- 68.0 - * - * - - - - - 964 - 987661 - Autocrypt - 3 - - 0.9.3

- - - - - - 2019-09-06 - 0.9.3

- 68.0a1 - 69.0 - 69.0 - - - - - 965 + 971 986673 PasteMarkdown&XHTMLForm 3 @@ -13746,7 +13766,7 @@ - 966 + 972 986260 EasyRight2Left 3 @@ -13766,7 +13786,7 @@ - 969 + 975 702784 Tategaki 3 @@ -13786,27 +13806,7 @@ - 980 - 424270 - ZNotes - 3 - 0.9.24

- - - - - - - 2014-11-25 - 0.9.24

- 17.0 - * - 60.* - - - - - 987 + 991 326852 FastCC 3 @@ -13826,7 +13826,7 @@ - 996 + 1001 2947 AVIM 3 @@ -13846,7 +13846,7 @@ - 1002 + 1005 988753 Zulip - Quick Access 2 @@ -13866,7 +13866,7 @@ - 1003 + 1006 988730 MyTickets 2 @@ -13886,7 +13886,7 @@ - 1004 + 1007 988260 X-Original-To Column 2 @@ -13906,7 +13906,7 @@ - 1005 + 1008 988133 Click Speed Tester 2 @@ -13926,7 +13926,7 @@ - 1006 + 1009 987940 HOTEL MAIL 2 @@ -13946,7 +13946,7 @@ - 1007 + 1010 987711 Un-Safelinks 2 @@ -13966,7 +13966,7 @@ - 1008 + 1011 986672 Flat Folder Tree Reborn 2 @@ -13986,7 +13986,7 @@ - 1009 + 1012 986303 Browsing Enhanced ⁵︎  (Hide Caption T 2 @@ -14006,7 +14006,7 @@ - 1010 + 1014 934975 Send to Things for Thunderbird 2 @@ -14026,7 +14026,7 @@ - 1012 + 1016 812455 Webreq® Mailboard® 2 @@ -14046,7 +14046,7 @@ - 1019 + 1024 522418 CodeHighlight 2 @@ -14066,7 +14066,27 @@ - 1020 + 1026 + 499806 + Redmine連携 + 2 + 1.0.10

+ + + + + + + 2019-01-12 + 1.0.10

+ 1.0 + * + 60.* + + + + + 1027 487684 GNOME Keyring integration 2 @@ -14086,7 +14106,7 @@ - 1027 + 1033 395696 Hyperactive 2 @@ -14106,7 +14126,7 @@ - 1052 + 1059 988735 Deselector 1 @@ -14126,7 +14146,7 @@ - 1053 + 1060 988727 Lex-ON Conecta 1 @@ -14146,7 +14166,7 @@ - 1054 + 1061 988703 ThunderbirdBravoClick2Call 1 @@ -14166,7 +14186,7 @@ - 1055 + 1062 988376 PGP Universal 1 @@ -14186,7 +14206,7 @@ - 1056 + 1063 988234 tbhints 1 @@ -14206,7 +14226,7 @@ - 1057 + 1064 988140 CPS Test Pro 1 @@ -14226,7 +14246,7 @@ - 1058 + 1065 987976 FindTasksButton 1 @@ -14246,7 +14266,7 @@ - 1059 + 1066 987974 淘宝领券助手 1 @@ -14266,7 +14286,7 @@ - 1060 + 1067 987864 Metamorfik 1 @@ -14286,7 +14306,7 @@ - 1061 + 1068 987850 Ordinal 1 @@ -14306,7 +14326,7 @@ - 1062 + 1069 987799 Iranian Date For Thunderbird 1 @@ -14326,7 +14346,7 @@ - 1063 + 1070 987677 Check Domain NG 1 @@ -14346,7 +14366,7 @@ - 1064 + 1071 986450 Secure Addressing Plus 1 @@ -14366,7 +14386,7 @@ - 1065 + 1072 986305 Dictionary Search 1 @@ -14386,7 +14406,7 @@ - 1066 + 1073 986261 Seturgent 1 @@ -14406,7 +14426,7 @@ - 1067 + 1074 986223 Thunderbird Addons Test 1 @@ -14426,7 +14446,7 @@ - 1070 + 1076 910305 Asciidoctor for Thunderbird 1 @@ -14446,7 +14466,7 @@ - 1082 + 1087 670376 DisableChunks 1 @@ -14466,7 +14486,7 @@ - 1091 + 1096 623472 Feedly Synchronizer 1 @@ -14486,27 +14506,7 @@ - 1110 - 499806 - Redmine連携 - 1 - 1.0.10

- - - - - - - 2019-01-12 - 1.0.10

- 1.0 - * - 60.* - - - - - 1158 + 1159 273646 Undigestify 1 @@ -14547,6 +14547,26 @@ 1218 + 988764 + Folder Pane Toggler + 0 + + + + + + + 1.0
+ 2024-07-19 + 1.0
+ 128.0 + * + * + + + + + 1219 988732 Open by Message-ID 0 @@ -14566,7 +14586,7 @@ - 1220 + 1221 988392 Message List Preview 0 @@ -14586,7 +14606,7 @@ - 1221 + 1222 988370 Spacebar Clicker 0 @@ -14606,7 +14626,7 @@ - 1222 + 1223 988123 HERA - Hotel Email Reservation Assista 0 @@ -14626,7 +14646,7 @@ - 1223 + 1224 988086 ConfirmConversionsAtSelecting 0 @@ -14646,7 +14666,7 @@ - 1224 + 1225 986680 Report Phishing 0 @@ -14666,7 +14686,7 @@ - 1225 + 1226 986525 TarotSignature 0 @@ -14686,7 +14706,7 @@ - 1226 + 1227 960552 Esign 0 @@ -14706,7 +14726,7 @@ - 1227 + 1228 946707 Thunderbird Taiga Integration 0 @@ -14726,7 +14746,7 @@ - 1251 + 1252 686656 Zonio Freebusy for Lightning 0 @@ -14746,7 +14766,7 @@ - 1273 + 1274 614698 NirvanaHQ 0 diff --git a/add-on-reports/atn-tb102.html b/add-on-reports/atn-tb102.html index 2aaf7f9..69c3568 100644 --- a/add-on-reports/atn-tb102.html +++ b/add-on-reports/atn-tb102.html @@ -49,7 +49,7 @@ 1 986686 ImportExportTools NG - 232090 + 244524 4.1.0

10.0.4

10.0.4

@@ -69,7 +69,7 @@ 2 4631 Provider for Google Calendar - 177396 + 185146 4.4.2

68.2.1

78.0.2

@@ -89,7 +89,7 @@ 3 711780 LookOut (fix version) - 155499 + 167069 1.3.04

2.0.4

3.0.6

@@ -109,7 +109,7 @@ 4 640 Quicktext - 116170 + 124421 1.5

2.15

3.6

@@ -129,7 +129,7 @@ 5 195275 Send Later - 95261 + 100064 6.5.0

7.4.4

8.9.8

@@ -149,7 +149,7 @@ 6 4654 Remove Duplicate Messages - 88989 + 93288 0.4.1

0.5.2.2

0.5.2.2

@@ -169,7 +169,7 @@ 7 773590 TbSync - 68958 + 72339 1.7.0.2

2.12

2.22

@@ -189,7 +189,7 @@ 8 634298 CardBook - 64589 + 67307 38.0

46.6

62.8

@@ -209,7 +209,7 @@ 9 47144 Mail Merge - 62086 + 65568 5.6.0

6.1.0

7.4.0

@@ -229,7 +229,7 @@ 10 988138 Grammar and Spell Checker — LanguageTo - 56845 + 59492 8.6.0

@@ -249,7 +249,7 @@ 11 611 Signature Switch - 49791 + 52308 1.7.1

1.8.2

2.15.3
@@ -269,7 +269,7 @@ 12 986436 FileLink Provider for Dropbox - 48370 + 50422 4
7
7
@@ -289,7 +289,7 @@ 13 986258 Provider for CalDAV & CardDAV - 44003 + 46264 0.15.0.2

1.12

1.24

@@ -309,7 +309,7 @@ 14 986325 Owl for Exchange - 42437 + 44338 0.7.1.3

0.7.8.2

0.7.9.4

@@ -329,7 +329,7 @@ 15 986643 FileLink provider for WebDAV - 40383 + 42361 2

3

3

@@ -349,7 +349,7 @@ 16 988136 FileLink provider for Send - 39927 + 41774 @@ -369,7 +369,7 @@ 17 987924 Web Translate - 39821 + 41540 3.7
@@ -389,7 +389,7 @@ 18 987716 Minimize on Close - 36232 + 37774 2.0.1.4

2.0.1.4

@@ -409,7 +409,7 @@ 19 987967 Textmarker - 33070 + 34781 6.2.0
@@ -429,7 +429,7 @@ 20 986338 Provider for Exchange ActiveSync - 30740 + 32278 0.12

1.14

1.20

@@ -449,7 +449,7 @@ 21 987761 *cloud - FileLink for Nextcloud and ow - 30544 + 31989 3.15.0
3.15.0
@@ -469,7 +469,7 @@ 22 386321 Lightning Calendar Tabs - 27017 + 28225 2.2

2.3

2.5

@@ -489,7 +489,7 @@ 23 54035 Thunderbird Conversations - 24893 + 26066 2.14.7

3.1.24

3.2.35

@@ -509,7 +509,7 @@ 24 987840 PrintingTools NG - 24228 + 25681 2.0.61

2.0.61

@@ -527,29 +527,9 @@ 25 - 708783 - Emoji - 23429 - 1.6.1

- 1.68.4

- 1.78.7

- 1.91.8

- 1.102.10
- 1.102.10
- 1.102.10
- 2022-10-21 - 1.102.10
- 102.0 - * - * - - - - - 26 2533 Addressbooks Synchronizer - 22966 + 24686 1.2.2

2.0.1

4.14

@@ -565,11 +545,31 @@ + + 26 + 708783 + Emoji + 24355 + 1.6.1

+ 1.68.4

+ 1.78.7

+ 1.91.8

+ 1.102.10
+ 1.102.10
+ 1.102.10
+ 2022-10-21 + 1.102.10
+ 102.0 + * + * + + + 27 477467 AutoarchiveReloaded - 21593 + 22778 0.9.9.6.2

1.0.0.7
1.0.0.7
@@ -587,29 +587,9 @@ 28 - 986386 - Open Google Calendar - 21029 - 1.5
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2020-12-13 - 1.6
- 68.0 - * - * - - - - - 29 487108 FlexConfirmMail - 20631 + 22776 1.17.1

2.2.4

4.1.7.1
@@ -626,30 +606,30 @@ - 30 - 64758 - XNote++ - 19458 - 2.2.14

- 2.3.1

- 3.1.7

- 3.5.16

- 3.5.16

- 4.1.12

- - 2024-01-09 - 4.1.12

- 115.0 - 115.* - 119.* - + 29 + 986386 + Open Google Calendar + 22102 + 1.5
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2020-12-13 + 1.6
+ 68.0 + * + * + - 31 + 30 5582 Confirm-Address - 19321 + 20992 1.3.2

1.3.5

1.3.8
@@ -666,10 +646,10 @@ - 32 + 31 2281 Check and Send - 19217 + 20742 1.0.20b1

1.1.1

2.1.5
@@ -685,11 +665,31 @@ + + 32 + 64758 + XNote++ + 20445 + 2.2.14

+ 2.3.1

+ 3.1.7

+ 3.5.16

+ 3.5.16

+ 4.1.12

+ + 2024-01-09 + 4.1.12

+ 115.0 + 115.* + 119.* + + + 33 438634 DKIM Verifier - 17331 + 17913 2.2.0

3.1.0

4.1.1

@@ -707,29 +707,9 @@ 34 - 988127 - Addon Compatibility Check for TB 102/T - 15536 - - 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 2024-07-13 - 1.9.10
- 68.0 - * - * - - - - - 35 4970 Tag Toolbar / Tag Popup - 15356 + 16268 0.9.12

1.0.2

2.1.5

@@ -745,11 +725,31 @@ + + 35 + 988127 + Addon Compatibility Check for TB 102/T + 16139 + + 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 2024-07-13 + 1.9.10
+ 68.0 + * + * + + + 37 217293 Signal Spam - 15105 + 15269 2.2.3

3.1.2

4.1.6

@@ -769,7 +769,7 @@ 38 10052 FiltaQuilla - 14529 + 14946 1.5

2.1.2

3.4

@@ -789,7 +789,7 @@ 40 3254 QuickFolders (Tabbed Folders) - 14000 + 14551 4.22.3

4.22.3

5.9.1

@@ -807,29 +807,9 @@ 41 - 372870 - quickFilters - 13905 - 4.5

- 4.5

- 5.7.1

- 5.9.4

- 5.9.4

- 6.5.1

- 6.5.1

- 2024-07-16 - 6.5.1

- 112.0 - 128.* - 128.* - - - - - 42 15102 Manually sort folders - 13707 + 14346 1.2.1

2.3.0

2.3.0

@@ -845,11 +825,31 @@ + + 42 + 372870 + quickFilters + 14311 + 4.5

+ 4.5

+ 5.7.1

+ 5.9.4

+ 5.9.4

+ 6.5.1

+ 6.5.1

+ 2024-07-16 + 6.5.1

+ 112.0 + 128.* + 128.* + + + 44 11005 Shrunked Image Resizer - 12836 + 13252 4.4.8

4.5.5

5.0.2

@@ -869,7 +869,7 @@ 45 986685 Phoenity Icons - 12641 + 13175 2.9

3.4

@@ -889,7 +889,7 @@ 46 986635 FileLink Provider for Box - 12393 + 12928 4
5
@@ -909,7 +909,7 @@ 47 90003 LocalFolders - 12216 + 12811 2.0.2

3.0.1

3.0.1

@@ -929,7 +929,7 @@ 48 605874 ReplyWithHeader - 10772 + 11358 2.1.0

2.2.1

2.3.0

@@ -947,9 +947,29 @@ 49 + 695913 + List Addons in Windows' Programs + 10909 + 1.2

+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2023-12-26 + 2.1
+ 68.0 + * + * + + + + + 50 987783 Compact Headers - 10468 + 10789 2.23

@@ -966,10 +986,10 @@ - 50 + 51 987719 Display Mail User Agent T - 10168 + 10584 1.8.10.6

1.8.14.64

2.2.3

@@ -986,10 +1006,10 @@ - 51 + 52 1556 Allow HTML Temp - 10039 + 10394 5.4.3

5.7.8

6.3.8

@@ -1005,31 +1025,11 @@ - - 52 - 695913 - List Addons in Windows' Programs - 9829 - 1.2

- 2.1
- 2.1
- 2.1
- 2.1
- 2.1
- 2.1
- 2023-12-26 - 2.1
- 68.0 - * - * - - - 53 987908 DeepL翻訳 - 9541 + 9968 1.6.2

1.6.2

@@ -1049,7 +1049,7 @@ 54 988018 Dark Reader - 9359 + 9645 4.9.68
@@ -1069,7 +1069,7 @@ 55 988096 Attachment Extractor - 9265 + 9542 @@ -1089,7 +1089,7 @@ 56 987708 Auto Address Cleaner T - 8996 + 9494 1.0.8

1.0.8

1.1
@@ -1109,7 +1109,7 @@ 57 987798 MyPhoneExplorer - 8786 + 8951 2.0.25

4.0

@@ -1129,7 +1129,7 @@ 58 987780 Google Calendar Tab - 8436 + 8739 0.2
0.2
@@ -1149,7 +1149,7 @@ 59 987934 Simple Mail Redirection - 7954 + 8418 1.44

@@ -1169,7 +1169,7 @@ 60 1279 Xpunge - 7827 + 8099 0.7.1

1.0.0

2.1.1

@@ -1189,7 +1189,7 @@ 61 330066 Edit Email Subject (EES) - 7620 + 7929 2.1.1

3.2

4.3

@@ -1206,10 +1206,10 @@ - 62 + 63 988090 Google-4-TbSync - 7605 + 7828 0.1.8

@@ -1226,10 +1226,10 @@ - 63 + 64 988489 uBlock Origin - 7479 + 7677 @@ -1249,7 +1249,7 @@ 65 986372 BorderColors D - 7153 + 7478 1.1.1

1.4.0

2023.8.1
@@ -1269,7 +1269,7 @@ 66 472193 CategoryManager - 7091 + 7467 2.09

3.11

4.4

@@ -1287,29 +1287,9 @@ 67 - 987960 - Simple Startup Minimizer - 6568 - - - 0.6
- 0.6
- 0.6
- 0.6
- 0.6
- 2021-08-19 - 0.6
- 78.0 - * - * - - - - - 68 12018 Quick Folder Move - 6558 + 6862 1.6.1

1.7.1

1.9.0

@@ -1326,11 +1306,31 @@ - 69 - 742199 - Attach from Clipboard - 5836 - 1.1.0

+ 68 + 987960 + Simple Startup Minimizer + 6745 + + + 0.6
+ 0.6
+ 0.6
+ 0.6
+ 0.6
+ 2021-08-19 + 0.6
+ 78.0 + * + * + + + + + 69 + 742199 + Attach from Clipboard + 6037 + 1.1.0

1.3.68

1.78.1

1.91.2

@@ -1349,7 +1349,7 @@ 70 56935 Identity Chooser - 5810 + 6006 1.9.7

1.9.9

2.2

@@ -1369,7 +1369,7 @@ 71 809689 Grammalecte [fr] (for Thunderbird) - 5702 + 5903 1.5.0

1.9.2

2.1.1
@@ -1389,7 +1389,7 @@ 72 987995 Hide Local Folders for TB78++ - 5323 + 5592 1.0.1

@@ -1409,7 +1409,7 @@ 73 987906 Full Address Column - 5042 + 5282 1.0.4

1.0.4

@@ -1429,7 +1429,7 @@ 74 988175 Emoji - 4942 + 5152 3.19
@@ -1449,7 +1449,7 @@ 75 988164 Outlook/Teams Appointments - 4828 + 5103 1.2
@@ -1469,7 +1469,7 @@ 76 324497 SmartTemplates - 4805 + 5080 2.16

2.16

3.15.1

@@ -1489,7 +1489,7 @@ 77 988116 Charset Menu - 4736 + 5032 1.1.2

@@ -1509,7 +1509,7 @@ 78 987900 QNote - 4694 + 5020 0.12.5

0.12.5

@@ -1529,7 +1529,7 @@ 79 244848 ExQuilla for Exchange - 4629 + 4818 68.1.1


78.1

78.1

@@ -1549,7 +1549,7 @@ 80 988161 ✨ Awesome Emoji Picker ✨ - 4609 + 4809 @@ -1569,7 +1569,7 @@ 81 987888 Message Header Toolbar Customize - 4575 + 4732 2.2.1

@@ -1587,29 +1587,9 @@ 82 - 987931 - Birthday Calendar - 4374 - - - 1.0

- 1.0

- 1.2.2

- 1.2.2

- 1.2.2

- 2024-06-16 - 1.2.2

- 102.0 - 128.* - 128.* - - - - - 83 987944 Darko - 4364 + 4525 3.4
@@ -1625,11 +1605,31 @@ + + 83 + 987931 + Birthday Calendar + 4470 + + + 1.0

+ 1.0

+ 1.2.2

+ 1.2.2

+ 1.2.2

+ 2024-06-16 + 1.2.2

+ 102.0 + 128.* + 128.* + + + 85 646888 Dictionary for recipient - 4239 + 4429 1.0.3

2.0.5

2.3.1

@@ -1646,10 +1646,10 @@ - 86 + 87 12802 Phoenity Buttons - 4183 + 4337 2.7

3.8

4.2

@@ -1667,9 +1667,29 @@ 88 + 987892 + Quote Colors & Collapse + 4256 + + 1.0.5

+ 2.0.10

+ 3.2.7
+ 4.1.0
+ 4.2.1
+ 4.2.1
+ 2023-04-29 + 4.2.1
+ 113.0 + * + * + + + + + 89 747286 Google Keep Tab - 4071 + 4241 0.10.3

0.10.4

0.10.8
@@ -1686,30 +1706,30 @@ - 89 - 987892 - Quote Colors & Collapse - 4050 + 90 + 987885 + tbkeys-lite + 3947 - 1.0.5

- 2.0.10

- 3.2.7
- 4.1.0
- 4.2.1
- 4.2.1
- 2023-04-29 - 4.2.1
- 113.0 - * - * - + 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2023-07-20 + 2.2.4

+ 68.0 + 115.* + 130.* + - 90 + 91 11646 No Message Pane Sort - 3799 + 3926 1.4

1.5

2.0.2

@@ -1725,31 +1745,11 @@ - - 91 - 987885 - tbkeys-lite - 3786 - - 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2023-07-20 - 2.2.4

- 68.0 - 115.* - 130.* - - - 92 988001 Attachment Viewer: view in a tab, slid - 3722 + 3893 1.2.7

@@ -1769,7 +1769,7 @@ 93 59195 G-Hub Lite - 3637 + 3808 6.0.0

7.1.0
7.1.0
@@ -1789,7 +1789,7 @@ 95 988296 Minimize on startup - 3487 + 3624 1.1
@@ -1807,29 +1807,9 @@ 96 - 116388 - Automatic Dictionary - 3464 - 1.11.0

- 1.12.0

- 3.0.1

- 3.0.1

- 3.11.0

- 3.11.0

- 3.11.0

- 2024-07-15 - 3.11.0

- 102.0 - 129.0 - 129.0 - - - - - 97 987909 ThirdStats - 3457 + 3614 1.8.0
@@ -1846,10 +1826,10 @@ - 98 + 97 987801 FileLink for Plik - 3427 + 3607 1.2.2
1.2.2
@@ -1866,10 +1846,30 @@ - 99 + 98 + 116388 + Automatic Dictionary + 3603 + 1.11.0

+ 1.12.0

+ 3.0.1

+ 3.0.1

+ 3.11.0

+ 3.11.0

+ 3.11.0

+ 2024-07-15 + 3.11.0

+ 102.0 + 129.0 + 129.0 + + + + + 101 987740 Nostalgy++/ Manage, search and archive - 3384 + 3519 1.0.15

3.4.2

@@ -1886,10 +1886,10 @@ - 101 + 102 6533 ThreadVis - 3318 + 3506 2.3.2

3.0.1

3.1.1

@@ -1906,10 +1906,10 @@ - 102 + 103 331319 Folder Pane View Switcher - 3310 + 3417 2.0.2

4.0.2

4.0.2

@@ -1927,29 +1927,9 @@ 104 - 1898 - FolderFlags - 3267 - 1.2.6

- 1.6.0

- 1.6.0

- 1.6.0

- 1.6.0

- 1.6.0

- - 2023-06-19 - 1.6.0

- 68.0 - 115.* - 115.* - - - - - 105 988333 WhatsApp Web in Thunderbird - 3258 + 3408 1.4.2
1.4.2
@@ -1966,10 +1946,30 @@ - 107 + 105 + 1898 + FolderFlags + 3376 + 1.2.6

+ 1.6.0

+ 1.6.0

+ 1.6.0

+ 1.6.0

+ 1.6.0

+ + 2023-06-19 + 1.6.0

+ 68.0 + 115.* + 115.* + + + + + 106 986682 Disable DragAndDrop (New) - 3188 + 3362 5.3.0

5.3.0

@@ -1986,10 +1986,10 @@ - 109 + 108 46207 mailmindr - 3072 + 3212 0.9.1

0.9.4

1.5.0

@@ -2009,7 +2009,7 @@ 110 811161 WarnAttachment - 2859 + 3040 0.11

2.13

2.13

@@ -2029,7 +2029,7 @@ 112 988542 HTML Source Editor - 2702 + 2821 @@ -2049,7 +2049,7 @@ 113 356507 Header Tools Lite - 2612 + 2720 0.6.2

1.5.3

@@ -2066,10 +2066,10 @@ - 114 + 115 986692 Profile Switcher - 2572 + 2677 2.4

2.6

@@ -2086,10 +2086,10 @@ - 115 + 116 987775 Search Button - 2530 + 2649 1.0.1

2.3.2

@@ -2107,29 +2107,9 @@ 117 - 988190 - Old (classic) Icons - 2455 - - - 1.0.4

- 1.2.2

- 1.5.2


- 1.6


- - 2023-11-06 - 1.6


- 115.0 - 119.* - 125.* - - - - - 118 988429 AI Anywhere for ChatGPT - 2430 + 2555 @@ -2146,16 +2126,36 @@ - 119 - 988091 - Expression Search - NG - 2320 + 118 + 988190 + Old (classic) Icons + 2541 - 2.11

- 3.8.11

- 3.8.11

- 4.0.34

+ 1.0.4

+ 1.2.2

+ 1.5.2


+ 1.6


+ + 2023-11-06 + 1.6


+ 115.0 + 119.* + 125.* + + + + + 119 + 988091 + Expression Search - NG + 2412 + + + 2.11

+ 3.8.11

+ 3.8.11

+ 4.0.34

2024-04-21 4.0.34

@@ -2167,29 +2167,9 @@ 120 - 287743 - MailHops - 2279 - 3.2.0

- 3.8.1

- 4.3.3

- 4.3.3

- 4.3.3

- 4.4.0
- 4.4.0
- 2023-04-07 - 4.4.0
- 112.0 - * - * - - - - - 121 988617 Extract 'Em! - 2242 + 2351 @@ -2205,11 +2185,31 @@ + + 121 + 287743 + MailHops + 2339 + 3.2.0

+ 3.8.1

+ 4.3.3

+ 4.3.3

+ 4.3.3

+ 4.4.0
+ 4.4.0
+ 2023-04-07 + 4.4.0
+ 112.0 + * + * + + + 122 987764 Header Tools Improved - 2238 + 2320 2.3

3.7

@@ -2226,10 +2226,10 @@ - 123 + 124 987734 Mail Merge P - 2143 + 2258 2.3

@@ -2249,7 +2249,7 @@ 126 11727 ReFwdFormatter - 2062 + 2178 1.65.1

2.68.0

2.78.0

@@ -2266,10 +2266,10 @@ - 127 + 128 1203 Correct Identity
Identity Chooser - 2039 + 2118 2.0.1

@@ -2289,7 +2289,7 @@ 129 986300 URL Link - 2020 + 2085 2.05

3.5.2

3.5.2

@@ -2309,7 +2309,7 @@ 130 2874 Folder Account - 1970 + 2051 7.0

9.0

10.0

@@ -2329,7 +2329,7 @@ 131 988195 Filter Manager - 1925 + 1999 1.0

1.0

@@ -2347,29 +2347,9 @@ 132 - 987946 - Export to ZIP - 1831 - - - 1.0.0
- 1.0.0
- 1.0.0
- 1.0.0
- 1.0.0
- 2020-11-16 - 1.0.0
- 78.4.0 - * - * - - - - - 133 769143 Lightning Invitation Notifier | LIN - 1829 + 1923 1.4

2.1b

128.0

@@ -2385,11 +2365,31 @@ + + 133 + 987946 + Export to ZIP + 1907 + + + 1.0.0
+ 1.0.0
+ 1.0.0
+ 1.0.0
+ 1.0.0
+ 2020-11-16 + 1.0.0
+ 78.4.0 + * + * + + + 134 310 BiDi Mail UI - 1819 + 1854 0.10

0.13

0.13

@@ -2409,7 +2409,7 @@ 135 987932 StandardTexter - 1753 + 1843 0.61

1.1.0
@@ -2429,7 +2429,7 @@ 136 987833 GCalTab - 1695 + 1760 3.1.0
3.1.0
@@ -2447,29 +2447,9 @@ 137 - 2610 - Mailbox Alert - 1648 - 0.23.1

- 0.24

- 0.27

- 0.29.1

- 0.30

- - - 2022-07-03 - 0.30

- 102.0 - 102.* - 102.* - - - - - 138 2561 Copy Sent to Current - 1638 + 1705 1.2.4

2.0.3

3.27

@@ -2485,11 +2465,31 @@ + + 138 + 2610 + Mailbox Alert + 1698 + 0.23.1

+ 0.24

+ 0.27

+ 0.29.1

+ 0.30

+ + + 2022-07-03 + 0.30

+ 102.0 + 102.* + 102.* + + + 139 987800 Copy Address - 1585 + 1660 0.0.1
0.0.1
@@ -2509,7 +2509,7 @@ 140 987865 Previous Colors - 1519 + 1599 1.2

1.2

@@ -2525,31 +2525,11 @@ - - 141 - 988057 - KeepRunning - 1516 - - 2.2

- 2.2

- 2.2

- 2.2

- 2.2

- 2.2

- 2021-02-23 - 2.2

- 68.0 - * - * - - - 142 987689 changeQuote - 1489 + 1562 1.4

1.5.3

@@ -2566,30 +2546,30 @@ - 144 - 987911 - Spam Scores - 1473 - + 143 + 988057 + KeepRunning + 1561 - 1.3.1

- 1.4.2

- 1.4.2

- 1.4.2

- 1.4.2

- 2024-06-20 - 1.4.2

- 91.0a1 - 115.* + 2.2

+ 2.2

+ 2.2

+ 2.2

+ 2.2

+ 2.2

+ 2021-02-23 + 2.2

+ 68.0 + * * - 145 + 144 988187 Google Chat Tab - 1449 + 1540 0.1.0
@@ -2606,30 +2586,30 @@ - 146 - 988035 - Markdown Here Revival - 1434 - + 145 + 987911 + Spam Scores + 1523 - 3.3.1

- 3.5.1

- 3.5.1

- 3.5.1

- 2023-11-18 - 3.5.1

- 91.0 - 121.0 - 121.0 + 1.3.1

+ 1.4.2

+ 1.4.2

+ 1.4.2

+ 1.4.2

+ 2024-06-20 + 1.4.2

+ 91.0a1 + 115.* + * - 147 + 146 986323 ConfirmBeforeDelete - 1429 + 1493 0.3.8

1.3

1.5.5

@@ -2645,11 +2625,31 @@ + + 147 + 988035 + Markdown Here Revival + 1490 + + + 3.3.1

+ 3.5.1

+ 3.5.1

+ 3.5.1

+ + 2023-11-18 + 3.5.1

+ 91.0 + 121.0 + 121.0 + + + 148 987706 G Suite in tab - 1397 + 1469 0.2.0

1.0.1
@@ -2667,29 +2667,9 @@ 149 - 987784 - Config Button - 1389 - - 1.4

- 1.7

- 1.8

- 1.8

- 2.1

- 2.1

- 2024-04-22 - 2.1

- 111.0 - 127.* - 129.* - - - - - 150 988115 Clippings for Thunderbird - 1381 + 1457 6.1.6

@@ -2706,10 +2686,10 @@ - 151 + 150 705889 TORPEDO - TOoltip-poweRed Phishing Ema - 1363 + 1430 3.2.2
3.2.2
3.2.2
@@ -2726,10 +2706,30 @@ - 153 - 988081 - Outlook Address Book Enabler - 1298 + 151 + 987784 + Config Button + 1427 + + 1.4

+ 1.7

+ 1.8

+ 1.8

+ 2.1

+ 2.1

+ 2024-04-22 + 2.1

+ 111.0 + 127.* + 129.* + + + + + 153 + 988081 + Outlook Address Book Enabler + 1368 @@ -2749,7 +2749,7 @@ 154 2299 ThreadKey - 1293 + 1347 1.4

2.5

2.5

@@ -2767,29 +2767,9 @@ 155 - 987651 - Night and Day Dynamic - 1274 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2019-07-27 - 1.1
- 60.0 - * - * - - - - - 156 986632 SPAMBEE - 1273 + 1329 2.2.4

3.2.1

@@ -2805,11 +2785,31 @@ + + 156 + 987651 + Night and Day Dynamic + 1316 + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2019-07-27 + 1.1
+ 60.0 + * + * + + + 157 987787 Restart Button - 1272 + 1302 1.3

1.3

@@ -2827,9 +2827,29 @@ 158 + 987844 + InsertSignature + 1294 + + 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 2024-07-17 + 0.4.5
+ 68.6.0 + * + * + + + + + 159 988056 Get All Mail Button for TB78++ - 1265 + 1292 2.3.1

@@ -2846,10 +2866,10 @@ - 160 + 162 988059 Unsubscribe - 1233 + 1266 1.1.1
@@ -2866,30 +2886,10 @@ - 161 - 987844 - InsertSignature - 1233 - - 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 2024-07-17 - 0.4.5
- 68.6.0 - * - * - - - - - 162 + 163 360086 Toggle Headers - 1226 + 1259 1.0

2.0

3.0

@@ -2909,7 +2909,7 @@ 164 988215 Start with Inbox - 1158 + 1183 @@ -2926,30 +2926,30 @@ - 166 - 987914 - Filter on Folder Button - 1117 - + 165 + 988067 + Signature sync for Gmail + 1164 - 1.2.0

- 1.2.0

- 1.5.0

- 1.5.1

- 2023-09-05 - 1.5.1

- 115.0 - 115.* - 115.* - + 2.0.2

+ 3.1.1
+ 3.1.1
+ 3.1.1
+ 3.1.1
+ 2024-01-04 + 3.1.1
+ 91.0 + * + * + 167 987966 Search for - 1103 + 1151 1.0.1
@@ -2967,29 +2967,29 @@ 168 - 988067 - Signature sync for Gmail - 1101 + 987914 + Filter on Folder Button + 1149 - 2.0.2

- 3.1.1
- 3.1.1
- 3.1.1
- 3.1.1
- 2024-01-04 - 3.1.1
- 91.0 - * - * - + 1.2.0

+ 1.2.0

+ 1.5.0

+ 1.5.1

+ + 2023-09-05 + 1.5.1

+ 115.0 + 115.* + 115.* + 170 987808 quicker quicksearch - 1077 + 1125 2.6
2.6
@@ -3006,10 +3006,10 @@ - 172 + 173 988098 Thunderbird Todoist - 1060 + 1107 0.6
0.6
@@ -3026,10 +3026,10 @@ - 173 + 175 331666 QuickArchiver - 1041 + 1076 0.2.4

0.2.5

0.2.11

@@ -3049,7 +3049,7 @@ 176 612 NestedQuote Remover - 1012 + 1039 0.8.14

0.9.2

1.4.0
@@ -3069,7 +3069,7 @@ 180 987987 Toggle HTML - 976 + 1009 1.4

1.4

@@ -3086,10 +3086,10 @@ - 183 + 184 987858 Mark All Read:WE - 939 + 966 1.1
1.1
@@ -3106,30 +3106,30 @@ - 184 - 986334 - Open With - 936 - 6.8.6

- 6.9.2

- 7.2.6
- 7.2.6
- 7.2.6
- 7.2.6
- 7.2.6
- 2021-08-28 - 7.2.6
- 78.5.0 - * - * - + 185 + 987729 + New Folder Filters Button
Filter on Folder Button + 966 + + 1.5

+ 3.3

+ 3.3

+ 3.4

+ 3.4

+ + 2023-07-26 + 3.4

+ 102.0 + 115.* + 115.* + - 185 + 186 676875 Rspamd-spamness - 932 + 963 0.9.1

1.1.1

2.1.0a1

@@ -3146,30 +3146,30 @@ - 186 - 987729 - New Folder Filters Button
Filter on Folder Button - 931 - - 1.5

- 3.3

- 3.3

- 3.4

- 3.4

- - 2023-07-26 - 3.4

- 102.0 - 115.* - 115.* - + 187 + 986334 + Open With + 958 + 6.8.6

+ 6.9.2

+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 2021-08-28 + 7.2.6
+ 78.5.0 + * + * + - 187 + 188 987746 FileLink Provider for OwnCloud and Nex - 913 + 953 1.8
1.8
@@ -3189,7 +3189,7 @@ 190 987964 Smileyfixer - 874 + 917 2.0.1
@@ -3209,7 +3209,7 @@ 191 988546 Send Later Button - 870 + 914 1.2
@@ -3229,7 +3229,7 @@ 193 787632 Quick Folder Key Navigation - 857 + 891 1.0.0.3

3.3.1

3.3.1

@@ -3249,7 +3249,7 @@ 194 10149 New Tab Button - 855 + 882 0.2.10b1

0.3.0

2.0.6

@@ -3269,7 +3269,7 @@ 195 988108 OpenPGP Alias Updater - 823 + 875 0.3i

@@ -3287,9 +3287,29 @@ 197 + 988353 + Link Creator + 862 + + + + 1.0
+ 1.0
+ 1.1.2
+ 1.2
+ 2024-07-14 + 1.2
+ 124.0 + * + * + + + + + 198 987933 Toggle Line Wrap - 811 + 834 1.4.2

@@ -3306,10 +3326,10 @@ - 198 + 200 3492 Show InOut - 786 + 823 1.2.2

2.0.1

3.14

@@ -3326,30 +3346,30 @@ - 199 - 987984 - Just Report It - 770 + 201 + 988408 + @Contact Mention + 820 - 1.3.0
- 1.3.0
- 2.3.0
- 2.3.0
- 3.1.1
- 3.1.1
- 2024-02-28 - 3.1.1
- 115.0 + + + + 0.7.1
+ 0.7.1
+ 0.7.1
+ 2022-12-05 + 0.7.1
+ 102.0 * * - 200 + 202 407832 Filter Button - 769 + 795 1.2

1.2

@@ -3366,30 +3386,30 @@ - 202 - 988408 - @Contact Mention - 763 - - - + 203 + 987984 + Just Report It + 788 - 0.7.1
- 0.7.1
- 0.7.1
- 2022-12-05 - 0.7.1
- 102.0 + 1.3.0
+ 1.3.0
+ 2.3.0
+ 2.3.0
+ 3.1.1
+ 3.1.1
+ 2024-02-28 + 3.1.1
+ 115.0 * * - 203 + 205 988396 Attachment Saver - 734 + 767 @@ -3406,30 +3426,30 @@ - 204 - 988068 - Read Aloud: A Text to Speech Voice Rea - 725 - 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 2024-05-29 - 1.71.0
- 60.0 + 206 + 987776 + Limit non-BCC recipients + 754 + + + 2.1.1
+ 2.1.1
+ 2.1.1
+ 2.1.1
+ 2.1.1
+ 2021-05-12 + 2.1.1
+ 78.0 * * - 205 + 207 987994 Telegram Web in Thunderbird - 721 + 749 3.2.1
3.2.1
@@ -3446,30 +3466,30 @@ - 206 - 987776 - Limit non-BCC recipients - 719 - - - 2.1.1
- 2.1.1
- 2.1.1
- 2.1.1
- 2.1.1
- 2021-05-12 - 2.1.1
- 78.0 + 208 + 988068 + Read Aloud: A Text to Speech Voice Rea + 739 + 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 2024-05-29 + 1.71.0
+ 60.0 * * - 208 + 209 508826 EDS Calendar Integration - 704 + 725 0.5.3

0.8.0

0.9.3

@@ -3486,30 +3506,30 @@ - 209 - 988353 - Link Creator - 700 - + 210 + 987803 + Expand mailing lists + 722 - 1.0
- 1.0
- 1.1.2
- 1.2
- 2024-07-14 - 1.2
- 124.0 + 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 2020-12-03 + 1.1.0
+ 78.0 * * - 210 + 211 714655 Layout Button - 689 + 710 3.0
3.0
3.0
@@ -3525,31 +3545,11 @@ - - 211 - 987803 - Expand mailing lists - 685 - - - 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 2020-12-03 - 1.1.0
- 78.0 - * - * - - - 212 711456 TexTra - 683 + 710 1.0.15

1.18.0
1.18.0
@@ -3569,7 +3569,7 @@ 213 984085 Unmangle Microsoft ATP Safelinks - 673 + 701 1.51

2.0.2

3.0.1
@@ -3587,38 +3587,18 @@ 214 - 161710 - More Snooze - 664 - 1.2.1

- 2.0.1

- 3.3.2

- 3.3.2

- 3.3.2

- 3.3.2

+ 988066 + reply-all-auto-cc + 690 - 2023-07-06 - 3.3.2

- 78.0 - 115.* - 115.* - - - - - 215 - 451482 - Paranoia - 662 - 0.2.7

- 0.3.2

- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 2024-06-23 - 0.4.1
+ + 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.1.3
+ 2021-09-04 + 1.1.3
78.0 * * @@ -3626,10 +3606,10 @@ - 216 + 215 320395 RemindIt - 659 + 690 2.1a

3.0.68
3.0.68
@@ -3646,10 +3626,10 @@ - 218 + 216 161820 AlertSwitch - 650 + 684 0.9.03

0.9.4

0.9.14

@@ -3666,19 +3646,39 @@ - 219 - 988066 - reply-all-auto-cc - 647 - + 217 + 161710 + More Snooze + 684 + 1.2.1

+ 2.0.1

+ 3.3.2

+ 3.3.2

+ 3.3.2

+ 3.3.2

- 1.1.3
- 1.1.3
- 1.1.3
- 1.1.3
- 1.1.3
- 2021-09-04 - 1.1.3
+ 2023-07-06 + 3.3.2

+ 78.0 + 115.* + 115.* + + + + + 218 + 451482 + Paranoia + 680 + 0.2.7

+ 0.3.2

+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 2024-06-23 + 0.4.1
78.0 * * @@ -3689,7 +3689,7 @@ 220 987925 EML-Editor - 631 + 655 1.8

@@ -3709,7 +3709,7 @@ 221 988447 GMail Labels - 628 + 653 0.2
@@ -3726,10 +3726,30 @@ - 222 + 223 + 988256 + Grammar, Proofreading & Spell Checker + 644 + + + 1.2
+ 1.2
+ 1.2
+ 1.2
+ 1.2
+ 2022-03-01 + 1.2
+ 78.0 + * + * + + + + + 224 988382 Proton Calendar Toolbar Button - 624 + 639 @@ -3746,10 +3766,10 @@ - 223 + 225 987920 ProtonMail Encryption Status - 624 + 635 1.0
1.0
@@ -3766,30 +3786,30 @@ - 224 - 988256 - Grammar, Proofreading & Spell Checker - 617 + 227 + 988615 + Open Google Tasks + 619 - 1.2
- 1.2
- 1.2
- 1.2
- 1.2
- 2022-03-01 - 1.2
- 78.0 + + + 1.0
+ 1.0
+ 1.0
+ 2023-12-06 + 1.0
+ 102.0 * * - 225 + 228 988289 keepassxc-mail - 599 + 619 1.0.2.1

1.8

@@ -3806,39 +3826,39 @@ - 227 - 988615 - Open Google Tasks - 594 - + 229 + 988314 + Auto-Mark Folder Read + 613 - 1.0
- 1.0
- 1.0
- 2023-12-06 - 1.0
- 102.0 + 1.5
+ 1.5
+ 1.5
+ 1.5
+ 2022-08-16 + 1.5
+ 91.0 * * - 228 - 988314 - Auto-Mark Folder Read - 590 + 232 + 988513 + S3 FileLink Provider + 588 - 1.5
- 1.5
- 1.5
- 1.5
- 2022-08-16 - 1.5
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 2024-04-22 + 1.1.0
91.0 * * @@ -3846,10 +3866,10 @@ - 231 + 233 988099 Link in Tab - 570 + 583 1.6
@@ -3865,31 +3885,11 @@ - - 233 - 988513 - S3 FileLink Provider - 565 - - - - 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 2024-04-22 - 1.1.0
- 91.0 - * - * - - - 235 4268 Colored Diffs - 515 + 538 0.9

1.9

2.1.1
@@ -3909,7 +3909,7 @@ 236 986655 FrameWhite - 509 + 526 57.8

117.1
@@ -3927,29 +3927,29 @@ 237 - 987786 - DevTools Button - 501 + 2548 + Sieve + 524 + 0.3.1

+ 0.6.1

+ 0.6.1

+ 0.6.1

+ 0.6.1

- 1.2

- 1.3

- 1.5

- 1.5

- 1.5

- 1.5

- 2024-04-22 - 1.5

- 91.0 - 127.* - 129.* + + 2021-11-08 + 0.6.1

+ 68.0a1 + 102.0 + 102.0 - 238 + 239 988145 Google Messages Tab - 499 + 514 1.0.0
@@ -3966,10 +3966,10 @@ - 239 + 240 988079 Open Image In New Tab - 495 + 513 1.0.1
@@ -3986,30 +3986,10 @@ - 240 - 2548 - Sieve - 495 - 0.3.1

- 0.6.1

- 0.6.1

- 0.6.1

- 0.6.1

- - - 2021-11-08 - 0.6.1

- 68.0a1 - 102.0 - 102.0 - - - - - 242 + 241 988064 Thematic - 486 + 511 7.0.2
7.0.2
7.0.2
@@ -4025,11 +4005,31 @@ + + 242 + 49594 + SubSwitch + 508 + 0.9.36

+ 0.9.39

+ 0.9.56

+ 0.9.56

+ 0.9.56

+ 0.9.62

+ + 2023-09-20 + 0.9.62

+ 115.0 + 119.* + 119.* + + + 243 987923 Move Mail Shortcuts - 486 + 504 5
@@ -4049,7 +4049,7 @@ 244 988488 Just Verify It - 479 + 495 @@ -4069,7 +4069,7 @@ 245 987785 Toggle Message Pane - 479 + 495 1.4

1.4

@@ -4087,29 +4087,9 @@ 246 - 49594 - SubSwitch - 478 - 0.9.36

- 0.9.39

- 0.9.56

- 0.9.56

- 0.9.56

- 0.9.62

- - 2023-09-20 - 0.9.62

- 115.0 - 119.* - 119.* - - - - - 247 987807 Add to Mailing list - 477 + 492 1.0
1.0
1.1
@@ -4125,11 +4105,51 @@ + + 247 + 467893 + Macro Template + 488 + + 2.1.1.1

+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 2024-01-28 + 3.3.0.0
+ 78.0 + * + * + + + 248 + 987821 + OpenAttachmentByExtension + 485 + + 0.10.4

+ 0.10.4

+ 0.10.4

+ 0.10.4

+ 0.10.4

+ + 2023-06-20 + 0.10.4

+ 68.6.0 + 115.* + 115.* + + + + + 249 988553 Dark Plain Text - 468 + 482 @@ -4146,10 +4166,10 @@ - 249 + 250 987902 Deselect on Delete TB78 - 465 + 479 3.6

@@ -4166,10 +4186,10 @@ - 250 + 251 987705 Open Tab - 463 + 479 1.2
1.2
1.2
@@ -4186,55 +4206,15 @@ - 251 - 987821 - OpenAttachmentByExtension - 461 + 252 + 987727 + Monterail Full Dark 2 for TB>68 + 469 - 0.10.4

- 0.10.4

- 0.10.4

- 0.10.4

- 0.10.4

- - 2023-06-20 - 0.10.4

- 68.6.0 - 115.* - 115.* - - - - - 252 - 467893 - Macro Template - 460 - - 2.1.1.1

- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 2024-01-28 - 3.3.0.0
- 78.0 - * - * - - - - - 253 - 987727 - Monterail Full Dark 2 for TB>68 - 454 - - 2.1

- 3.2.3

- 3.3

- 3.3

+ 2.1

+ 3.2.3

+ 3.3

+ 3.3

2021-08-16 @@ -4246,10 +4226,10 @@ - 254 + 253 348798 Evernote Tab - 448 + 465 0.1.21

2.0.2
@@ -4266,10 +4246,10 @@ - 255 + 256 988418 Proton Mail Toolbar Button - 445 + 450 @@ -4285,11 +4265,31 @@ + + 258 + 987786 + DevTools Button + 440 + + 1.2

+ 1.3

+ 1.5

+ 1.5

+ 1.5

+ 1.5

+ 2024-04-22 + 1.5

+ 91.0 + 127.* + 129.* + + + 259 988442 Move Folder (context-menu) - 402 + 415 @@ -4309,7 +4309,7 @@ 260 988365 Advanced Composer - 397 + 414 @@ -4329,7 +4329,7 @@ 261 988293 Joplin Export - 376 + 389 @@ -4345,31 +4345,11 @@ - - 262 - 988255 - Topic Tree / Notebook in TB - 365 - - - 1.2.10
- 1.4.5
- 1.4.5
- 1.4.5
- 1.4.5
- 2023-05-16 - 1.4.5
- 91.0 - * - * - - - 263 988087 Message Mover - 365 + 380 1.6.0
@@ -4389,7 +4369,7 @@ 264 988038 Archive old messages - 364 + 379 0.1.4
@@ -4405,11 +4385,31 @@ + + 265 + 988255 + Topic Tree / Notebook in TB + 378 + + + 1.2.10
+ 1.4.5
+ 1.4.5
+ 1.4.5
+ 1.4.5
+ 2023-05-16 + 1.4.5
+ 91.0 + * + * + + + 266 988416 Quick Filter By - 352 + 365 7

@@ -4429,7 +4429,7 @@ 267 987806 Weatherlicious - 351 + 364 2.0
2.0
2.0
@@ -4446,10 +4446,10 @@ - 270 + 269 988493 Aify - 345 + 361 1.19
@@ -4466,10 +4466,10 @@ - 271 + 272 988304 Contact Finder - 342 + 355 1.2
@@ -4486,10 +4486,10 @@ - 272 + 273 532656 CardDAV Browser - 342 + 354 7.0
@@ -4506,10 +4506,10 @@ - 273 + 274 367989 Rise of the Tools - 342 + 351 1.1.1.0

1.2.0.2

2.0.0.2

@@ -4526,30 +4526,10 @@ - 274 - 987894 - ScrollAnywhere - 339 - - - 9.2
- 9.2
- 9.2
- 9.2
- 9.2
- 2022-04-19 - 9.2
- 78.0 - * - * - - - - - 277 + 276 988228 cb_thunderlink - 334 + 346 1.7.3

1.7.3

@@ -4566,10 +4546,10 @@ - 278 + 277 988439 RemindMe - 327 + 345 @@ -4586,19 +4566,19 @@ - 279 - 987852 - PGPGeek - 324 + 278 + 987894 + ScrollAnywhere + 343 - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2020-07-09 - 1.6
+ 9.2
+ 9.2
+ 9.2
+ 9.2
+ 9.2
+ 2022-04-19 + 9.2
78.0 * * @@ -4609,7 +4589,7 @@ 280 988342 External Editor Revived - 320 + 331 @@ -4627,29 +4607,29 @@ 281 - 987857 - Preferences Button - 320 + 988532 + Tagger + 329 - 1.2

- 1.2

- 1.5

- 1.5

- 1.5

- 1.5

- 2024-04-22 - 1.5

- 91.0 - 127.* - 129.* - + + + + 1.2
+ 1.2
+ 1.2
+ 2023-07-25 + 1.2
+ 102.0 + * + * + 282 988160 Unicodify – Text transformer - 318 + 329 @@ -4667,49 +4647,49 @@ 283 - 988532 - Tagger - 315 - - + 987852 + PGPGeek + 329 - 1.2
- 1.2
- 1.2
- 2023-07-25 - 1.2
- 102.0 + 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2020-07-09 + 1.6
+ 78.0 * * - 285 - 986610 - userChromeJS - 309 - 0.0.3

- 1.0

- 1.0

- 1.2

- 1.2

- 1.2

- 1.2

- 2023-09-05 - 1.2

+ 284 + 987857 + Preferences Button + 327 + + 1.2

+ 1.2

+ 1.5

+ 1.5

+ 1.5

+ 1.5

+ 2024-04-22 + 1.5

91.0 - 119.* - 128.* + 127.* + 129.* - 286 + 285 987980 Add contact to CC by mentioning in bod - 308 + 325 0.6.4
@@ -4726,50 +4706,30 @@ - 287 - 988230 - MetaClean for Thunderbird - 306 - - - 1.7

- 1.7

- 2.0.2

- 2.0.2

- - 2024-02-13 - 2.0.2

- 102.0 - 120.* - 120.* - - - - - 289 - 988383 - Get Map for Thunderbird - 301 - - - - - 0.5

- 0.5

- - 2023-08-01 - 0.5

- 102.0 - 115.* - 115.* + 286 + 986610 + userChromeJS + 318 + 0.0.3

+ 1.0

+ 1.0

+ 1.2

+ 1.2

+ 1.2

+ 1.2

+ 2023-09-05 + 1.2

+ 91.0 + 119.* + 128.* - 290 + 287 805362 Copy Message ID - 299 + 316 1.0.1

1.3.2
1.3.2
@@ -4786,50 +4746,50 @@ - 291 - 690062 - Sender Frequency - 299 - 1.2.1

- 2.0.5

- 2.0.5

- 2.0.5

- 2.0.5

- 3.0.1

- 3.1.0

- 2024-07-07 - 3.1.0

- 128.0 - 128.* - 128.* + 289 + 988230 + MetaClean for Thunderbird + 312 + + + 1.7

+ 1.7

+ 2.0.2

+ 2.0.2

+ + 2024-02-13 + 2.0.2

+ 102.0 + 120.* + 120.* - 292 - 746354 - New Email To All:reply, ready for new - 296 + 291 + 988383 + Get Map for Thunderbird + 309 - 1.2.0

- 2.1
- 2.1
- 2.1
- 2.1
- 2.1
- 2021-03-18 - 2.1
- 78.4.0 - * - * - + + + + 0.5

+ 0.5

+ + 2023-08-01 + 0.5

+ 102.0 + 115.* + 115.* + - 294 + 292 987701 M-Hub Lite - 294 + 309 2.0.0
2.0.0
@@ -4846,30 +4806,50 @@ - 298 - 988238 - Get All Senders - 281 - + 293 + 746354 + New Email To All:reply, ready for new + 307 - 1.1.1
- 1.1.1
- 1.1.1
- 1.1.1
- 1.1.1
- 2022-08-14 - 1.1.1
- 78.0 + 1.2.0

+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2021-03-18 + 2.1
+ 78.4.0 * * - 300 + 294 + 690062 + Sender Frequency + 306 + 1.2.1

+ 2.0.5

+ 2.0.5

+ 2.0.5

+ 2.0.5

+ 3.0.1

+ 3.1.0

+ 2024-07-07 + 3.1.0

+ 128.0 + 128.* + 128.* + + + + + 297 988608 Open Google Chat - 277 + 294 @@ -4885,11 +4865,31 @@ + + 299 + 988238 + Get All Senders + 292 + + + 1.1.1
+ 1.1.1
+ 1.1.1
+ 1.1.1
+ 1.1.1
+ 2022-08-14 + 1.1.1
+ 78.0 + * + * + + + 301 559954 Tidybird - 277 + 290 1.3.1

2.1

3.2.1

@@ -4905,31 +4905,11 @@ - - 303 - 987859 - Pywalfox - 274 - 2.0.11
- 2.0.11
- 2.0.11
- 2.0.11
- 2.0.11
- 2.0.11
- 2.0.11
- 2023-01-24 - 2.0.11
- 60.0 - * - * - - - 304 844927 ToggleReplied - 273 + 284 0.5.3

1.0.5

@@ -4946,10 +4926,30 @@ - 308 + 305 + 987859 + Pywalfox + 283 + 2.0.11
+ 2.0.11
+ 2.0.11
+ 2.0.11
+ 2.0.11
+ 2.0.11
+ 2.0.11
+ 2023-01-24 + 2.0.11
+ 60.0 + * + * + + + + + 311 988362 Scriptable Notifications - 267 + 274 @@ -4965,40 +4965,20 @@ - - 309 - 986522 - PopMailListRecipients 2 - 267 - - 1.1

- 2.3
- 2.3
- 2.3
- 2.3
- 2.3
- 2020-09-04 - 2.3
- 74.0 - * - * - - - 312 988024 Open in browser - 266 + 274 - 0.1.4
- 0.1.4
- 0.1.4
- 0.1.4
- 0.1.4
- 2022-06-21 - 0.1.4
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 2024-07-19 + 0.1.5
78.0 * * @@ -5006,20 +4986,20 @@ - 314 - 988002 - Autofile - fast e-mail to folder filin - 261 - + 313 + 986522 + PopMailListRecipients 2 + 272 - 2.0.2
- 2.0.2
- 2.0.2
- 2.0.2
- 2.0.2
- 2024-05-16 - 2.0.2
- 78.0 + 1.1

+ 2.3
+ 2.3
+ 2.3
+ 2.3
+ 2.3
+ 2020-09-04 + 2.3
+ 74.0 * * @@ -5029,7 +5009,7 @@ 315 988540 ThunderWebTabs - 257 + 269 0.4.0
0.4.0
@@ -5047,29 +5027,9 @@ 316 - 988221 - ReplyAsOriginalRecipientUp - 257 - - - - 1.0.1
- 1.0.1
- 1.0.1
- 1.0.1
- 2021-11-24 - 1.0.1
- 91.0 - * - * - - - - - 319 988422 Simple Template - 252 + 268 @@ -5085,11 +5045,51 @@ + + 317 + 988002 + Autofile - fast e-mail to folder filin + 268 + + + 2.0.2
+ 2.0.2
+ 2.0.2
+ 2.0.2
+ 2.0.2
+ 2024-05-16 + 2.0.2
+ 78.0 + * + * + + + 320 + 988221 + ReplyAsOriginalRecipientUp + 260 + + + + 1.0.1
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 2021-11-24 + 1.0.1
+ 91.0 + * + * + + + + + 321 987738 Move messages - 250 + 260 1.10
1.10
@@ -5107,9 +5107,29 @@ 322 + 988060 + Text Insert: Templates/Instant Spell C + 257 + + + 1.5.7
+ 1.5.7
+ 1.5.7
+ 1.5.7
+ 1.5.7
+ 2023-12-05 + 1.5.7
+ 78.6.0 + 115.* + 128.* + + + + + 324 987926 UrgentMail - 247 + 254 1.5
@@ -5126,30 +5146,30 @@ - 323 - 988060 - Text Insert: Templates/Instant Spell C - 246 + 325 + 988279 + Jitsi Meet event generator + 251 - 1.5.7
- 1.5.7
- 1.5.7
- 1.5.7
- 1.5.7
- 2023-12-05 - 1.5.7
- 78.6.0 - 115.* - 128.* + 0.2.2
+ 0.2.2
+ 0.2.2
+ 0.2.2
+ 0.2.2
+ 2022-04-01 + 0.2.2
+ 78.0 + * + * - 324 + 326 986523 Hide Email Folders - 245 + 251 1.0

2.0

3.0.0

@@ -5166,30 +5186,10 @@ - 325 - 988279 - Jitsi Meet event generator - 243 - - - 0.2.2
- 0.2.2
- 0.2.2
- 0.2.2
- 0.2.2
- 2022-04-01 - 0.2.2
- 78.0 - * - * - - - - - 328 + 327 988197 TabControl - 238 + 245 0.3.0
0.3.0
@@ -5206,10 +5206,10 @@ - 330 + 329 988625 ObsidianClipper - 231 + 241 0.4.1
@@ -5229,7 +5229,7 @@ 331 987860 Empty Folder - 230 + 238 1.4
1.4
@@ -5246,10 +5246,10 @@ - 338 + 337 988338 WhatsApp - Thunderbird - 214 + 223 1.1
@@ -5269,7 +5269,7 @@ 340 987726 Monterail Dark 2 for TB>68 - 210 + 219 2.1

3.2.1

@@ -5287,9 +5287,29 @@ 341 + 988430 + archive-by-time + 216 + + + 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 2024-01-11 + 0.4.1
+ 78.0 + * + * + + + + + 343 704523 EuropeanMX Spam Reporter - 209 + 215 1.0

2.1
@@ -5306,10 +5326,10 @@ - 346 + 345 988561 Freecosys - Провайдер FileLink - 204 + 214 @@ -5326,30 +5346,10 @@ - 347 - 988271 - Autocopy 78+ - 204 - - - 3.0.2
- 3.0.2
- 3.0.2
- 3.0.2
- 3.0.2
- 2022-02-25 - 3.0.2
- 78.4.0 - * - * - - - - - 348 + 346 986415 stripImages - 203 + 212 1.0.9
1.0.9
@@ -5367,9 +5367,29 @@ 349 + 988271 + Autocopy 78+ + 209 + + + 3.0.2
+ 3.0.2
+ 3.0.2
+ 3.0.2
+ 3.0.2
+ 2022-02-25 + 3.0.2
+ 78.4.0 + * + * + + + + + 351 988423 SpamTester - 200 + 206 1.0.1
@@ -5386,10 +5406,10 @@ - 350 + 352 988113 Ungender - 200 + 205 1.0.0
@@ -5406,30 +5426,10 @@ - 351 - 988430 - archive-by-time - 196 - - - 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 2024-01-11 - 0.4.1
- 78.0 - * - * - - - - - 352 + 354 988359 thundersort - 195 + 201 @@ -5446,10 +5446,10 @@ - 354 + 355 988356 Auto Mark As Read - 192 + 197 1.0.10
1.0.10
1.0.10
@@ -5469,7 +5469,7 @@ 358 988374 SmartProxy - 186 + 193 @@ -5486,10 +5486,10 @@ - 360 + 362 988319 10ten Japanese Reader (Rikaichamp) - 180 + 186 @@ -5507,9 +5507,29 @@ 363 + 988070 + OpenFolder + 182 + + 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 2021-04-21 + 1.1.0
+ 68.0 + * + * + + + + + 366 415184 iOS IMAP Notes - 175 + 179 0.1.2

0.1.4

@@ -5529,7 +5549,7 @@ 368 745576 Logout - 169 + 176 1.3

2.0

2.5

@@ -5546,30 +5566,30 @@ - 369 - 988070 - OpenFolder - 168 + 371 + 988292 + CustomCSS + 172 - 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 2021-04-21 - 1.1.0
- 68.0 + + + 1.3
+ 1.3
+ 1.3
+ 1.3
+ 2023-09-30 + 1.3
+ 91.0 * * - 370 + 372 1392 Maximize Message Pane - 167 + 172 1.2.31

1.3.1

2.0.10

@@ -5586,30 +5606,30 @@ - 372 - 988292 - CustomCSS - 164 + 374 + 988427 + EnhancedReplyHeaders + 167 - 1.3
- 1.3
- 1.3
- 1.3
- 2023-09-30 - 1.3
- 91.0 - * + + 1.0
+ 1.0
+ 1.0
+ 2023-01-06 + 1.0
+ 102.0 + 102.* * - 374 + 375 987921 Safelink removal - 162 + 167 0.0.4d
@@ -5626,10 +5646,10 @@ - 375 + 376 988612 Open Google Keep - 161 + 166 @@ -5646,50 +5666,30 @@ - 376 - 988427 - EnhancedReplyHeaders - 160 - - - - - 1.0
- 1.0
- 1.0
- 2023-01-06 - 1.0
- 102.0 - 102.* - * - - - - - 377 - 988268 - GTrash - 157 - + 379 + 987935 + RedThunderMineBird Plus + 164 - 0.2.1
- 0.3.0
- 0.3.0
- 0.3.0
- 2022-06-30 - 0.3.0
- 102.0 + 2.2.0
+ 2.2.0
+ 2.2.0
+ 2.2.0
+ 2.2.0
+ 2021-10-20 + 2.2.0
+ 78.0 * * - 378 + 380 988227 Render Markdown Messages - 157 + 162 1.2.0
@@ -5706,10 +5706,10 @@ - 381 + 382 988307 AddAccents - 154 + 160 @@ -5727,49 +5727,49 @@ 383 - 987935 - RedThunderMineBird Plus - 153 + 988268 + GTrash + 160 - 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
- 2021-10-20 - 2.2.0
- 78.0 + + 0.2.1
+ 0.3.0
+ 0.3.0
+ 0.3.0
+ 2022-06-30 + 0.3.0
+ 102.0 * * - 384 - 988085 - Open Google Voice - 148 + 386 + 988094 + RainbowNote + 152 - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2021-03-25 - 1.0
- 68.0 + + 31.1
+ 31.1
+ 31.1
+ 31.1
+ 31.1
+ 2024-02-27 + 31.1
+ 78.0 * * - 385 + 387 566490 Expertspam - 148 + 152 1.60

2.0.0
@@ -5787,49 +5787,9 @@ 388 - 988094 - RainbowNote - 145 - - - 31.1
- 31.1
- 31.1
- 31.1
- 31.1
- 2024-02-27 - 31.1
- 78.0 - * - * - - - - - 389 - 534258 - Received - 145 - 0.2.3

- 1.0.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2024-07-04 - 2.6.0

- 78.0 - 128.* - 129.* - - - - - 390 988576 Last selected message - 144 + 151 @@ -5846,30 +5806,30 @@ - 391 - 987823 - AutoBucket - 144 + 389 + 988085 + Open Google Voice + 151 - 1.0.13
- 1.2.0
- 1.2.0
- 1.2.0
- 1.2.0
- 1.2.0
- 2021-02-08 - 1.2.0
- 78.0 + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2021-03-25 + 1.0
+ 68.0 * * - 392 + 390 988391 Compose Responsive Images - 143 + 150 @@ -5886,10 +5846,50 @@ - 393 + 393 + 987823 + AutoBucket + 148 + + 1.0.13
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 2021-02-08 + 1.2.0
+ 78.0 + * + * + + + + + 394 + 534258 + Received + 148 + 0.2.3

+ 1.0.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2024-07-04 + 2.6.0

+ 78.0 + 128.* + 129.* + + + + + 396 988166 googlesearchwebapp - 143 + 146 1.2
@@ -5906,10 +5906,10 @@ - 394 + 398 615980 Toggle Quotes (Collapse Quotes)
Quote Colors & Collapse - 141 + 144 0.9

2.0

3.2

@@ -5926,10 +5926,10 @@ - 398 + 400 327780 Auto Select Latest Message - 138 + 141 2.2.0

2.3.0b1

3.2.1

@@ -5945,11 +5945,31 @@ + + 401 + 988303 + TUD-CERT Phishing Report + 140 + + + 23.8.1

+ 23.8.1

+ 23.8.1

+ 23.8.1

+ + 2023-08-21 + 23.8.1

+ 78.0 + 115.* + 115.* + + + 402 988243 Seafile Filelink - 133 + 140 1.0.1
@@ -5966,30 +5986,10 @@ - 407 - 988303 - TUD-CERT Phishing Report - 131 - - - 23.8.1

- 23.8.1

- 23.8.1

- 23.8.1

- - 2023-08-21 - 23.8.1

- 78.0 - 115.* - 115.* - - - - - 412 + 411 988371 Mark Read on Reply - 126 + 133 @@ -6009,7 +6009,7 @@ 413 988183 CloneMessage - 126 + 131 1.3
@@ -6025,31 +6025,11 @@ - - 415 - 988167 - todowebapp - 124 - - - 1.2
- 1.2
- 1.3
- 1.3
- 1.3
- 2023-06-18 - 1.3
- 102.0 - 102.* - * - - - 417 988180 Strip inline images - 122 + 128 1.0
@@ -6067,9 +6047,29 @@ 418 + 988167 + todowebapp + 128 + + + 1.2
+ 1.2
+ 1.3
+ 1.3
+ 1.3
+ 2023-06-18 + 1.3
+ 102.0 + 102.* + * + + + + + 420 988122 Addon-Info/Sync/Compatibility - 122 + 126 1.1
@@ -6086,10 +6086,10 @@ - 419 + 421 986230 Mailing list filter - 122 + 126 1.1.1

2.0.0

3.0.1

@@ -6109,7 +6109,7 @@ 422 988715 AI Grammar - 119 + 125 2
@@ -6126,10 +6126,10 @@ - 426 + 424 372603 Enhanced Priority Display - 117 + 122 1.8.2

3.0.3

3.0.3

@@ -6146,30 +6146,10 @@ - 427 - 988613 - Open Google Messages - 115 - - - - - 0.2
- 0.2
- 0.2
- 2024-03-02 - 0.2
- 102.0 - * - * - - - - - 432 + 428 988176 Notebird - 113 + 120 1.7.0.1
1.7.0.1
1.7.0.1
@@ -6186,10 +6166,10 @@ - 434 + 432 988698 Thunderbird Email 2 CSV Exporter - 112 + 118 3.0
3.0
3.0
@@ -6206,10 +6186,30 @@ - 435 + 433 + 988613 + Open Google Messages + 118 + + + + + 0.2
+ 0.2
+ 0.2
+ 2024-03-02 + 0.2
+ 102.0 + * + * + + + + + 434 988591 One-Click Forward - 111 + 117 1.0.2
@@ -6229,7 +6229,7 @@ 436 987869 Next Unread Thread (Mark All Read) - 111 + 115 1.1

1.1

@@ -6246,10 +6246,10 @@ - 437 + 438 987868 Next Unread Group (Mark All Read) - 111 + 114 1.1

1.1

@@ -6266,50 +6266,30 @@ - 440 - 988252 - RepSel: Reply to all selected mails - 107 - + 443 + 988387 + DS-BCC + 112 - 5
- 6.0
- 6.0
- 6.0
- 6.0
- 2023-10-17 - 6.0
- 88.0a1 - * - * - - - - - 441 - 987916 - telegramwebapp - 107 - 1.2
- 1.2
- 1.31
- 1.31
- 1.31
- 2023-06-18 - 1.31
- 102.0 - 102.* + 1.0.7
+ 1.0.7
+ 1.0.7
+ 1.0.7
+ 2024-02-12 + 1.0.7
+ 91.0 + * * - 442 + 444 987838 Sender Domain - 107 + 111 0.0.2

0.0.2

@@ -6327,9 +6307,29 @@ 446 + 988252 + RepSel: Reply to all selected mails + 110 + + + 5
+ 6.0
+ 6.0
+ 6.0
+ 6.0
+ 2023-10-17 + 6.0
+ 88.0a1 + * + * + + + + + 447 988025 Safe Links Cleaner - 106 + 110 1.5.6
@@ -6346,50 +6346,30 @@ - 449 - 987907 - Mark GMail Read - 104 - - 2.0.1

- 3.0.1

- - 4.0.0
- 4.0.0
- 4.0.0
- 2022-11-07 - 4.0.0
- 102.0 - * - * - - - - - 452 - 988387 - DS-BCC - 103 - - + 448 + 987916 + telegramwebapp + 110 - 1.0.7
- 1.0.7
- 1.0.7
- 1.0.7
- 2024-02-12 - 1.0.7
- 91.0 - * + + 1.2
+ 1.2
+ 1.31
+ 1.31
+ 1.31
+ 2023-06-18 + 1.31
+ 102.0 + 102.* * - 454 + 450 4454 Priority Switcher - 102 + 109 0.7.10b1

0.8.1

2.0.3

@@ -6405,11 +6385,31 @@ + + 452 + 987907 + Mark GMail Read + 107 + + 2.0.1

+ 3.0.1

+ + 4.1.0
+ 4.1.0
+ 4.1.0
+ 2024-07-19 + 4.1.0
+ 102.0 + * + * + + + 456 988188 MoreLayouts - 98 + 103 @@ -6426,10 +6426,10 @@ - 457 + 458 988564 Paste code - 97 + 102 0.1
@@ -6446,10 +6446,10 @@ - 458 + 460 987779 BrowseInTab - 97 + 100 2.8

@@ -6466,10 +6466,10 @@ - 463 + 461 988677 Tag Sync for TB - 93 + 99 1.2.9
1.2.9
1.2.9
@@ -6486,10 +6486,10 @@ - 464 + 465 987988 Toggle Inline - 93 + 97 1.2

@@ -6509,7 +6509,7 @@ 466 546538 Single Domain - 92 + 95 2.5

3.3.1

4.3
@@ -6526,50 +6526,50 @@ - 467 - 988327 - Netiquette checker and wrapper - 91 + 468 + 988543 + selectAll Button + 92 + 1.1
1.1
1.1
1.1
+ 2023-08-04 1.1
- 2022-09-29 - 1.1
- 78.0 + 91.0 * * - 468 - 988543 - selectAll Button - 90 - + 469 + 988327 + Netiquette checker and wrapper + 92 1.1
1.1
1.1
1.1
- 2023-08-04 1.1
- 91.0 + 2022-09-29 + 1.1
+ 78.0 * * - 469 + 470 852623 Remote Content By Folder - 90 + 92 1.0.1

1.0.10

2.0.1

@@ -6589,7 +6589,7 @@ 472 988417 Empty Folder - 88 + 90 6
@@ -6606,10 +6606,30 @@ - 481 + 474 + 986363 + ansitel Click-to-Dial MT2 + 90 + + 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2021-10-06 + 1.6
+ 68.3.0 + * + * + + + + + 482 988557 Change Link Appearance - 84 + 88 1.1
@@ -6626,10 +6646,50 @@ - 482 + 483 + 988393 + Audio Preview + 88 + + + + + 1.0
+ 1.0
+ 1.0
+ 2022-11-02 + 1.0
+ 102.0 + * + * + + + + + 484 + 988171 + msofficewebapp + 88 + + + 1.2
+ 1.2
+ 1.3
+ 1.3
+ 1.3
+ 2023-06-18 + 1.3
+ 102.0 + 102.* + * + + + + + 487 988445 AutoMover - 84 + 87 1.5
@@ -6646,30 +6706,10 @@ - 483 - 987834 - SpoofDetection - 84 - - - 2.6.3
- 2.6.3
- 2.6.3
- 2.6.3
- 2.6.3
- 2020-07-29 - 2.6.3
- 73.0a1 - * - * - - - - - 485 + 488 988531 New Tab - 83 + 86 1.0
1.0
1.0
@@ -6686,70 +6726,50 @@ - 487 - 988393 - Audio Preview - 83 - - + 489 + 987834 + SpoofDetection + 86 - 1.0
- 1.0
- 1.0
- 2022-11-02 - 1.0
- 102.0 + 2.6.3
+ 2.6.3
+ 2.6.3
+ 2.6.3
+ 2.6.3
+ 2020-07-29 + 2.6.3
+ 73.0a1 * * - 488 - 988171 - msofficewebapp + 492 + 987989 + Toggle Summary 83 - 1.2
- 1.2
- 1.3
- 1.3
- 1.3
- 2023-06-18 - 1.3
+ 1.3

+ 1.4

+ 1.5

+ 1.5

+ 1.5

+ 2024-01-17 + 1.5

102.0 - 102.* - * - - - - - 491 - 986363 - ansitel Click-to-Dial MT2 - 82 - - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2021-10-06 - 1.6
- 68.3.0 - * - * - + 123.* + 129.* + - 492 + 494 988282 CatchAll Bird - 81 + 82 1.1.2
@@ -6766,30 +6786,30 @@ - 493 - 987989 - Toggle Summary - 81 - + 495 + 987664 + Copy Patch + 82 - 1.3

- 1.4

- 1.5

- 1.5

- 1.5

- 2024-01-17 - 1.5

- 102.0 - 123.* - 129.* - + 1.3.2

+ 2.1.3

+ 2.1.3

+ 2.2.1
+ 2.2.1
+ 2.2.1
+ 2023-08-14 + 2.2.1
+ 102.4.0 + * + * + - 494 + 497 988389 Thunderbird OpenProject - 78 + 81 0.5
0.5
@@ -6806,30 +6826,30 @@ - 495 - 987664 - Copy Patch + 499 + 987922 + Date detection 78 - 1.3.2

- 2.1.3

- 2.1.3

- 2.2.1
- 2.2.1
- 2.2.1
- 2023-08-14 - 2.2.1
- 102.4.0 - * - * - + 0.0.7

+ 0.0.7

+ 0.0.7

+ 0.0.7

+ 0.0.7

+ + 2023-07-12 + 0.0.7

+ 68.0 + 117.* + 117.* + - 497 + 500 207607 filemail - 76 + 78 0.6.4

0.6.5

@@ -6846,7 +6866,27 @@ - 500 + 502 + 988199 + RT Archive Emails to Sugar & SuiteCRM + 76 + + + 2.2.3
+ 2.2.3
+ 2.2.3
+ 2.2.3
+ 2.2.3
+ 2024-06-10 + 2.2.3
+ 78.0 + * + * + + + + + 503 988288 sms77 75 @@ -6866,50 +6906,50 @@ - 501 - 987922 - Date detection - 74 + 504 + 988168 + onedrivewebapp + 75 - 0.0.7

- 0.0.7

- 0.0.7

- 0.0.7

- 0.0.7

- 2023-07-12 - 0.0.7

- 68.0 - 117.* - 117.* - + 1.2
+ 1.2
+ 1.3
+ 1.3
+ 1.3
+ 2023-06-19 + 1.3
+ 102.0 + 102.* + * + - 503 - 987986 - Select Prev on Delete - 73 + 506 + 988474 + ENEX Tools + 74 - 1.0.0

- 1.0.0

- 1.0.0

- 1.1.0

- 2023-10-10 - 1.1.0

- 112.0 - 118.* - 118.* - + + 1.0
+ 1.0
+ 1.0
+ 2023-04-01 + 1.0
+ 102.0 + * + * + - 504 + 507 988300 QuickOWL - 72 + 74 1.6
@@ -6926,30 +6966,30 @@ - 505 - 988168 - onedrivewebapp - 72 + 508 + 987986 + Select Prev on Delete + 74 - 1.2
- 1.2
- 1.3
- 1.3
- 1.3
- 2023-06-19 - 1.3
- 102.0 - 102.* - * - + 1.0.0

+ 1.0.0

+ 1.0.0

+ 1.1.0

+ + 2023-10-10 + 1.1.0

+ 112.0 + 118.* + 118.* + - 507 + 512 988476 If This, Then! - IFTTT connector - 71 + 73 1.0.5
@@ -6966,50 +7006,10 @@ - 508 - 988474 - ENEX Tools - 71 - - - - - 1.0
- 1.0
- 1.0
- 2023-04-01 - 1.0
- 102.0 - * - * - - - - - 509 - 988199 - RT Archive Emails to Sugar & SuiteCRM - 71 - - - 2.2.3
- 2.2.3
- 2.2.3
- 2.2.3
- 2.2.3
- 2024-06-10 - 2.2.3
- 78.0 - * - * - - - - - 511 + 513 988106 Toggle Address Box - 70 + 72 1.0

@@ -7029,7 +7029,7 @@ 517 988686 Multimonth view - 66 + 69 2.4.5

2.4.5

2.4.5

@@ -7046,10 +7046,30 @@ - 520 + 521 + 988441 + FDK KIM Plugin + 67 + + + + + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2023-10-23 + 2.0.0
+ 100.0 + * + * + + + + + 522 988402 YouTube Video Downloader - 65 + 67 2.0
2.0
2.0
@@ -7066,30 +7086,70 @@ - 526 - 988258 - Recently + 529 + 988258 + Recently + 64 + + + 0.0.6
+ 0.0.6
+ 0.0.6
+ 0.0.6
+ 0.0.6
+ 2022-06-28 + 0.0.6
+ 78.0 + 103.0 + * + + + + + 530 + 987749 + marked-lightning + 64 + + 0.1.6

+ 0.1.6

+ 0.1.6

+ 0.1.6

+ + + 2022-06-30 + 0.1.6

+ 68.0 + 102.* + 102.* + + + + + 535 + 988738 + Two Dynamic Birds 63 - - - 0.0.6
- 0.0.6
- 0.0.6
- 0.0.6
- 0.0.6
- 2022-06-28 - 0.0.6
- 78.0 - 103.0 + 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 2024-06-13 + 0.1
+ 60.0 + * * - 528 + 536 988590 YouTube RSS feed redesign - 62 + 63 1.1
@@ -7106,30 +7166,10 @@ - 530 - 988441 - FDK KIM Plugin - 61 - - - - - 2.0.0
- 2.0.0
- 2.0.0
- 2023-10-23 - 2.0.0
- 100.0 - * - * - - - - - 531 + 537 988330 Reply with subaddress - 61 + 63 @@ -7146,10 +7186,10 @@ - 532 + 538 988245 Conscious ClickUp Save - 61 + 63 2.0.0
@@ -7166,10 +7206,30 @@ - 533 + 540 + 337144 + Mail Sent Notifier + 63 + 0.6.3

+ 0.7.0

+ 1.0.0
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 2022-02-09 + 1.0.1
+ 91.0 + * + * + + + + + 541 988126 ResizeTbWidth - 61 + 62 20.1
@@ -7186,10 +7246,10 @@ - 534 + 542 988069 SPAM Check for OCN - 61 + 62 0.5.0
@@ -7205,71 +7265,11 @@ - - 536 - 987749 - marked-lightning - 61 - - 0.1.6

- 0.1.6

- 0.1.6

- 0.1.6

- - - 2022-06-30 - 0.1.6

- 68.0 - 102.* - 102.* - - - - - 540 - 337144 - Mail Sent Notifier - 60 - 0.6.3

- 0.7.0

- 1.0.0
- 1.0.1
- 1.0.1
- 1.0.1
- 1.0.1
- 2022-02-09 - 1.0.1
- 91.0 - * - * - - - - - 545 - 988738 - Two Dynamic Birds - 58 - 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 2024-06-13 - 0.1
- 60.0 - * - * - - - 551 988131 Larger Message List - 56 + 58 0.0.5

@@ -7286,10 +7286,10 @@ - 555 + 553 988170 skypewebapp - 54 + 57 1.2
@@ -7306,30 +7306,10 @@ - 563 - 987796 - MessagePreview - 51 - - - 2.3

- 2.7

- 3.0

- - - 2022-06-25 - 3.0

- 102.0a1 - 102.* - 102.* - - - - - 566 + 562 988125 Estimate your CO₂ - 50 + 53 2.8.1
@@ -7346,10 +7326,30 @@ - 576 + 568 + 987796 + MessagePreview + 52 + + + 2.3

+ 2.7

+ 3.0

+ + + 2022-06-25 + 3.0

+ 102.0a1 + 102.* + 102.* + + + + + 579 988510 vault56 protection - 47 + 48 1.0.7
@@ -7366,10 +7366,10 @@ - 577 + 580 988462 Seafile Filelink2 - 47 + 48 0.0.7
0.0.7
0.0.7
@@ -7386,99 +7386,39 @@ - 583 + 581 988428 TileNote - 45 - - - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2023-01-10 - 1.6
- 78.0 - 102.* - * - - - - - 587 - 987938 - PRATICHE MAIL - 43 - - - 11.0
- 11.0
- 11.0
- 11.0
- 11.0
- 2021-10-04 - 11.0
- 78.0 - * - * - - - - - 591 - 988618 - Safelinks Cleanup - 42 - - - - 2.1
- 2.1
- 2.1
- 2.1
- 2023-12-22 - 2.1
- 91.0 - * - * - - - - - 593 - 988494 - Copy Timestamp - 42 - - + 48 - 2.0
- 2.0
- 2.0
- 2023-08-06 - 2.0
- 102.0 - * + 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2023-01-10 + 1.6
+ 78.0 + 102.* * - 597 - 988545 - Dropbox Paper - 41 + 587 + 987938 + PRATICHE MAIL + 46 - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2023-08-12 - 1.0
+ 11.0
+ 11.0
+ 11.0
+ 11.0
+ 11.0
+ 2021-10-04 + 11.0
78.0 * * @@ -7486,10 +7426,10 @@ - 598 + 593 988354 Bug Opener - 41 + 44 @@ -7506,10 +7446,10 @@ - 599 + 594 987939 PREVENTIVI MAIL - 41 + 44 7.0
@@ -7525,11 +7465,51 @@ + + 596 + 988494 + Copy Timestamp + 43 + + + + + 2.0
+ 2.0
+ 2.0
+ 2023-08-06 + 2.0
+ 102.0 + * + * + + + + + 599 + 988618 + Safelinks Cleanup + 42 + + + + 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2023-12-22 + 2.1
+ 91.0 + * + * + + + 600 - 988380 - Thread in same folder - 40 + 988545 + Dropbox Paper + 42 1.0
@@ -7537,7 +7517,7 @@ 1.0
1.0
1.0
- 2022-09-22 + 2023-08-12 1.0
78.0 * @@ -7547,29 +7527,29 @@ 601 - 987979 - AttachmentCount - 40 - - - 6.4

- 6.6

- 7.0

+ 988380 + Thread in same folder + 42 - 2022-06-25 - 7.0

- 102.0a1 - 102.* - 102.* - + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2022-09-22 + 1.0
+ 78.0 + * + * + 602 987848 KundenMeister CRM Mail Export - 40 + 42 1.1.3
1.1.3
1.1.3
@@ -7586,50 +7566,30 @@ - 603 - 987816 - TransliteRussian for Thunderbird - 39 - 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 2020-10-22 - 0.4
- 60.0 - * - * - - - - - 610 - 988437 - Additional Info for Simplelogin - 38 + 604 + 987979 + AttachmentCount + 41 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2024-03-22 - 1.1
- 78.0 - * - * - + 6.4

+ 6.6

+ 7.0

+ + + 2022-06-25 + 7.0

+ 102.0a1 + 102.* + 102.* + - 614 + 605 988610 Quick Spaces - 37 + 40 @@ -7646,10 +7606,10 @@ - 615 + 612 988459 Cypherdog Encryption - 37 + 39 1.0.1
@@ -7666,10 +7626,30 @@ - 616 + 613 + 987816 + TransliteRussian for Thunderbird + 39 + 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 2020-10-22 + 0.4
+ 60.0 + * + * + + + + + 619 832276 Rescue Conflicting Alternatives - 37 + 38 0.2

0.4

2.0.1
@@ -7686,10 +7666,10 @@ - 623 + 621 988451 PowerFolder - 35 + 37 16.6.100
@@ -7706,10 +7686,30 @@ - 624 + 622 + 988437 + Additional Info for Simplelogin + 37 + + + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2024-03-22 + 1.1
+ 78.0 + * + * + + + + + 626 987849 Clacks Overhead - 35 + 36 1.0.1
1.0.1
@@ -7729,7 +7729,7 @@ 629 983832 Changelogger - 34 + 35 1.1.1
1.1.1
1.1.1
@@ -7749,7 +7749,7 @@ 630 442284 EnForward - 34 + 35 0.4.11

0.5.1

2.1.2

@@ -7766,10 +7766,10 @@ - 634 + 638 988431 RainbowMemo - 31 + 32 2.3
@@ -7786,10 +7786,10 @@ - 644 + 639 988399 Black Screen - 30 + 32 1.0.1
1.0.1
1.0.1
@@ -7806,10 +7806,30 @@ - 650 + 649 + 988290 + Send then Archive + 30 + + + 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 2022-03-29 + 0.1
+ 78.0 + * + * + + + + + 651 988270 composeSelectMacro - 28 + 29 1.0.6
@@ -7826,10 +7846,10 @@ - 651 + 652 987760 Snakes by Bluemods - 28 + 29 1.0
1.0
@@ -7846,19 +7866,19 @@ - 652 - 988290 - Send then Archive - 27 + 653 + 987941 + Seams + 28 - 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 2022-03-29 - 0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2022-06-29 + 2.0.1
78.0 * * @@ -7866,10 +7886,10 @@ - 659 + 657 988482 New Bing Anywhere - 26 + 27 1.6.0
1.6.0
1.6.0
@@ -7886,30 +7906,10 @@ - 660 - 987941 - Seams - 26 - - - 2.0.1
- 2.0.1
- 2.0.1
- 2.0.1
- 2.0.1
- 2022-06-29 - 2.0.1
- 78.0 - * - * - - - - - 661 + 658 987927 To must occur only once - 26 + 27 3.4.2
@@ -7926,10 +7926,10 @@ - 667 + 666 988566 Mark Read on Tab Open - 25 + 26 1.0
1.0
@@ -7946,30 +7946,10 @@ - 675 - 988352 - Archive 3 Month - 24 - - - 0.2
- 0.2
- 0.2
- 0.2
- 0.2
- 2022-07-18 - 0.2
- 78.0 - * - * - - - - - 680 + 676 988515 ThunderFWD - 23 + 25 @@ -7986,10 +7966,30 @@ - 684 + 677 + 988352 + Archive 3 Month + 25 + + + 0.2
+ 0.2
+ 0.2
+ 0.2
+ 0.2
+ 2022-07-18 + 0.2
+ 78.0 + * + * + + + + + 685 988213 Tomba : Email Finder - 22 + 23 0.1.14
0.1.14
0.1.19
@@ -8006,10 +8006,10 @@ - 685 + 686 987774 POPFile Jump - 22 + 23 1.1.0
1.1.0
@@ -8026,10 +8026,10 @@ - 702 + 703 988622 Articles Toolbar - 20 + 21 1.1
1.1
1.1
@@ -8046,7 +8046,7 @@ - 703 + 708 988322 Tela Icons 20 @@ -8066,10 +8066,10 @@ - 725 + 722 988538 Skiff Mail - 17 + 18 @@ -8086,10 +8086,10 @@ - 726 + 723 988463 GrapeVine for Salesforce - 17 + 18 @@ -8106,30 +8106,10 @@ - 727 - 988448 - Arcus - 17 - - - 0.9.1
- 0.9.1
- 0.9.1
- 0.9.1
- 0.9.1
- 2023-02-15 - 0.9.1
- 78.0 - * - * - - - - - 728 + 724 988397 Dino Game - 17 + 18 0.0.34
0.0.34
0.0.34
@@ -8146,10 +8126,10 @@ - 729 + 725 988236 Safelinks Offr - 17 + 18 @@ -8166,10 +8146,10 @@ - 730 + 726 988107 TuLPe - 17 + 18 1.4
@@ -8186,10 +8166,30 @@ - 738 + 735 + 988448 + Arcus + 17 + + + 0.9.1
+ 0.9.1
+ 0.9.1
+ 0.9.1
+ 0.9.1
+ 2023-02-15 + 0.9.1
+ 78.0 + * + * + + + + + 736 988398 White Screen - 16 + 17 1.0.6
1.0.6
1.0.6
@@ -8206,10 +8206,10 @@ - 739 + 737 987901 Transfer Immunity - 16 + 17 1.4.2

1.4.2

@@ -8226,10 +8226,10 @@ - 749 + 746 988720 SCMenu - 15 + 16 @@ -8246,7 +8246,27 @@ - 759 + 753 + 987915 + Mahoor-Iranian-Date + 15 + + 1.1.5

+ 1.1.5

+ 1.1.5

+ 1.1.5

+ 1.2.0

+ + 2024-07-12 + 1.2.0

+ 115.10.0 + 127.* + 127.* + + + + + 762 988214 Filter email folders 14 @@ -8266,7 +8286,27 @@ - 765 + 771 + 988669 + DMS HEADERS EXTRACTOR + 13 + + + 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 2024-02-12 + 0.0.0.1
+ 78.0 + * + * + + + + + 772 988281 regimail 13 @@ -8286,7 +8326,7 @@ - 766 + 773 988100 Folders for search, onDisk Status- Glo 13 @@ -8306,47 +8346,27 @@ - 767 - 987915 - Mahoor-Iranian-Date - 13 - - 1.1.5

- 1.1.5

- 1.1.5

- 1.1.5

- 1.2.0

+ 789 + 988752 + Mark Subfolders Read + 11 - 2024-07-12 - 1.2.0

- 115.10.0 - 127.* - 127.* - - - - - 775 - 988669 - DMS HEADERS EXTRACTOR - 12 - 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 2024-02-12 - 0.0.0.1
- 78.0 + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2024-06-26 + 1.0
+ 91.0 * * - 785 + 790 988169 wikipediasearchwebapp 11 @@ -8366,7 +8386,7 @@ - 786 + 791 988023 TimetableForWeb 11 @@ -8386,7 +8406,7 @@ - 787 + 792 987970 Replaceholder 11 @@ -8406,27 +8426,47 @@ - 797 - 988752 - Mark Subfolders Read + 793 + 987757 + TaskviewStyles + 11 + + 2.6

+ 6.1

+ 6.1

+ 6.1

+ + + 2022-06-07 + 6.1

+ 78.0 + 102.* + 102.* + + + + + 801 + 988623 + Dysclusif 10 - - 1.0
- 1.0
- 1.0
- 1.0
- 2024-06-26 - 1.0
- 91.0 + 1.2.6
+ 1.2.6
+ 1.2.6
+ 1.2.6
+ 1.2.6
+ 2024-05-16 + 1.2.6
+ 78.0 * * - 798 + 802 988483 InfoCodex DocSummarizer 10 @@ -8446,7 +8486,7 @@ - 799 + 803 988411 Thunvatar 10 @@ -8466,90 +8506,50 @@ - 800 - 988276 - ThunderThings - 10 - - - - 1.3
- 1.3
- 1.3
- 1.3
- 2022-04-06 - 1.3
- 91.0 - * - * - - - - - 801 - 987757 - TaskviewStyles + 804 + 988381 + AWO Zipper 2 10 - 2.6

- 6.1

- 6.1

- 6.1

- 2022-06-07 - 6.1

- 78.0 - 102.* - 102.* - - - - - 809 - 988623 - Dysclusif - 9 - - 1.2.6
- 1.2.6
- 1.2.6
- 1.2.6
- 1.2.6
- 2024-05-16 - 1.2.6
- 78.0 + 1.3.1
+ 1.3.1
+ 1.3.1
+ 2022-09-23 + 1.3.1
+ 102.0 * * - 810 - 988381 - AWO Zipper 2 - 9 - + 805 + 988276 + ThunderThings + 10 - 1.3.1
- 1.3.1
- 1.3.1
- 2022-09-23 - 1.3.1
- 102.0 + 1.3
+ 1.3
+ 1.3
+ 1.3
+ 2022-04-06 + 1.3
+ 91.0 * * - 821 + 817 988731 Reply All Button - 8 + 9 1.1.0
1.1.0
1.1.0
@@ -8566,10 +8566,10 @@ - 822 + 818 988291 Zivver for Thunderbird - 8 + 9 1.0.0
@@ -8586,47 +8586,47 @@ - 823 - 988185 - Bookmarks: eMails and XNotes - Quick ' - 8 + 819 + 988146 + smartCompose + 9 - 1.8.4

- 1.8.4

- 1.8.4

+ 1.1.0

+ 1.1.0

+ 1.1.0

- 2022-10-04 - 1.8.4

- 78.6.0 + 2022-09-27 + 1.1.0

+ 78.0 102.* 102.* - 824 - 988146 - smartCompose + 828 + 988185 + Bookmarks: eMails and XNotes - Quick ' 8 - 1.1.0

- 1.1.0

- 1.1.0

+ 1.8.4

+ 1.8.4

+ 1.8.4

- 2022-09-27 - 1.1.0

- 78.0 + 2022-10-04 + 1.8.4

+ 78.6.0 102.* 102.* - 825 + 829 987951 Check Time 8 @@ -8646,10 +8646,10 @@ - 863 + 849 988692 GetMyInvoices - 6 + 7 @@ -8666,7 +8666,47 @@ - 864 + 868 + 988757 + Customoji + 6 + 0.1b
+ 0.1b
+ 0.1b
+ 0.1b
+ 0.1b
+ 0.1b
+ 0.1b
+ 2024-07-06 + 0.1b
+ 60.0 + * + * + + + + + 869 + 988328 + Open in XPS | XPSLogic + 6 + + + 4
+ 4
+ 4
+ 4
+ 4
+ 2023-11-29 + 4
+ 78.0 + * + * + + + + + 870 987945 TreeChildrenHeight50OrDottedTreeCell 6 @@ -8686,7 +8726,7 @@ - 865 + 871 987863 Eventview 6 @@ -8706,27 +8746,7 @@ - 895 - 988757 - Customoji - 5 - 0.1b
- 0.1b
- 0.1b
- 0.1b
- 0.1b
- 0.1b
- 0.1b
- 2024-07-06 - 0.1b
- 60.0 - * - * - - - - - 896 + 901 988355 GIMPS Opener 5 @@ -8746,27 +8766,7 @@ - 897 - 988328 - Open in XPS | XPSLogic - 5 - - - 4
- 4
- 4
- 4
- 4
- 2023-11-29 - 4
- 78.0 - * - * - - - - - 898 + 902 988297 acus 5 @@ -8786,7 +8786,7 @@ - 899 + 903 988173 Thunderkey 5 @@ -8806,7 +8806,7 @@ - 900 + 904 988000 TaskviewGridLayout 5 @@ -8826,7 +8826,7 @@ - 926 + 931 988358 UUID - WES 4 @@ -8846,7 +8846,7 @@ - 927 + 932 988323 Real sender of italian PEC 4 @@ -8866,7 +8866,7 @@ - 928 + 933 988196 メッセージフィルターボタン 4 @@ -8886,7 +8886,27 @@ - 931 + 934 + 988065 + update-test + 4 + + 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2021-03-02 + 2.5
+ 68.0 + * + * + + + + + 937 987753 Console messaging example 4 @@ -8906,7 +8926,7 @@ - 932 + 938 987665 LeftTodaySubpaneOrLogoOrClock 4 @@ -8926,7 +8946,7 @@ - 959 + 968 988754 BestReply 3 @@ -8946,7 +8966,7 @@ - 961 + 969 988405 Netiquette Checker 3 @@ -8966,7 +8986,7 @@ - 962 + 970 988361 EagleCloud Extension 3 @@ -8986,27 +9006,7 @@ - 963 - 988065 - update-test - 3 - - 2.5
- 2.5
- 2.5
- 2.5
- 2.5
- 2.5
- 2021-03-02 - 2.5
- 68.0 - * - * - - - - - 1004 + 1007 988260 X-Original-To Column 2 @@ -9026,7 +9026,7 @@ - 1005 + 1008 988133 Click Speed Tester 2 @@ -9046,7 +9046,7 @@ - 1006 + 1009 987940 HOTEL MAIL 2 @@ -9066,7 +9066,7 @@ - 1053 + 1060 988727 Lex-ON Conecta 1 @@ -9086,7 +9086,7 @@ - 1054 + 1061 988703 ThunderbirdBravoClick2Call 1 @@ -9106,7 +9106,7 @@ - 1055 + 1062 988376 PGP Universal 1 @@ -9126,7 +9126,7 @@ - 1056 + 1063 988234 tbhints 1 @@ -9146,7 +9146,7 @@ - 1057 + 1064 988140 CPS Test Pro 1 @@ -9166,7 +9166,7 @@ - 1058 + 1065 987976 FindTasksButton 1 @@ -9186,7 +9186,7 @@ - 1059 + 1066 987974 淘宝领券助手 1 @@ -9206,7 +9206,7 @@ - 1060 + 1067 987864 Metamorfik 1 @@ -9226,7 +9226,7 @@ - 1067 + 1074 986223 Thunderbird Addons Test 1 @@ -9246,7 +9246,7 @@ - 1220 + 1221 988392 Message List Preview 0 @@ -9266,7 +9266,7 @@ - 1223 + 1224 988086 ConfirmConversionsAtSelecting 0 diff --git a/add-on-reports/atn-tb115.html b/add-on-reports/atn-tb115.html index 6dd8cba..5850122 100644 --- a/add-on-reports/atn-tb115.html +++ b/add-on-reports/atn-tb115.html @@ -49,7 +49,7 @@ 1 986686 ImportExportTools NG - 232090 + 244524 4.1.0

10.0.4

10.0.4

@@ -69,7 +69,7 @@ 2 4631 Provider for Google Calendar - 177396 + 185146 4.4.2

68.2.1

78.0.2

@@ -89,7 +89,7 @@ 3 711780 LookOut (fix version) - 155499 + 167069 1.3.04

2.0.4

3.0.6

@@ -109,7 +109,7 @@ 4 640 Quicktext - 116170 + 124421 1.5

2.15

3.6

@@ -129,7 +129,7 @@ 5 195275 Send Later - 95261 + 100064 6.5.0

7.4.4

8.9.8

@@ -149,7 +149,7 @@ 6 4654 Remove Duplicate Messages - 88989 + 93288 0.4.1

0.5.2.2

0.5.2.2

@@ -169,7 +169,7 @@ 7 773590 TbSync - 68958 + 72339 1.7.0.2

2.12

2.22

@@ -189,7 +189,7 @@ 8 634298 CardBook - 64589 + 67307 38.0

46.6

62.8

@@ -209,7 +209,7 @@ 9 47144 Mail Merge - 62086 + 65568 5.6.0

6.1.0

7.4.0

@@ -229,7 +229,7 @@ 10 988138 Grammar and Spell Checker — LanguageTo - 56845 + 59492 8.6.0

@@ -249,7 +249,7 @@ 11 611 Signature Switch - 49791 + 52308 1.7.1

1.8.2

2.15.3
@@ -269,7 +269,7 @@ 12 986436 FileLink Provider for Dropbox - 48370 + 50422 4
7
7
@@ -289,7 +289,7 @@ 13 986258 Provider for CalDAV & CardDAV - 44003 + 46264 0.15.0.2

1.12

1.24

@@ -309,7 +309,7 @@ 14 986325 Owl for Exchange - 42437 + 44338 0.7.1.3

0.7.8.2

0.7.9.4

@@ -329,7 +329,7 @@ 15 986643 FileLink provider for WebDAV - 40383 + 42361 2

3

3

@@ -349,7 +349,7 @@ 16 988136 FileLink provider for Send - 39927 + 41774 @@ -369,7 +369,7 @@ 17 987924 Web Translate - 39821 + 41540 3.7
@@ -389,7 +389,7 @@ 18 987716 Minimize on Close - 36232 + 37774 2.0.1.4

2.0.1.4

@@ -409,7 +409,7 @@ 19 987967 Textmarker - 33070 + 34781 6.2.0
@@ -429,7 +429,7 @@ 20 986338 Provider for Exchange ActiveSync - 30740 + 32278 0.12

1.14

1.20

@@ -449,7 +449,7 @@ 21 987761 *cloud - FileLink for Nextcloud and ow - 30544 + 31989 3.15.0
3.15.0
@@ -469,7 +469,7 @@ 22 386321 Lightning Calendar Tabs - 27017 + 28225 2.2

2.3

2.5

@@ -489,7 +489,7 @@ 23 54035 Thunderbird Conversations - 24893 + 26066 2.14.7

3.1.24

3.2.35

@@ -509,7 +509,7 @@ 24 987840 PrintingTools NG - 24228 + 25681 2.0.61

2.0.61

@@ -527,29 +527,9 @@ 25 - 708783 - Emoji - 23429 - 1.6.1

- 1.68.4

- 1.78.7

- 1.91.8

- 1.102.10
- 1.102.10
- 1.102.10
- 2022-10-21 - 1.102.10
- 102.0 - * - * - - - - - 26 2533 Addressbooks Synchronizer - 22966 + 24686 1.2.2

2.0.1

4.14

@@ -565,11 +545,31 @@ + + 26 + 708783 + Emoji + 24355 + 1.6.1

+ 1.68.4

+ 1.78.7

+ 1.91.8

+ 1.102.10
+ 1.102.10
+ 1.102.10
+ 2022-10-21 + 1.102.10
+ 102.0 + * + * + + + 27 477467 AutoarchiveReloaded - 21593 + 22778 0.9.9.6.2

1.0.0.7
1.0.0.7
@@ -587,29 +587,9 @@ 28 - 986386 - Open Google Calendar - 21029 - 1.5
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2020-12-13 - 1.6
- 68.0 - * - * - - - - - 29 487108 FlexConfirmMail - 20631 + 22776 1.17.1

2.2.4

4.1.7.1
@@ -626,30 +606,30 @@ - 30 - 64758 - XNote++ - 19458 - 2.2.14

- 2.3.1

- 3.1.7

- 3.5.16

- 3.5.16

- 4.1.12

- - 2024-01-09 - 4.1.12

- 115.0 - 115.* - 119.* - + 29 + 986386 + Open Google Calendar + 22102 + 1.5
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2020-12-13 + 1.6
+ 68.0 + * + * + - 31 + 30 5582 Confirm-Address - 19321 + 20992 1.3.2

1.3.5

1.3.8
@@ -666,10 +646,10 @@ - 32 + 31 2281 Check and Send - 19217 + 20742 1.0.20b1

1.1.1

2.1.5
@@ -685,11 +665,31 @@ + + 32 + 64758 + XNote++ + 20445 + 2.2.14

+ 2.3.1

+ 3.1.7

+ 3.5.16

+ 3.5.16

+ 4.1.12

+ + 2024-01-09 + 4.1.12

+ 115.0 + 115.* + 119.* + + + 33 438634 DKIM Verifier - 17331 + 17913 2.2.0

3.1.0

4.1.1

@@ -707,29 +707,9 @@ 34 - 988127 - Addon Compatibility Check for TB 102/T - 15536 - - 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 2024-07-13 - 1.9.10
- 68.0 - * - * - - - - - 35 4970 Tag Toolbar / Tag Popup - 15356 + 16268 0.9.12

1.0.2

2.1.5

@@ -745,11 +725,31 @@ + + 35 + 988127 + Addon Compatibility Check for TB 102/T + 16139 + + 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 2024-07-13 + 1.9.10
+ 68.0 + * + * + + + 37 217293 Signal Spam - 15105 + 15269 2.2.3

3.1.2

4.1.6

@@ -769,7 +769,7 @@ 38 10052 FiltaQuilla - 14529 + 14946 1.5

2.1.2

3.4

@@ -789,7 +789,7 @@ 40 3254 QuickFolders (Tabbed Folders) - 14000 + 14551 4.22.3

4.22.3

5.9.1

@@ -806,10 +806,10 @@ - 41 + 42 372870 quickFilters - 13905 + 14311 4.5

4.5

5.7.1

@@ -829,7 +829,7 @@ 44 11005 Shrunked Image Resizer - 12836 + 13252 4.4.8

4.5.5

5.0.2

@@ -849,7 +849,7 @@ 45 986685 Phoenity Icons - 12641 + 13175 2.9

3.4

@@ -869,7 +869,7 @@ 46 986635 FileLink Provider for Box - 12393 + 12928 4
5
@@ -889,7 +889,7 @@ 47 90003 LocalFolders - 12216 + 12811 2.0.2

3.0.1

3.0.1

@@ -909,7 +909,7 @@ 48 605874 ReplyWithHeader - 10772 + 11358 2.1.0

2.2.1

2.3.0

@@ -927,9 +927,29 @@ 49 + 695913 + List Addons in Windows' Programs + 10909 + 1.2

+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2023-12-26 + 2.1
+ 68.0 + * + * + + + + + 50 987783 Compact Headers - 10468 + 10789 2.23

@@ -946,10 +966,10 @@ - 50 + 51 987719 Display Mail User Agent T - 10168 + 10584 1.8.10.6

1.8.14.64

2.2.3

@@ -966,10 +986,10 @@ - 51 + 52 1556 Allow HTML Temp - 10039 + 10394 5.4.3

5.7.8

6.3.8

@@ -985,31 +1005,11 @@ - - 52 - 695913 - List Addons in Windows' Programs - 9829 - 1.2

- 2.1
- 2.1
- 2.1
- 2.1
- 2.1
- 2.1
- 2023-12-26 - 2.1
- 68.0 - * - * - - - 53 987908 DeepL翻訳 - 9541 + 9968 1.6.2

1.6.2

@@ -1029,7 +1029,7 @@ 54 988018 Dark Reader - 9359 + 9645 4.9.68
@@ -1049,7 +1049,7 @@ 55 988096 Attachment Extractor - 9265 + 9542 @@ -1069,7 +1069,7 @@ 56 987708 Auto Address Cleaner T - 8996 + 9494 1.0.8

1.0.8

1.1
@@ -1089,7 +1089,7 @@ 57 987798 MyPhoneExplorer - 8786 + 8951 2.0.25

4.0

@@ -1109,7 +1109,7 @@ 58 987780 Google Calendar Tab - 8436 + 8739 0.2
0.2
@@ -1129,7 +1129,7 @@ 59 987934 Simple Mail Redirection - 7954 + 8418 1.44

@@ -1149,7 +1149,7 @@ 60 1279 Xpunge - 7827 + 8099 0.7.1

1.0.0

2.1.1

@@ -1169,7 +1169,7 @@ 61 330066 Edit Email Subject (EES) - 7620 + 7929 2.1.1

3.2

4.3

@@ -1186,10 +1186,10 @@ - 62 + 63 988090 Google-4-TbSync - 7605 + 7828 0.1.8

@@ -1206,10 +1206,10 @@ - 63 + 64 988489 uBlock Origin - 7479 + 7677 @@ -1229,7 +1229,7 @@ 65 986372 BorderColors D - 7153 + 7478 1.1.1

1.4.0

2023.8.1
@@ -1249,7 +1249,7 @@ 66 472193 CategoryManager - 7091 + 7467 2.09

3.11

4.4

@@ -1267,29 +1267,9 @@ 67 - 987960 - Simple Startup Minimizer - 6568 - - - 0.6
- 0.6
- 0.6
- 0.6
- 0.6
- 2021-08-19 - 0.6
- 78.0 - * - * - - - - - 68 12018 Quick Folder Move - 6558 + 6862 1.6.1

1.7.1

1.9.0

@@ -1305,11 +1285,31 @@ + + 68 + 987960 + Simple Startup Minimizer + 6745 + + + 0.6
+ 0.6
+ 0.6
+ 0.6
+ 0.6
+ 2021-08-19 + 0.6
+ 78.0 + * + * + + + 69 742199 Attach from Clipboard - 5836 + 6037 1.1.0

1.3.68

1.78.1

@@ -1329,7 +1329,7 @@ 70 56935 Identity Chooser - 5810 + 6006 1.9.7

1.9.9

2.2

@@ -1349,7 +1349,7 @@ 71 809689 Grammalecte [fr] (for Thunderbird) - 5702 + 5903 1.5.0

1.9.2

2.1.1
@@ -1369,7 +1369,7 @@ 72 987995 Hide Local Folders for TB78++ - 5323 + 5592 1.0.1

@@ -1389,7 +1389,7 @@ 73 987906 Full Address Column - 5042 + 5282 1.0.4

1.0.4

@@ -1409,7 +1409,7 @@ 74 988175 Emoji - 4942 + 5152 3.19
@@ -1429,7 +1429,7 @@ 75 988164 Outlook/Teams Appointments - 4828 + 5103 1.2
@@ -1449,7 +1449,7 @@ 76 324497 SmartTemplates - 4805 + 5080 2.16

2.16

3.15.1

@@ -1469,7 +1469,7 @@ 77 988116 Charset Menu - 4736 + 5032 1.1.2

@@ -1489,7 +1489,7 @@ 79 244848 ExQuilla for Exchange - 4629 + 4818 68.1.1


78.1

78.1

@@ -1509,7 +1509,7 @@ 80 988161 ✨ Awesome Emoji Picker ✨ - 4609 + 4809 @@ -1529,7 +1529,7 @@ 81 987888 Message Header Toolbar Customize - 4575 + 4732 2.2.1

@@ -1547,29 +1547,9 @@ 82 - 987931 - Birthday Calendar - 4374 - - - 1.0

- 1.0

- 1.2.2

- 1.2.2

- 1.2.2

- 2024-06-16 - 1.2.2

- 102.0 - 128.* - 128.* - - - - - 83 987944 Darko - 4364 + 4525 3.4
@@ -1586,10 +1566,30 @@ - 85 - 646888 + 83 + 987931 + Birthday Calendar + 4470 + + + 1.0

+ 1.0

+ 1.2.2

+ 1.2.2

+ 1.2.2

+ 2024-06-16 + 1.2.2

+ 102.0 + 128.* + 128.* + + + + + 85 + 646888 Dictionary for recipient - 4239 + 4429 1.0.3

2.0.5

2.3.1

@@ -1606,10 +1606,10 @@ - 86 + 87 12802 Phoenity Buttons - 4183 + 4337 2.7

3.8

4.2

@@ -1627,9 +1627,29 @@ 88 + 987892 + Quote Colors & Collapse + 4256 + + 1.0.5

+ 2.0.10

+ 3.2.7
+ 4.1.0
+ 4.2.1
+ 4.2.1
+ 2023-04-29 + 4.2.1
+ 113.0 + * + * + + + + + 89 747286 Google Keep Tab - 4071 + 4241 0.10.3

0.10.4

0.10.8
@@ -1646,30 +1666,30 @@ - 89 - 987892 - Quote Colors & Collapse - 4050 + 90 + 987885 + tbkeys-lite + 3947 - 1.0.5

- 2.0.10

- 3.2.7
- 4.1.0
- 4.2.1
- 4.2.1
- 2023-04-29 - 4.2.1
- 113.0 - * - * - + 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2023-07-20 + 2.2.4

+ 68.0 + 115.* + 130.* + - 90 + 91 11646 No Message Pane Sort - 3799 + 3926 1.4

1.5

2.0.2

@@ -1685,31 +1705,11 @@ - - 91 - 987885 - tbkeys-lite - 3786 - - 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2023-07-20 - 2.2.4

- 68.0 - 115.* - 130.* - - - 92 988001 Attachment Viewer: view in a tab, slid - 3722 + 3893 1.2.7

@@ -1729,7 +1729,7 @@ 93 59195 G-Hub Lite - 3637 + 3808 6.0.0

7.1.0
7.1.0
@@ -1749,7 +1749,7 @@ 95 988296 Minimize on startup - 3487 + 3624 1.1
@@ -1767,29 +1767,9 @@ 96 - 116388 - Automatic Dictionary - 3464 - 1.11.0

- 1.12.0

- 3.0.1

- 3.0.1

- 3.11.0

- 3.11.0

- 3.11.0

- 2024-07-15 - 3.11.0

- 102.0 - 129.0 - 129.0 -
- - - - 97 987909 ThirdStats - 3457 + 3614 1.8.0
@@ -1806,10 +1786,10 @@ - 98 + 97 987801 FileLink for Plik - 3427 + 3607 1.2.2
1.2.2
@@ -1826,10 +1806,30 @@ - 99 + 98 + 116388 + Automatic Dictionary + 3603 + 1.11.0

+ 1.12.0

+ 3.0.1

+ 3.0.1

+ 3.11.0

+ 3.11.0

+ 3.11.0

+ 2024-07-15 + 3.11.0

+ 102.0 + 129.0 + 129.0 +
+ + + + 101 987740 Nostalgy++/ Manage, search and archive - 3384 + 3519 1.0.15

3.4.2

@@ -1846,10 +1846,10 @@ - 101 + 102 6533 ThreadVis - 3318 + 3506 2.3.2

3.0.1

3.1.1

@@ -1866,10 +1866,10 @@ - 102 + 103 331319 Folder Pane View Switcher - 3310 + 3417 2.0.2

4.0.2

4.0.2

@@ -1887,29 +1887,9 @@ 104 - 1898 - FolderFlags - 3267 - 1.2.6

- 1.6.0

- 1.6.0

- 1.6.0

- 1.6.0

- 1.6.0

- - 2023-06-19 - 1.6.0

- 68.0 - 115.* - 115.* - - - - - 105 988333 WhatsApp Web in Thunderbird - 3258 + 3408 1.4.2
1.4.2
@@ -1926,10 +1906,30 @@ - 107 + 105 + 1898 + FolderFlags + 3376 + 1.2.6

+ 1.6.0

+ 1.6.0

+ 1.6.0

+ 1.6.0

+ 1.6.0

+ + 2023-06-19 + 1.6.0

+ 68.0 + 115.* + 115.* + + + + + 106 986682 Disable DragAndDrop (New) - 3188 + 3362 5.3.0

5.3.0

@@ -1946,10 +1946,10 @@ - 109 + 108 46207 mailmindr - 3072 + 3212 0.9.1

0.9.4

1.5.0

@@ -1969,7 +1969,7 @@ 110 811161 WarnAttachment - 2859 + 3040 0.11

2.13

2.13

@@ -1989,7 +1989,7 @@ 112 988542 HTML Source Editor - 2702 + 2821 @@ -2009,7 +2009,7 @@ 113 356507 Header Tools Lite - 2612 + 2720 0.6.2

1.5.3

@@ -2026,10 +2026,10 @@ - 114 + 115 986692 Profile Switcher - 2572 + 2677 2.4

2.6

@@ -2046,10 +2046,10 @@ - 115 + 116 987775 Search Button - 2530 + 2649 1.0.1

2.3.2

@@ -2067,29 +2067,9 @@ 117 - 988190 - Old (classic) Icons - 2455 - - - 1.0.4

- 1.2.2

- 1.5.2


- 1.6


- - 2023-11-06 - 1.6


- 115.0 - 119.* - 125.* -
- - - - 118 988429 AI Anywhere for ChatGPT - 2430 + 2555 @@ -2105,11 +2085,31 @@ + + 118 + 988190 + Old (classic) Icons + 2541 + + + 1.0.4

+ 1.2.2

+ 1.5.2


+ 1.6


+ + 2023-11-06 + 1.6


+ 115.0 + 119.* + 125.* +
+ + 119 988091 Expression Search - NG - 2320 + 2412 2.11

@@ -2127,9 +2127,29 @@ 120 + 988617 + Extract 'Em! + 2351 + + + + + 1.3.1
+ 1.3.1
+ 1.3.1
+ 2024-05-31 + 1.3.1
+ 102.0 + * + * + + + + + 121 287743 MailHops - 2279 + 2339 3.2.0

3.8.1

4.3.3

@@ -2146,30 +2166,10 @@ - 121 - 988617 - Extract 'Em! - 2242 - - - - - 1.3.1
- 1.3.1
- 1.3.1
- 2024-05-31 - 1.3.1
- 102.0 - * - * - - - - - 122 - 987764 - Header Tools Improved - 2238 + 122 + 987764 + Header Tools Improved + 2320 2.3

3.7

@@ -2186,10 +2186,10 @@ - 123 + 124 987734 Mail Merge P - 2143 + 2258 2.3

@@ -2209,7 +2209,7 @@ 126 11727 ReFwdFormatter - 2062 + 2178 1.65.1

2.68.0

2.78.0

@@ -2226,10 +2226,10 @@ - 127 + 128 1203 Correct Identity
Identity Chooser - 2039 + 2118 2.0.1

@@ -2249,7 +2249,7 @@ 129 986300 URL Link - 2020 + 2085 2.05

3.5.2

3.5.2

@@ -2269,7 +2269,7 @@ 130 2874 Folder Account - 1970 + 2051 7.0

9.0

10.0

@@ -2289,7 +2289,7 @@ 131 988195 Filter Manager - 1925 + 1999 1.0

1.0

@@ -2307,29 +2307,9 @@ 132 - 987946 - Export to ZIP - 1831 - - - 1.0.0
- 1.0.0
- 1.0.0
- 1.0.0
- 1.0.0
- 2020-11-16 - 1.0.0
- 78.4.0 - * - * - - - - - 133 769143 Lightning Invitation Notifier | LIN - 1829 + 1923 1.4

2.1b

128.0

@@ -2345,11 +2325,31 @@ + + 133 + 987946 + Export to ZIP + 1907 + + + 1.0.0
+ 1.0.0
+ 1.0.0
+ 1.0.0
+ 1.0.0
+ 2020-11-16 + 1.0.0
+ 78.4.0 + * + * + + + 134 310 BiDi Mail UI - 1819 + 1854 0.10

0.13

0.13

@@ -2369,7 +2369,7 @@ 135 987932 StandardTexter - 1753 + 1843 0.61

1.1.0
@@ -2389,7 +2389,7 @@ 136 987833 GCalTab - 1695 + 1760 3.1.0
3.1.0
@@ -2406,10 +2406,10 @@ - 138 + 137 2561 Copy Sent to Current - 1638 + 1705 1.2.4

2.0.3

3.27

@@ -2429,7 +2429,7 @@ 139 987800 Copy Address - 1585 + 1660 0.0.1
0.0.1
@@ -2449,7 +2449,7 @@ 140 987865 Previous Colors - 1519 + 1599 1.2

1.2

@@ -2465,31 +2465,11 @@ - - 141 - 988057 - KeepRunning - 1516 - - 2.2

- 2.2

- 2.2

- 2.2

- 2.2

- 2.2

- 2021-02-23 - 2.2

- 68.0 - * - * - - - 142 987689 changeQuote - 1489 + 1562 1.4

1.5.3

@@ -2506,30 +2486,30 @@ - 144 - 987911 - Spam Scores - 1473 - + 143 + 988057 + KeepRunning + 1561 - 1.3.1

- 1.4.2

- 1.4.2

- 1.4.2

- 1.4.2

- 2024-06-20 - 1.4.2

- 91.0a1 - 115.* + 2.2

+ 2.2

+ 2.2

+ 2.2

+ 2.2

+ 2.2

+ 2021-02-23 + 2.2

+ 68.0 * -
+ * + - 145 + 144 988187 Google Chat Tab - 1449 + 1540 0.1.0
@@ -2546,30 +2526,30 @@ - 146 - 988035 - Markdown Here Revival - 1434 - + 145 + 987911 + Spam Scores + 1523 - 3.3.1

- 3.5.1

- 3.5.1

- 3.5.1

- 2023-11-18 - 3.5.1

- 91.0 - 121.0 - 121.0 - + 1.3.1

+ 1.4.2

+ 1.4.2

+ 1.4.2

+ 1.4.2

+ 2024-06-20 + 1.4.2

+ 91.0a1 + 115.* + * +
- 147 + 146 986323 ConfirmBeforeDelete - 1429 + 1493 0.3.8

1.3

1.5.5

@@ -2585,11 +2565,31 @@ + + 147 + 988035 + Markdown Here Revival + 1490 + + + 3.3.1

+ 3.5.1

+ 3.5.1

+ 3.5.1

+ + 2023-11-18 + 3.5.1

+ 91.0 + 121.0 + 121.0 + + + 148 987706 G Suite in tab - 1397 + 1469 0.2.0

1.0.1
@@ -2607,29 +2607,9 @@ 149 - 987784 - Config Button - 1389 - - 1.4

- 1.7

- 1.8

- 1.8

- 2.1

- 2.1

- 2024-04-22 - 2.1

- 111.0 - 127.* - 129.* - - - - - 150 988115 Clippings for Thunderbird - 1381 + 1457 6.1.6

@@ -2646,10 +2626,10 @@ - 151 + 150 705889 TORPEDO - TOoltip-poweRed Phishing Ema - 1363 + 1430 3.2.2
3.2.2
3.2.2
@@ -2665,11 +2645,31 @@ + + 151 + 987784 + Config Button + 1427 + + 1.4

+ 1.7

+ 1.8

+ 1.8

+ 2.1

+ 2.1

+ 2024-04-22 + 2.1

+ 111.0 + 127.* + 129.* + + + 153 988081 Outlook Address Book Enabler - 1298 + 1368 @@ -2689,7 +2689,7 @@ 154 2299 ThreadKey - 1293 + 1347 1.4

2.5

2.5

@@ -2707,29 +2707,9 @@ 155 - 987651 - Night and Day Dynamic - 1274 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2019-07-27 - 1.1
- 60.0 - * - * - - - - - 156 986632 SPAMBEE - 1273 + 1329 2.2.4

3.2.1

@@ -2745,11 +2725,31 @@ + + 156 + 987651 + Night and Day Dynamic + 1316 + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2019-07-27 + 1.1
+ 60.0 + * + * + + + 157 987787 Restart Button - 1272 + 1302 1.3

1.3

@@ -2767,9 +2767,29 @@ 158 + 987844 + InsertSignature + 1294 + + 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 2024-07-17 + 0.4.5
+ 68.6.0 + * + * + + + + + 159 988056 Get All Mail Button for TB78++ - 1265 + 1292 2.3.1

@@ -2786,10 +2806,10 @@ - 160 + 162 988059 Unsubscribe - 1233 + 1266 1.1.1
@@ -2806,30 +2826,10 @@ - 161 - 987844 - InsertSignature - 1233 - - 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 2024-07-17 - 0.4.5
- 68.6.0 - * - * - - - - - 162 + 163 360086 Toggle Headers - 1226 + 1259 1.0

2.0

3.0

@@ -2849,7 +2849,7 @@ 164 988215 Start with Inbox - 1158 + 1183 @@ -2866,30 +2866,30 @@ - 166 - 987914 - Filter on Folder Button - 1117 - + 165 + 988067 + Signature sync for Gmail + 1164 - 1.2.0

- 1.2.0

- 1.5.0

- 1.5.1

- 2023-09-05 - 1.5.1

- 115.0 - 115.* - 115.* - + 2.0.2

+ 3.1.1
+ 3.1.1
+ 3.1.1
+ 3.1.1
+ 2024-01-04 + 3.1.1
+ 91.0 + * + * + 167 987966 Search for - 1103 + 1151 1.0.1
@@ -2907,29 +2907,29 @@ 168 - 988067 - Signature sync for Gmail - 1101 + 987914 + Filter on Folder Button + 1149 - 2.0.2

- 3.1.1
- 3.1.1
- 3.1.1
- 3.1.1
- 2024-01-04 - 3.1.1
- 91.0 - * - * - + 1.2.0

+ 1.2.0

+ 1.5.0

+ 1.5.1

+ + 2023-09-05 + 1.5.1

+ 115.0 + 115.* + 115.* + 170 987808 quicker quicksearch - 1077 + 1125 2.6
2.6
@@ -2946,10 +2946,10 @@ - 172 + 173 988098 Thunderbird Todoist - 1060 + 1107 0.6
0.6
@@ -2966,10 +2966,10 @@ - 173 + 175 331666 QuickArchiver - 1041 + 1076 0.2.4

0.2.5

0.2.11

@@ -2989,7 +2989,7 @@ 176 612 NestedQuote Remover - 1012 + 1039 0.8.14

0.9.2

1.4.0
@@ -3009,7 +3009,7 @@ 180 987987 Toggle HTML - 976 + 1009 1.4

1.4

@@ -3026,10 +3026,10 @@ - 183 + 184 987858 Mark All Read:WE - 939 + 966 1.1
1.1
@@ -3046,30 +3046,30 @@ - 184 - 986334 - Open With - 936 - 6.8.6

- 6.9.2

- 7.2.6
- 7.2.6
- 7.2.6
- 7.2.6
- 7.2.6
- 2021-08-28 - 7.2.6
- 78.5.0 - * - * - + 185 + 987729 + New Folder Filters Button
Filter on Folder Button + 966 + + 1.5

+ 3.3

+ 3.3

+ 3.4

+ 3.4

+ + 2023-07-26 + 3.4

+ 102.0 + 115.* + 115.* + - 185 + 186 676875 Rspamd-spamness - 932 + 963 0.9.1

1.1.1

2.1.0a1

@@ -3086,30 +3086,30 @@ - 186 - 987729 - New Folder Filters Button
Filter on Folder Button - 931 - - 1.5

- 3.3

- 3.3

- 3.4

- 3.4

- - 2023-07-26 - 3.4

- 102.0 - 115.* - 115.* - + 187 + 986334 + Open With + 958 + 6.8.6

+ 6.9.2

+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 2021-08-28 + 7.2.6
+ 78.5.0 + * + * + - 187 + 188 987746 FileLink Provider for OwnCloud and Nex - 913 + 953 1.8
1.8
@@ -3129,7 +3129,7 @@ 190 987964 Smileyfixer - 874 + 917 2.0.1
@@ -3149,7 +3149,7 @@ 191 988546 Send Later Button - 870 + 914 1.2
@@ -3169,7 +3169,7 @@ 192 988699 ThunderAI (ChatGPT in your emails!) - 862 + 907 @@ -3189,7 +3189,7 @@ 193 787632 Quick Folder Key Navigation - 857 + 891 1.0.0.3

3.3.1

3.3.1

@@ -3209,7 +3209,7 @@ 194 10149 New Tab Button - 855 + 882 0.2.10b1

0.3.0

2.0.6

@@ -3229,7 +3229,7 @@ 195 988108 OpenPGP Alias Updater - 823 + 875 0.3i

@@ -3247,9 +3247,29 @@ 197 + 988353 + Link Creator + 862 + + + + 1.0
+ 1.0
+ 1.1.2
+ 1.2
+ 2024-07-14 + 1.2
+ 124.0 + * + * + + + + + 198 987933 Toggle Line Wrap - 811 + 834 1.4.2

@@ -3266,10 +3286,10 @@ - 198 + 200 3492 Show InOut - 786 + 823 1.2.2

2.0.1

3.14

@@ -3286,30 +3306,30 @@ - 199 - 987984 - Just Report It - 770 + 201 + 988408 + @Contact Mention + 820 - 1.3.0
- 1.3.0
- 2.3.0
- 2.3.0
- 3.1.1
- 3.1.1
- 2024-02-28 - 3.1.1
- 115.0 + + + + 0.7.1
+ 0.7.1
+ 0.7.1
+ 2022-12-05 + 0.7.1
+ 102.0 * * - 200 + 202 407832 Filter Button - 769 + 795 1.2

1.2

@@ -3326,30 +3346,30 @@ - 202 - 988408 - @Contact Mention - 763 - - - + 203 + 987984 + Just Report It + 788 - 0.7.1
- 0.7.1
- 0.7.1
- 2022-12-05 - 0.7.1
- 102.0 + 1.3.0
+ 1.3.0
+ 2.3.0
+ 2.3.0
+ 3.1.1
+ 3.1.1
+ 2024-02-28 + 3.1.1
+ 115.0 * * - 203 + 205 988396 Attachment Saver - 734 + 767 @@ -3366,30 +3386,30 @@ - 204 - 988068 - Read Aloud: A Text to Speech Voice Rea - 725 - 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 2024-05-29 - 1.71.0
- 60.0 + 206 + 987776 + Limit non-BCC recipients + 754 + + + 2.1.1
+ 2.1.1
+ 2.1.1
+ 2.1.1
+ 2.1.1
+ 2021-05-12 + 2.1.1
+ 78.0 * * - 205 + 207 987994 Telegram Web in Thunderbird - 721 + 749 3.2.1
3.2.1
@@ -3406,30 +3426,30 @@ - 206 - 987776 - Limit non-BCC recipients - 719 - - - 2.1.1
- 2.1.1
- 2.1.1
- 2.1.1
- 2.1.1
- 2021-05-12 - 2.1.1
- 78.0 - * - * + 208 + 988068 + Read Aloud: A Text to Speech Voice Rea + 739 + 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 2024-05-29 + 1.71.0
+ 60.0 + * + * - 208 + 209 508826 EDS Calendar Integration - 704 + 725 0.5.3

0.8.0

0.9.3

@@ -3446,30 +3466,30 @@ - 209 - 988353 - Link Creator - 700 - + 210 + 987803 + Expand mailing lists + 722 - 1.0
- 1.0
- 1.1.2
- 1.2
- 2024-07-14 - 1.2
- 124.0 + 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 2020-12-03 + 1.1.0
+ 78.0 * * - 210 + 211 714655 Layout Button - 689 + 710 3.0
3.0
3.0
@@ -3485,31 +3505,11 @@ - - 211 - 987803 - Expand mailing lists - 685 - - - 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 2020-12-03 - 1.1.0
- 78.0 - * - * - - - 212 711456 TexTra - 683 + 710 1.0.15

1.18.0
1.18.0
@@ -3529,7 +3529,7 @@ 213 984085 Unmangle Microsoft ATP Safelinks - 673 + 701 1.51

2.0.2

3.0.1
@@ -3547,38 +3547,18 @@ 214 - 161710 - More Snooze - 664 - 1.2.1

- 2.0.1

- 3.3.2

- 3.3.2

- 3.3.2

- 3.3.2

+ 988066 + reply-all-auto-cc + 690 - 2023-07-06 - 3.3.2

- 78.0 - 115.* - 115.* - - - - - 215 - 451482 - Paranoia - 662 - 0.2.7

- 0.3.2

- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 2024-06-23 - 0.4.1
+ + 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.1.3
+ 2021-09-04 + 1.1.3
78.0 * * @@ -3586,10 +3566,10 @@ - 216 + 215 320395 RemindIt - 659 + 690 2.1a

3.0.68
3.0.68
@@ -3606,10 +3586,10 @@ - 218 + 216 161820 AlertSwitch - 650 + 684 0.9.03

0.9.4

0.9.14

@@ -3626,19 +3606,39 @@ - 219 - 988066 - reply-all-auto-cc - 647 - + 217 + 161710 + More Snooze + 684 + 1.2.1

+ 2.0.1

+ 3.3.2

+ 3.3.2

+ 3.3.2

+ 3.3.2

- 1.1.3
- 1.1.3
- 1.1.3
- 1.1.3
- 1.1.3
- 2021-09-04 - 1.1.3
+ 2023-07-06 + 3.3.2

+ 78.0 + 115.* + 115.* + + + + + 218 + 451482 + Paranoia + 680 + 0.2.7

+ 0.3.2

+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 2024-06-23 + 0.4.1
78.0 * * @@ -3649,7 +3649,7 @@ 220 987925 EML-Editor - 631 + 655 1.8

@@ -3669,7 +3669,7 @@ 221 988447 GMail Labels - 628 + 653 0.2
@@ -3686,10 +3686,30 @@ - 222 + 223 + 988256 + Grammar, Proofreading & Spell Checker + 644 + + + 1.2
+ 1.2
+ 1.2
+ 1.2
+ 1.2
+ 2022-03-01 + 1.2
+ 78.0 + * + * + + + + + 224 988382 Proton Calendar Toolbar Button - 624 + 639 @@ -3706,10 +3726,10 @@ - 223 + 225 987920 ProtonMail Encryption Status - 624 + 635 1.0
1.0
@@ -3726,30 +3746,30 @@ - 224 - 988256 - Grammar, Proofreading & Spell Checker - 617 + 227 + 988615 + Open Google Tasks + 619 - 1.2
- 1.2
- 1.2
- 1.2
- 1.2
- 2022-03-01 - 1.2
- 78.0 + + + 1.0
+ 1.0
+ 1.0
+ 2023-12-06 + 1.0
+ 102.0 * * - 225 + 228 988289 keepassxc-mail - 599 + 619 1.0.2.1

1.8

@@ -3766,30 +3786,10 @@ - 227 - 988615 - Open Google Tasks - 594 - - - - - 1.0
- 1.0
- 1.0
- 2023-12-06 - 1.0
- 102.0 - * - * - - - - - 228 + 229 988314 Auto-Mark Folder Read - 590 + 613 @@ -3809,7 +3809,7 @@ 230 988586 ChatGPT - Quick Access - 580 + 609 @@ -3826,30 +3826,10 @@ - 231 - 988099 - Link in Tab - 570 - - - 1.6
- 1.6
- 1.6
- 1.7
- 1.7
- 2024-05-06 - 1.7
- 115.0 - * - * - - - - - 233 + 232 988513 S3 FileLink Provider - 565 + 588 @@ -3866,30 +3846,50 @@ - 235 - 4268 - Colored Diffs - 515 - 0.9

- 1.9

- 2.1.1
- 2.3.1
- 2.3.1
- 2.3.1
- 2.3.1
- 2023-10-04 - 2.3.1
- 91.0 - * - * - - + 233 + 988099 + Link in Tab + 583 + + + 1.6
+ 1.6
+ 1.6
+ 1.7
+ 1.7
+ 2024-05-06 + 1.7
+ 115.0 + * + * + + + + + 235 + 4268 + Colored Diffs + 538 + 0.9

+ 1.9

+ 2.1.1
+ 2.3.1
+ 2.3.1
+ 2.3.1
+ 2.3.1
+ 2023-10-04 + 2.3.1
+ 91.0 + * + * + + 236 986655 FrameWhite - 509 + 526 57.8

117.1
@@ -3906,30 +3906,30 @@ - 237 - 987786 - DevTools Button - 501 + 238 + 988663 + Google Calendar - Quick Access + 515 - 1.2

- 1.3

- 1.5

- 1.5

- 1.5

- 1.5

- 2024-04-22 - 1.5

- 91.0 - 127.* - 129.* - + + + + + 0.1
+ 0.1
+ 2024-02-06 + 0.1
+ 106.0 + * + * + - 238 + 239 988145 Google Messages Tab - 499 + 514 1.0.0
@@ -3946,10 +3946,10 @@ - 239 + 240 988079 Open Image In New Tab - 495 + 513 1.0.1
@@ -3967,29 +3967,9 @@ 241 - 988663 - Google Calendar - Quick Access - 488 - - - - - - 0.1
- 0.1
- 2024-02-06 - 0.1
- 106.0 - * - * - - - - - 242 988064 Thematic - 486 + 511 7.0.2
7.0.2
7.0.2
@@ -4005,11 +3985,31 @@ + + 242 + 49594 + SubSwitch + 508 + 0.9.36

+ 0.9.39

+ 0.9.56

+ 0.9.56

+ 0.9.56

+ 0.9.62

+ + 2023-09-20 + 0.9.62

+ 115.0 + 119.* + 119.* + + + 243 987923 Move Mail Shortcuts - 486 + 504 5
@@ -4029,7 +4029,7 @@ 244 988488 Just Verify It - 479 + 495 @@ -4049,7 +4049,7 @@ 245 987785 Toggle Message Pane - 479 + 495 1.4

1.4

@@ -4067,29 +4067,9 @@ 246 - 49594 - SubSwitch - 478 - 0.9.36

- 0.9.39

- 0.9.56

- 0.9.56

- 0.9.56

- 0.9.62

- - 2023-09-20 - 0.9.62

- 115.0 - 119.* - 119.* - - - - - 247 987807 Add to Mailing list - 477 + 492 1.0
1.0
1.1
@@ -4105,11 +4085,51 @@ + + 247 + 467893 + Macro Template + 488 + + 2.1.1.1

+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 2024-01-28 + 3.3.0.0
+ 78.0 + * + * + + + 248 + 987821 + OpenAttachmentByExtension + 485 + + 0.10.4

+ 0.10.4

+ 0.10.4

+ 0.10.4

+ 0.10.4

+ + 2023-06-20 + 0.10.4

+ 68.6.0 + 115.* + 115.* + + + + + 249 988553 Dark Plain Text - 468 + 482 @@ -4126,10 +4146,10 @@ - 249 + 250 987902 Deselect on Delete TB78 - 465 + 479 3.6

@@ -4146,10 +4166,10 @@ - 250 + 251 987705 Open Tab - 463 + 479 1.2
1.2
1.2
@@ -4166,50 +4186,10 @@ - 251 - 987821 - OpenAttachmentByExtension - 461 - - 0.10.4

- 0.10.4

- 0.10.4

- 0.10.4

- 0.10.4

- - 2023-06-20 - 0.10.4

- 68.6.0 - 115.* - 115.* - - - - - 252 - 467893 - Macro Template - 460 - - 2.1.1.1

- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 2024-01-28 - 3.3.0.0
- 78.0 - * - * - - - - - 254 + 253 348798 Evernote Tab - 448 + 465 0.1.21

2.0.2
@@ -4226,10 +4206,10 @@ - 255 + 256 988418 Proton Mail Toolbar Button - 445 + 450 @@ -4245,11 +4225,31 @@ + + 258 + 987786 + DevTools Button + 440 + + 1.2

+ 1.3

+ 1.5

+ 1.5

+ 1.5

+ 1.5

+ 2024-04-22 + 1.5

+ 91.0 + 127.* + 129.* + + + 259 988442 Move Folder (context-menu) - 402 + 415 @@ -4269,7 +4269,7 @@ 260 988365 Advanced Composer - 397 + 414 @@ -4289,7 +4289,7 @@ 261 988293 Joplin Export - 376 + 389 @@ -4305,31 +4305,11 @@ - - 262 - 988255 - Topic Tree / Notebook in TB - 365 - - - 1.2.10
- 1.4.5
- 1.4.5
- 1.4.5
- 1.4.5
- 2023-05-16 - 1.4.5
- 91.0 - * - * - - - 263 988087 Message Mover - 365 + 380 1.6.0
@@ -4349,7 +4329,7 @@ 264 988038 Archive old messages - 364 + 379 0.1.4
@@ -4365,11 +4345,31 @@ + + 265 + 988255 + Topic Tree / Notebook in TB + 378 + + + 1.2.10
+ 1.4.5
+ 1.4.5
+ 1.4.5
+ 1.4.5
+ 2023-05-16 + 1.4.5
+ 91.0 + * + * + + + 266 988416 Quick Filter By - 352 + 365 7

@@ -4389,7 +4389,7 @@ 267 987806 Weatherlicious - 351 + 364 2.0
2.0
2.0
@@ -4406,10 +4406,10 @@ - 269 + 268 988582 Whatsapp - Quick Access - 347 + 363 @@ -4426,10 +4426,10 @@ - 270 + 269 988493 Aify - 345 + 361 1.19
@@ -4446,10 +4446,10 @@ - 271 + 272 988304 Contact Finder - 342 + 355 1.2
@@ -4466,10 +4466,10 @@ - 272 + 273 532656 CardDAV Browser - 342 + 354 7.0
@@ -4486,30 +4486,10 @@ - 274 - 987894 - ScrollAnywhere - 339 - - - 9.2
- 9.2
- 9.2
- 9.2
- 9.2
- 2022-04-19 - 9.2
- 78.0 - * - * - - - - - 277 + 276 988228 cb_thunderlink - 334 + 346 1.7.3

1.7.3

@@ -4526,10 +4506,10 @@ - 278 + 277 988439 RemindMe - 327 + 345 @@ -4546,19 +4526,19 @@ - 279 - 987852 - PGPGeek - 324 + 278 + 987894 + ScrollAnywhere + 343 - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2020-07-09 - 1.6
+ 9.2
+ 9.2
+ 9.2
+ 9.2
+ 9.2
+ 2022-04-19 + 9.2
78.0 * * @@ -4569,7 +4549,7 @@ 280 988342 External Editor Revived - 320 + 331 @@ -4587,29 +4567,29 @@ 281 - 987857 - Preferences Button - 320 + 988532 + Tagger + 329 - 1.2

- 1.2

- 1.5

- 1.5

- 1.5

- 1.5

- 2024-04-22 - 1.5

- 91.0 - 127.* - 129.* - + + + + 1.2
+ 1.2
+ 1.2
+ 2023-07-25 + 1.2
+ 102.0 + * + * + 282 988160 Unicodify – Text transformer - 318 + 329 @@ -4627,29 +4607,69 @@ 283 - 988532 - Tagger - 315 + 987852 + PGPGeek + 329 + + 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2020-07-09 + 1.6
+ 78.0 + * + * + + + + + 284 + 987857 + Preferences Button + 327 + 1.2

+ 1.2

+ 1.5

+ 1.5

+ 1.5

+ 1.5

+ 2024-04-22 + 1.5

+ 91.0 + 127.* + 129.* + + + + + 285 + 987980 + Add contact to CC by mentioning in bod + 325 - 1.2
- 1.2
- 1.2
- 2023-07-25 - 1.2
- 102.0 + 0.6.4
+ 0.6.4
+ 0.6.4
+ 0.6.4
+ 0.6.4
+ 2021-04-09 + 0.6.4
+ 78.5.0 * * - 285 + 286 986610 userChromeJS - 309 + 318 0.0.3

1.0

1.0

@@ -4666,30 +4686,30 @@ - 286 - 987980 - Add contact to CC by mentioning in bod - 308 - - - 0.6.4
- 0.6.4
- 0.6.4
- 0.6.4
- 0.6.4
- 2021-04-09 - 0.6.4
- 78.5.0 + 287 + 805362 + Copy Message ID + 316 + 1.0.1

+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 2020-10-10 + 1.3.2
+ 68.7.0 * * - 287 + 289 988230 MetaClean for Thunderbird - 306 + 312 1.7

@@ -4706,10 +4726,10 @@ - 289 + 291 988383 Get Map for Thunderbird - 301 + 309 @@ -4726,50 +4746,30 @@ - 290 - 805362 - Copy Message ID - 299 - 1.0.1

- 1.3.2
- 1.3.2
- 1.3.2
- 1.3.2
- 1.3.2
- 1.3.2
- 2020-10-10 - 1.3.2
- 68.7.0 + 292 + 987701 + M-Hub Lite + 309 + + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2019-10-03 + 2.0.0
+ 68.0a1 * * - 291 - 690062 - Sender Frequency - 299 - 1.2.1

- 2.0.5

- 2.0.5

- 2.0.5

- 2.0.5

- 3.0.1

- 3.1.0

- 2024-07-07 - 3.1.0

- 128.0 - 128.* - 128.* -
- - - - 292 + 293 746354 New Email To All:reply, ready for new - 296 + 307 1.2.0

2.1
@@ -4787,29 +4787,29 @@ 294 - 987701 - M-Hub Lite - 294 - - 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2019-10-03 - 2.0.0
- 68.0a1 - * - * - + 690062 + Sender Frequency + 306 + 1.2.1

+ 2.0.5

+ 2.0.5

+ 2.0.5

+ 2.0.5

+ 3.0.1

+ 3.1.0

+ 2024-07-07 + 3.1.0

+ 128.0 + 128.* + 128.* +
296 988596 Microsoft To Do - Quick Access - 284 + 297 @@ -4826,10 +4826,30 @@ - 298 + 297 + 988608 + Open Google Chat + 294 + + + + + 1.1
+ 1.1
+ 1.1
+ 2024-07-16 + 1.1
+ 102.0 + * + * + + + + + 299 988238 Get All Senders - 281 + 292 1.1.1
@@ -4846,10 +4866,30 @@ - 299 + 301 + 559954 + Tidybird + 290 + 1.3.1

+ 2.1

+ 3.2.1

+ 4.3.0

+ 4.6

+ 4.6

+ + 2023-10-06 + 4.6

+ 102.0 + 118.* + 118.* + + + + + 302 988559 Unified Folders Debugging - 280 + 286 @@ -4866,50 +4906,30 @@ - 300 - 988608 - Open Google Chat - 277 - - + 304 + 844927 + ToggleReplied + 284 + 0.5.3

+ 1.0.5

- 1.1
- 1.1
- 1.1
- 2024-07-16 - 1.1
+ 2.0.1

+ 2.0.1

+ 2.0.1

+ 2023-08-12 + 2.0.1

102.0 + 115.* * - * - - - - - 301 - 559954 - Tidybird - 277 - 1.3.1

- 2.1

- 3.2.1

- 4.3.0

- 4.6

- 4.6

- - 2023-10-06 - 4.6

- 102.0 - 118.* - 118.* - 303 + 305 987859 Pywalfox - 274 + 283 2.0.11
2.0.11
2.0.11
@@ -4926,30 +4946,10 @@ - 304 - 844927 - ToggleReplied - 273 - 0.5.3

- 1.0.5

- - - 2.0.1

- 2.0.1

- 2.0.1

- 2023-08-12 - 2.0.1

- 102.0 - 115.* - * - - - - - 305 + 308 988614 ThunderSuite - Customize your Quick Ac - 271 + 280 @@ -4966,10 +4966,10 @@ - 308 + 311 988362 Scriptable Notifications - 267 + 274 @@ -4986,10 +4986,30 @@ - 309 + 312 + 988024 + Open in browser + 274 + + + 0.1.5
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 2024-07-19 + 0.1.5
+ 78.0 + * + * + + + + + 313 986522 PopMailListRecipients 2 - 267 + 272 1.1

2.3
@@ -5006,30 +5026,10 @@ - 312 - 988024 - Open in browser - 266 - - - 0.1.4
- 0.1.4
- 0.1.4
- 0.1.4
- 0.1.4
- 2022-06-21 - 0.1.4
- 78.0 - * - * - - - - - 313 + 314 988572 Group Favorite Folders - 261 + 270 @@ -5045,31 +5045,11 @@ - - 314 - 988002 - Autofile - fast e-mail to folder filin - 261 - - - 2.0.2
- 2.0.2
- 2.0.2
- 2.0.2
- 2.0.2
- 2024-05-16 - 2.0.2
- 78.0 - * - * - - - 315 988540 ThunderWebTabs - 257 + 269 0.4.0
0.4.0
@@ -5087,29 +5067,9 @@ 316 - 988221 - ReplyAsOriginalRecipientUp - 257 - - - - 1.0.1
- 1.0.1
- 1.0.1
- 1.0.1
- 2021-11-24 - 1.0.1
- 91.0 - * - * - - - - - 319 988422 Simple Template - 252 + 268 @@ -5126,10 +5086,50 @@ - 320 - 987738 - Move messages - 250 + 317 + 988002 + Autofile - fast e-mail to folder filin + 268 + + + 2.0.2
+ 2.0.2
+ 2.0.2
+ 2.0.2
+ 2.0.2
+ 2024-05-16 + 2.0.2
+ 78.0 + * + * + + + + + 320 + 988221 + ReplyAsOriginalRecipientUp + 260 + + + + 1.0.1
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 2021-11-24 + 1.0.1
+ 91.0 + * + * + + + + + 321 + 987738 + Move messages + 260 1.10
1.10
@@ -5147,9 +5147,29 @@ 322 + 988060 + Text Insert: Templates/Instant Spell C + 257 + + + 1.5.7
+ 1.5.7
+ 1.5.7
+ 1.5.7
+ 1.5.7
+ 2023-12-05 + 1.5.7
+ 78.6.0 + 115.* + 128.* + + + + + 324 987926 UrgentMail - 247 + 254 1.5
@@ -5166,30 +5186,30 @@ - 323 - 988060 - Text Insert: Templates/Instant Spell C - 246 + 325 + 988279 + Jitsi Meet event generator + 251 - 1.5.7
- 1.5.7
- 1.5.7
- 1.5.7
- 1.5.7
- 2023-12-05 - 1.5.7
- 78.6.0 - 115.* - 128.* + 0.2.2
+ 0.2.2
+ 0.2.2
+ 0.2.2
+ 0.2.2
+ 2022-04-01 + 0.2.2
+ 78.0 + * + * - 324 + 326 986523 Hide Email Folders - 245 + 251 1.0

2.0

3.0.0

@@ -5206,30 +5226,10 @@ - 325 - 988279 - Jitsi Meet event generator - 243 - - - 0.2.2
- 0.2.2
- 0.2.2
- 0.2.2
- 0.2.2
- 2022-04-01 - 0.2.2
- 78.0 - * - * - - - - - 328 + 327 988197 TabControl - 238 + 245 0.3.0
0.3.0
@@ -5246,10 +5246,10 @@ - 330 + 329 988625 ObsidianClipper - 231 + 241 0.4.1
@@ -5269,7 +5269,7 @@ 331 987860 Empty Folder - 230 + 238 1.4
1.4
@@ -5286,10 +5286,10 @@ - 337 + 336 988567 Send Unsent Mail Button - 214 + 223 @@ -5306,10 +5306,10 @@ - 338 + 337 988338 WhatsApp - Thunderbird - 214 + 223 1.1
@@ -5327,9 +5327,29 @@ 341 + 988430 + archive-by-time + 216 + + + 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 2024-01-11 + 0.4.1
+ 78.0 + * + * + + + + + 343 704523 EuropeanMX Spam Reporter - 209 + 215 1.0

2.1
@@ -5346,10 +5366,10 @@ - 346 + 345 988561 Freecosys - Провайдер FileLink - 204 + 214 @@ -5366,30 +5386,10 @@ - 347 - 988271 - Autocopy 78+ - 204 - - - 3.0.2
- 3.0.2
- 3.0.2
- 3.0.2
- 3.0.2
- 2022-02-25 - 3.0.2
- 78.4.0 - * - * - - - - - 348 + 346 986415 stripImages - 203 + 212 1.0.9
1.0.9
@@ -5407,9 +5407,29 @@ 349 + 988271 + Autocopy 78+ + 209 + + + 3.0.2
+ 3.0.2
+ 3.0.2
+ 3.0.2
+ 3.0.2
+ 2022-02-25 + 3.0.2
+ 78.4.0 + * + * + + + + + 351 988423 SpamTester - 200 + 206 1.0.1
@@ -5426,10 +5446,10 @@ - 350 + 352 988113 Ungender - 200 + 205 1.0.0
@@ -5446,30 +5466,10 @@ - 351 - 988430 - archive-by-time - 196 - - - 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 2024-01-11 - 0.4.1
- 78.0 - * - * - - - - - 352 + 354 988359 thundersort - 195 + 201 @@ -5486,10 +5486,10 @@ - 354 + 355 988356 Auto Mark As Read - 192 + 197 1.0.10
1.0.10
1.0.10
@@ -5509,7 +5509,7 @@ 358 988374 SmartProxy - 186 + 193 @@ -5526,10 +5526,10 @@ - 360 + 362 988319 10ten Japanese Reader (Rikaichamp) - 180 + 186 @@ -5547,9 +5547,29 @@ 363 + 988070 + OpenFolder + 182 + + 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 2021-04-21 + 1.1.0
+ 68.0 + * + * + + + + + 366 415184 iOS IMAP Notes - 175 + 179 0.1.2

0.1.4

@@ -5569,7 +5589,7 @@ 368 745576 Logout - 169 + 176 1.3

2.0

2.5

@@ -5586,30 +5606,10 @@ - 369 - 988070 - OpenFolder - 168 - - 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 2021-04-21 - 1.1.0
- 68.0 - * - * - - - - - 371 - 988666 - Gemini - Quick Access - 165 + 370 + 988666 + Gemini - Quick Access + 172 @@ -5626,10 +5626,10 @@ - 372 + 371 988292 CustomCSS - 164 + 172 @@ -5647,9 +5647,29 @@ 374 + 988427 + EnhancedReplyHeaders + 167 + + + + + 1.0
+ 1.0
+ 1.0
+ 2023-01-06 + 1.0
+ 102.0 + 102.* + * + + + + + 375 987921 Safelink removal - 162 + 167 0.0.4d
@@ -5666,10 +5686,10 @@ - 375 + 376 988612 Open Google Keep - 161 + 166 @@ -5686,50 +5706,50 @@ - 376 - 988427 - EnhancedReplyHeaders - 160 + 378 + 988718 + CollectAddresses + 164 - 1.0
- 1.0
- 1.0
- 2023-01-06 - 1.0
- 102.0 - 102.* - * + + 1.2
+ 1.2
+ 2024-05-25 + 1.2
+ 115.0 + 128.* + 128.* - 377 - 988268 - GTrash - 157 - + 379 + 987935 + RedThunderMineBird Plus + 164 - 0.2.1
- 0.3.0
- 0.3.0
- 0.3.0
- 2022-06-30 - 0.3.0
- 102.0 + 2.2.0
+ 2.2.0
+ 2.2.0
+ 2.2.0
+ 2.2.0
+ 2021-10-20 + 2.2.0
+ 78.0 * * - 378 + 380 988227 Render Markdown Messages - 157 + 162 1.2.0
@@ -5746,30 +5766,10 @@ - 379 - 988718 - CollectAddresses - 156 - - - - - - 1.2
- 1.2
- 2024-05-25 - 1.2
- 115.0 - 128.* - 128.* - - - - - 381 + 382 988307 AddAccents - 154 + 160 @@ -5787,39 +5787,19 @@ 383 - 987935 - RedThunderMineBird Plus - 153 + 988268 + GTrash + 160 - 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
- 2021-10-20 - 2.2.0
- 78.0 - * - * - - - - - 384 - 988085 - Open Google Voice - 148 - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2021-03-25 - 1.0
- 68.0 + 0.2.1
+ 0.3.0
+ 0.3.0
+ 0.3.0
+ 2022-06-30 + 0.3.0
+ 102.0 * * @@ -5827,29 +5807,9 @@ 385 - 566490 - Expertspam - 148 - 1.60

- - 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2023-03-16 - 2.0.0
- 78.0 - * - * - - - - - 387 988691 NTFNTF - 146 + 154 @@ -5866,10 +5826,10 @@ - 388 + 386 988094 RainbowNote - 145 + 152 31.1
@@ -5886,30 +5846,30 @@ - 389 - 534258 - Received - 145 - 0.2.3

- 1.0.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2024-07-04 - 2.6.0

+ 387 + 566490 + Expertspam + 152 + 1.60

+ + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2023-03-16 + 2.0.0
78.0 - 128.* - 129.* - + * + * + - 390 + 388 988576 Last selected message - 144 + 151 @@ -5926,30 +5886,30 @@ - 391 - 987823 - AutoBucket - 144 + 389 + 988085 + Open Google Voice + 151 - 1.0.13
- 1.2.0
- 1.2.0
- 1.2.0
- 1.2.0
- 1.2.0
- 2021-02-08 - 1.2.0
- 78.0 + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2021-03-25 + 1.0
+ 68.0 * * - 392 + 390 988391 Compose Responsive Images - 143 + 150 @@ -5967,29 +5927,69 @@ 393 - 988166 - googlesearchwebapp - 143 - + 987823 + AutoBucket + 148 - 1.2
- 1.2
- 1.2
- 1.2
- 1.2
- 2021-09-06 - 1.2
- 78.0 - 91.* + 1.0.13
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 2021-02-08 + 1.2.0
+ 78.0 + * * 394 + 534258 + Received + 148 + 0.2.3

+ 1.0.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2024-07-04 + 2.6.0

+ 78.0 + 128.* + 129.* + + + + + 396 + 988166 + googlesearchwebapp + 146 + + + 1.2
+ 1.2
+ 1.2
+ 1.2
+ 1.2
+ 2021-09-06 + 1.2
+ 78.0 + 91.* + * + + + + + 398 615980 Toggle Quotes (Collapse Quotes)
Quote Colors & Collapse - 141 + 144 0.9

2.0

3.2

@@ -6005,11 +6005,31 @@ + + 401 + 988303 + TUD-CERT Phishing Report + 140 + + + 23.8.1

+ 23.8.1

+ 23.8.1

+ 23.8.1

+ + 2023-08-21 + 23.8.1

+ 78.0 + 115.* + 115.* + + + 402 988243 Seafile Filelink - 133 + 140 1.0.1
@@ -6026,10 +6046,10 @@ - 405 + 404 988611 Microsoft 365 Link Opener - 132 + 139 @@ -6045,51 +6065,11 @@ - - 407 - 988303 - TUD-CERT Phishing Report - 131 - - - 23.8.1

- 23.8.1

- 23.8.1

- 23.8.1

- - 2023-08-21 - 23.8.1

- 78.0 - 115.* - 115.* - - - 411 - 988588 - Proton Mail - Quick Access - 126 - - - - - - 0.1
- 0.1
- 2023-11-07 - 0.1
- 106.0 - * - * - - - - - 412 988371 Mark Read on Reply - 126 + 133 @@ -6109,7 +6089,7 @@ 413 988183 CloneMessage - 126 + 131 1.3
@@ -6126,10 +6106,50 @@ - 415 + 416 + 988588 + Proton Mail - Quick Access + 128 + + + + + + 0.1
+ 0.1
+ 2023-11-07 + 0.1
+ 106.0 + * + * + + + + + 417 + 988180 + Strip inline images + 128 + + + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2021-09-07 + 1.0
+ 74.0 + * + * + + + + + 418 988167 todowebapp - 124 + 128 1.2
@@ -6146,10 +6166,10 @@ - 416 + 419 988539 No tabs - 123 + 127 @@ -6166,30 +6186,10 @@ - 417 - 988180 - Strip inline images - 122 - - - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2021-09-07 - 1.0
- 74.0 - * - * - - - - - 418 + 420 988122 Addon-Info/Sync/Compatibility - 122 + 126 1.1
@@ -6206,10 +6206,10 @@ - 419 + 421 986230 Mailing list filter - 122 + 126 1.1.1

2.0.0

3.0.1

@@ -6229,7 +6229,7 @@ 422 988715 AI Grammar - 119 + 125 2
@@ -6246,10 +6246,10 @@ - 425 + 426 988664 Messenger - Quick Access - 117 + 121 @@ -6266,30 +6266,10 @@ - 427 - 988613 - Open Google Messages - 115 - - - - - 0.2
- 0.2
- 0.2
- 2024-03-02 - 0.2
- 102.0 - * - * - - - - - 432 + 428 988176 Notebird - 113 + 120 1.7.0.1
1.7.0.1
1.7.0.1
@@ -6306,10 +6286,10 @@ - 434 + 432 988698 Thunderbird Email 2 CSV Exporter - 112 + 118 3.0
3.0
3.0
@@ -6326,10 +6306,30 @@ - 435 + 433 + 988613 + Open Google Messages + 118 + + + + + 0.2
+ 0.2
+ 0.2
+ 2024-03-02 + 0.2
+ 102.0 + * + * + + + + + 434 988591 One-Click Forward - 111 + 117 1.0.2
@@ -6349,7 +6349,7 @@ 436 987869 Next Unread Thread (Mark All Read) - 111 + 115 1.1

1.1

@@ -6366,10 +6366,10 @@ - 437 + 438 987868 Next Unread Group (Mark All Read) - 111 + 114 1.1

1.1

@@ -6386,70 +6386,70 @@ - 440 - 988252 - RepSel: Reply to all selected mails - 107 + 442 + 988585 + Slack - Quick Access + 112 - 5
- 6.0
- 6.0
- 6.0
- 6.0
- 2023-10-17 - 6.0
- 88.0a1 - * - * - - - - - 441 - 987916 - telegramwebapp - 107 - 1.2
- 1.2
- 1.31
- 1.31
- 1.31
- 2023-06-18 - 1.31
- 102.0 - 102.* + + 0.3
+ 0.3
+ 2024-05-17 + 0.3
+ 106.0 + * * - 445 - 988585 - Slack - Quick Access - 106 + 443 + 988387 + DS-BCC + 112 + 1.0.7
+ 1.0.7
+ 1.0.7
+ 1.0.7
+ 2024-02-12 + 1.0.7
+ 91.0 + * + * + + + + + 446 + 988252 + RepSel: Reply to all selected mails + 110 - 0.3
- 0.3
- 2024-05-17 - 0.3
- 106.0 + 5
+ 6.0
+ 6.0
+ 6.0
+ 6.0
+ 2023-10-17 + 6.0
+ 88.0a1 * * - 446 + 447 988025 Safe Links Cleaner - 106 + 110 1.5.6
@@ -6466,19 +6466,39 @@ - 449 + 448 + 987916 + telegramwebapp + 110 + + + 1.2
+ 1.2
+ 1.31
+ 1.31
+ 1.31
+ 2023-06-18 + 1.31
+ 102.0 + 102.* + * + + + + + 452 987907 Mark GMail Read - 104 + 107 2.0.1

3.0.1

- 4.0.0
- 4.0.0
- 4.0.0
- 2022-11-07 - 4.0.0
+ 4.1.0
+ 4.1.0
+ 4.1.0
+ 2024-07-19 + 4.1.0
102.0 * * @@ -6486,10 +6506,10 @@ - 451 + 453 988661 Auto Avatars - 103 + 106 @@ -6506,30 +6526,10 @@ - 452 - 988387 - DS-BCC - 103 - - - - 1.0.7
- 1.0.7
- 1.0.7
- 1.0.7
- 2024-02-12 - 1.0.7
- 91.0 - * - * - - - - - 455 + 457 988587 Tuta Mail - Quick Access - 100 + 102 @@ -6546,10 +6546,10 @@ - 457 + 458 988564 Paste code - 97 + 102 0.1
@@ -6567,29 +6567,9 @@ 461 - 988597 - Mark Button - 96 - - - - - - 1.2.1
- 2.2.1
- 2024-02-10 - 2.2.1
- 116.0 - * - * - - - - - 463 988677 Tag Sync for TB - 93 + 99 1.2.9
1.2.9
1.2.9
@@ -6606,10 +6586,30 @@ - 464 + 463 + 988597 + Mark Button + 98 + + + + + + 1.2.1
+ 2.2.1
+ 2024-02-10 + 2.2.1
+ 116.0 + * + * + + + + + 465 987988 Toggle Inline - 93 + 97 1.2

@@ -6629,7 +6629,7 @@ 466 546538 Single Domain - 92 + 95 2.5

3.3.1

4.3
@@ -6647,19 +6647,19 @@ 467 - 988327 - Netiquette checker and wrapper - 91 + 988660 + Telegram - Quick Access + 93 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2022-09-29 - 1.1
- 78.0 + + + + 0.1
+ 0.1
+ 2024-01-31 + 0.1
+ 106.0 * * @@ -6669,7 +6669,7 @@ 468 988543 selectAll Button - 90 + 92 @@ -6687,9 +6687,29 @@ 469 + 988327 + Netiquette checker and wrapper + 92 + + + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2022-09-29 + 1.1
+ 78.0 + * + * + + + + + 470 852623 Remote Content By Folder - 90 + 92 1.0.1

1.0.10

2.0.1

@@ -6705,31 +6725,11 @@ - - 470 - 988660 - Telegram - Quick Access - 89 - - - - - - 0.1
- 0.1
- 2024-01-31 - 0.1
- 106.0 - * - * - - - 472 988417 Empty Folder - 88 + 90 6
@@ -6746,10 +6746,30 @@ - 478 + 474 + 986363 + ansitel Click-to-Dial MT2 + 90 + + 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2021-10-06 + 1.6
+ 68.3.0 + * + * + + + + + 477 988659 Google Keep - Quick Access - 86 + 89 @@ -6766,10 +6786,10 @@ - 479 + 478 988599 Open Google Tabs - 86 + 89 @@ -6786,10 +6806,10 @@ - 480 + 481 988584 Discord - Quick Access - 86 + 88 @@ -6806,10 +6826,10 @@ - 481 + 482 988557 Change Link Appearance - 84 + 88 1.1
@@ -6826,10 +6846,50 @@ - 482 + 483 + 988393 + Audio Preview + 88 + + + + + 1.0
+ 1.0
+ 1.0
+ 2022-11-02 + 1.0
+ 102.0 + * + * + + + + + 484 + 988171 + msofficewebapp + 88 + + + 1.2
+ 1.2
+ 1.3
+ 1.3
+ 1.3
+ 2023-06-18 + 1.3
+ 102.0 + 102.* + * + + + + + 487 988445 AutoMover - 84 + 87 1.5
@@ -6846,30 +6906,10 @@ - 483 - 987834 - SpoofDetection - 84 - - - 2.6.3
- 2.6.3
- 2.6.3
- 2.6.3
- 2.6.3
- 2020-07-29 - 2.6.3
- 73.0a1 - * - * - - - - - 485 + 488 988531 New Tab - 83 + 86 1.0
1.0
1.0
@@ -6886,10 +6926,30 @@ - 486 + 489 + 987834 + SpoofDetection + 86 + + + 2.6.3
+ 2.6.3
+ 2.6.3
+ 2.6.3
+ 2.6.3
+ 2020-07-29 + 2.6.3
+ 73.0a1 + * + * + + + + + 490 988530 Clear History Button - 83 + 84 @@ -6905,91 +6965,11 @@ - - 487 - 988393 - Audio Preview - 83 - - - - - 1.0
- 1.0
- 1.0
- 2022-11-02 - 1.0
- 102.0 - * - * - - - - - 488 - 988171 - msofficewebapp - 83 - - - 1.2
- 1.2
- 1.3
- 1.3
- 1.3
- 2023-06-18 - 1.3
- 102.0 - 102.* - * - - - - - 491 - 986363 - ansitel Click-to-Dial MT2 - 82 - - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2021-10-06 - 1.6
- 68.3.0 - * - * - - - 492 - 988282 - CatchAll Bird - 81 - - - 1.1.2
- 1.1.2
- 1.1.2
- 1.1.2
- 1.1.2
- 2024-01-07 - 1.1.2
- 78.0 - * - * - - - - - 493 987989 Toggle Summary - 81 + 83 1.3

@@ -7007,20 +6987,20 @@ 494 - 988389 - Thunderbird OpenProject - 78 + 988282 + CatchAll Bird + 82 - 0.5
- 0.5
- 0.5
- 0.5
- 0.5
- 0.5
- 2022-10-28 - 0.5
- 68.0 - 102.* + + 1.1.2
+ 1.1.2
+ 1.1.2
+ 1.1.2
+ 1.1.2
+ 2024-01-07 + 1.1.2
+ 78.0 + * * @@ -7029,7 +7009,7 @@ 495 987664 Copy Patch - 78 + 82 1.3.2

2.1.3

@@ -7047,49 +7027,29 @@ 497 - 207607 - filemail - 76 - 0.6.4

- 0.6.5

- - - 0.7.3
- 0.7.3
- 0.7.3
- 2023-06-28 - 0.7.3
- 102.0 - * - * - - - - - 500 - 988288 - sms77 - 75 - + 988389 + Thunderbird OpenProject + 81 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2022-03-22 - 1.1
- 78.0 - * + 0.5
+ 0.5
+ 0.5
+ 0.5
+ 0.5
+ 0.5
+ 2022-10-28 + 0.5
+ 68.0 + 102.* * - 501 + 499 987922 Date detection - 74 + 78 0.0.7

0.0.7

@@ -7106,39 +7066,59 @@ - 503 - 987986 - Select Prev on Delete - 73 + 500 + 207607 + filemail + 78 + 0.6.4

+ 0.6.5

- 1.0.0

- 1.0.0

- 1.0.0

- 1.1.0

+ 0.7.3
+ 0.7.3
+ 0.7.3
+ 2023-06-28 + 0.7.3
+ 102.0 + * + * + + + + + 502 + 988199 + RT Archive Emails to Sugar & SuiteCRM + 76 - 2023-10-10 - 1.1.0

- 112.0 - 118.* - 118.* - + + 2.2.3
+ 2.2.3
+ 2.2.3
+ 2.2.3
+ 2.2.3
+ 2024-06-10 + 2.2.3
+ 78.0 + * + * + - 504 - 988300 - QuickOWL - 72 + 503 + 988288 + sms77 + 75 - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2022-09-15 - 1.6
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2022-03-22 + 1.1
78.0 * * @@ -7146,10 +7126,10 @@ - 505 + 504 988168 onedrivewebapp - 72 + 75 1.2
@@ -7166,30 +7146,10 @@ - 507 - 988476 - If This, Then! - IFTTT connector - 71 - - - 1.0.5
- 1.0.5
- 1.0.5
- 1.0.5
- 1.0.5
- 2023-04-13 - 1.0.5
- 78.6.0 - * - * - - - - - 508 + 506 988474 ENEX Tools - 71 + 74 @@ -7206,19 +7166,19 @@ - 509 - 988199 - RT Archive Emails to Sugar & SuiteCRM - 71 + 507 + 988300 + QuickOWL + 74 - 2.2.3
- 2.2.3
- 2.2.3
- 2.2.3
- 2.2.3
- 2024-06-10 - 2.2.3
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2022-09-15 + 1.6
78.0 * * @@ -7226,10 +7186,50 @@ - 511 + 508 + 987986 + Select Prev on Delete + 74 + + + 1.0.0

+ 1.0.0

+ 1.0.0

+ 1.1.0

+ + 2023-10-10 + 1.1.0

+ 112.0 + 118.* + 118.* + + + + + 512 + 988476 + If This, Then! - IFTTT connector + 73 + + + 1.0.5
+ 1.0.5
+ 1.0.5
+ 1.0.5
+ 1.0.5
+ 2023-04-13 + 1.0.5
+ 78.6.0 + * + * + + + + + 513 988106 Toggle Address Box - 70 + 72 1.0

@@ -7249,7 +7249,7 @@ 517 988686 Multimonth view - 66 + 69 2.4.5

2.4.5

2.4.5

@@ -7266,10 +7266,30 @@ - 520 + 521 + 988441 + FDK KIM Plugin + 67 + + + + + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2023-10-23 + 2.0.0
+ 100.0 + * + * + + + + + 522 988402 YouTube Video Downloader - 65 + 67 2.0
2.0
2.0
@@ -7286,10 +7306,10 @@ - 526 + 529 988258 Recently - 63 + 64 0.0.6
@@ -7306,10 +7326,30 @@ - 528 + 535 + 988738 + Two Dynamic Birds + 63 + 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 2024-06-13 + 0.1
+ 60.0 + * + * + + + + + 536 988590 YouTube RSS feed redesign - 62 + 63 1.1
@@ -7326,30 +7366,10 @@ - 530 - 988441 - FDK KIM Plugin - 61 - - - - - 2.0.0
- 2.0.0
- 2.0.0
- 2023-10-23 - 2.0.0
- 100.0 - * - * - - - - - 531 + 537 988330 Reply with subaddress - 61 + 63 @@ -7366,10 +7386,10 @@ - 532 + 538 988245 Conscious ClickUp Save - 61 + 63 2.0.0
@@ -7385,51 +7405,11 @@ - - 533 - 988126 - ResizeTbWidth - 61 - - - 20.1
- 20.1
- 20.1
- 20.1
- 20.1
- 2023-01-15 - 20.1
- 78.0 - 102.* - * - - - - - 534 - 988069 - SPAM Check for OCN - 61 - - - 0.5.0
- 0.5.0
- 0.5.0
- 0.5.0
- 0.5.0
- 2021-03-07 - 0.5.0
- 78.0 - * - * - - - 540 337144 Mail Sent Notifier - 60 + 63 0.6.3

0.7.0

1.0.0
@@ -7446,30 +7426,50 @@ - 545 - 988738 - Two Dynamic Birds - 58 - 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 2024-06-13 - 0.1
- 60.0 + 541 + 988126 + ResizeTbWidth + 62 + + + 20.1
+ 20.1
+ 20.1
+ 20.1
+ 20.1
+ 2023-01-15 + 20.1
+ 78.0 + 102.* + * + + + + + 542 + 988069 + SPAM Check for OCN + 62 + + + 0.5.0
+ 0.5.0
+ 0.5.0
+ 0.5.0
+ 0.5.0
+ 2021-03-07 + 0.5.0
+ 78.0 * * - 555 + 553 988170 skypewebapp - 54 + 57 1.2
@@ -7486,30 +7486,10 @@ - 565 - 988633 - quickfilter-kbd - 50 - - - - - - 1.1
- 1.1
- 2024-01-19 - 1.1
- 110.0a1 - * - * - - - - - 566 + 562 988125 Estimate your CO₂ - 50 + 53 2.8.1
@@ -7526,10 +7506,10 @@ - 569 + 566 988724 CalendarSearchExport - 49 + 52 @@ -7546,10 +7526,30 @@ - 576 + 567 + 988633 + quickfilter-kbd + 52 + + + + + + 1.1
+ 1.1
+ 2024-01-19 + 1.1
+ 110.0a1 + * + * + + + + + 579 988510 vault56 protection - 47 + 48 1.0.7
@@ -7566,10 +7566,10 @@ - 577 + 580 988462 Seafile Filelink2 - 47 + 48 0.0.7
0.0.7
0.0.7
@@ -7586,10 +7586,10 @@ - 583 + 581 988428 TileNote - 45 + 48 1.6
@@ -7606,10 +7606,10 @@ - 585 + 583 988719 Threaded List Switch - 44 + 47 @@ -7629,7 +7629,7 @@ 587 987938 PRATICHE MAIL - 43 + 46 11.0
@@ -7645,31 +7645,11 @@ - - 591 - 988618 - Safelinks Cleanup - 42 - - - - 2.1
- 2.1
- 2.1
- 2.1
- 2023-12-22 - 2.1
- 91.0 - * - * - - - 592 988592 Hide Duplicates From 'All Mail' - 42 + 44 @@ -7687,49 +7667,9 @@ 593 - 988494 - Copy Timestamp - 42 - - - - - 2.0
- 2.0
- 2.0
- 2023-08-06 - 2.0
- 102.0 - * - * - - - - - 597 - 988545 - Dropbox Paper - 41 - - - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2023-08-12 - 1.0
- 78.0 - * - * - - - - - 598 988354 Bug Opener - 41 + 44 @@ -7746,10 +7686,10 @@ - 599 + 594 987939 PREVENTIVI MAIL - 41 + 44 7.0
@@ -7765,11 +7705,71 @@ + + 596 + 988494 + Copy Timestamp + 43 + + + + + 2.0
+ 2.0
+ 2.0
+ 2023-08-06 + 2.0
+ 102.0 + * + * + + + + + 599 + 988618 + Safelinks Cleanup + 42 + + + + 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2023-12-22 + 2.1
+ 91.0 + * + * + + + 600 + 988545 + Dropbox Paper + 42 + + + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2023-08-12 + 1.0
+ 78.0 + * + * + + + + + 601 988380 Thread in same folder - 40 + 42 1.0
@@ -7789,7 +7789,7 @@ 602 987848 KundenMeister CRM Mail Export - 40 + 42 1.1.3
1.1.3
1.1.3
@@ -7807,89 +7807,49 @@ 603 - 987816 - TransliteRussian for Thunderbird - 39 - 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 2020-10-22 - 0.4
- 60.0 - * - * - - - - - 608 988726 Trello - Quick Access - 38 - - - - - - 0.2
- 0.2
- 2024-05-22 - 0.2
- 106.0 - * - * - - - - - 609 - 988541 - ShowContactFoto - 38 - - - + 41 - 0.10
- 0.10
- 2023-10-25 - 0.10
- 115.0 + + + + 0.2
+ 0.2
+ 2024-05-22 + 0.2
+ 106.0 * * - 610 - 988437 - Additional Info for Simplelogin - 38 + 605 + 988610 + Quick Spaces + 40 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2024-03-22 - 1.1
- 78.0 + + + 0.4
+ 0.4
+ 0.4
+ 2024-05-11 + 0.4
+ 102.0 * * - 613 + 610 988728 Date Time Formatter - 37 + 39 @@ -7906,30 +7866,30 @@ - 614 - 988610 - Quick Spaces - 37 + 611 + 988541 + ShowContactFoto + 39 - 0.4
- 0.4
- 0.4
- 2024-05-11 - 0.4
- 102.0 + + 0.10
+ 0.10
+ 2023-10-25 + 0.10
+ 115.0 * * - 615 + 612 988459 Cypherdog Encryption - 37 + 39 1.0.1
@@ -7946,10 +7906,30 @@ - 616 + 613 + 987816 + TransliteRussian for Thunderbird + 39 + 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 2020-10-22 + 0.4
+ 60.0 + * + * + + + + + 619 832276 Rescue Conflicting Alternatives - 37 + 38 0.2

0.4

2.0.1
@@ -7966,10 +7946,10 @@ - 623 + 621 988451 PowerFolder - 35 + 37 16.6.100
@@ -7986,10 +7966,30 @@ - 624 + 622 + 988437 + Additional Info for Simplelogin + 37 + + + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2024-03-22 + 1.1
+ 78.0 + * + * + + + + + 626 987849 Clacks Overhead - 35 + 36 1.0.1
1.0.1
@@ -8009,7 +8009,7 @@ 629 983832 Changelogger - 34 + 35 1.1.1
1.1.1
1.1.1
@@ -8026,30 +8026,10 @@ - 634 - 988431 - RainbowMemo - 31 - - - 2.3
- 2.3
- 2.3
- 2.3
- 2.3
- 2023-01-17 - 2.3
- 78.0 - 102.* - * - - - - - 643 + 637 988635 j-lawyer.org-Thunderbird-Extension - 30 + 32 @@ -8066,10 +8046,30 @@ - 644 + 638 + 988431 + RainbowMemo + 32 + + + 2.3
+ 2.3
+ 2.3
+ 2.3
+ 2.3
+ 2023-01-17 + 2.3
+ 78.0 + 102.* + * + + + + + 639 988399 Black Screen - 30 + 32 1.0.1
1.0.1
1.0.1
@@ -8086,19 +8086,19 @@ - 649 + 645 988751 Mail Extractor - 28 + 31 - 1.3.1
- 1.3.1
+ 1.3.2
+ 1.3.2
2024-07-18 - 1.3.1
+ 1.3.2
115.0 * * @@ -8106,10 +8106,30 @@ - 650 + 649 + 988290 + Send then Archive + 30 + + + 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 2022-03-29 + 0.1
+ 78.0 + * + * + + + + + 651 988270 composeSelectMacro - 28 + 29 1.0.6
@@ -8126,10 +8146,10 @@ - 651 + 652 987760 Snakes by Bluemods - 28 + 29 1.0
1.0
@@ -8146,19 +8166,19 @@ - 652 - 988290 - Send then Archive - 27 + 653 + 987941 + Seams + 28 - 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 2022-03-29 - 0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2022-06-29 + 2.0.1
78.0 * * @@ -8166,10 +8186,10 @@ - 658 + 656 988565 Close Search Tabs - 26 + 27 @@ -8186,10 +8206,10 @@ - 659 + 657 988482 New Bing Anywhere - 26 + 27 1.6.0
1.6.0
1.6.0
@@ -8206,30 +8226,10 @@ - 660 - 987941 - Seams - 26 - - - 2.0.1
- 2.0.1
- 2.0.1
- 2.0.1
- 2.0.1
- 2022-06-29 - 2.0.1
- 78.0 - * - * - - - - - 661 + 658 987927 To must occur only once - 26 + 27 3.4.2
@@ -8246,50 +8246,30 @@ - 667 + 666 988566 Mark Read on Tab Open - 25 + 26 1.0
1.0
1.0
1.0
1.0
- 1.0
- 2023-10-07 - 1.0
- 68.0 - * - * - - - - - 675 - 988352 - Archive 3 Month - 24 - - - 0.2
- 0.2
- 0.2
- 0.2
- 0.2
- 2022-07-18 - 0.2
- 78.0 + 1.0
+ 2023-10-07 + 1.0
+ 68.0 * * - 678 + 674 988589 Yandex Mail - Quick Access - 23 + 25 @@ -8306,10 +8286,10 @@ - 679 + 675 988571 FindNow - 23 + 25 @@ -8326,10 +8306,10 @@ - 680 + 676 988515 ThunderFWD - 23 + 25 @@ -8346,10 +8326,30 @@ - 684 + 677 + 988352 + Archive 3 Month + 25 + + + 0.2
+ 0.2
+ 0.2
+ 0.2
+ 0.2
+ 2022-07-18 + 0.2
+ 78.0 + * + * + + + + + 685 988213 Tomba : Email Finder - 22 + 23 0.1.14
0.1.14
0.1.19
@@ -8366,10 +8366,10 @@ - 685 + 686 987774 POPFile Jump - 22 + 23 1.1.0
1.1.0
@@ -8386,10 +8386,10 @@ - 702 + 703 988622 Articles Toolbar - 20 + 21 1.1
1.1
1.1
@@ -8406,10 +8406,10 @@ - 709 + 707 988748 Check before sending email - 19 + 20 @@ -8426,7 +8426,7 @@ - 718 + 721 988722 Custom Subject Column 18 @@ -8446,10 +8446,10 @@ - 725 + 722 988538 Skiff Mail - 17 + 18 @@ -8466,10 +8466,10 @@ - 726 + 723 988463 GrapeVine for Salesforce - 17 + 18 @@ -8486,30 +8486,10 @@ - 727 - 988448 - Arcus - 17 - - - 0.9.1
- 0.9.1
- 0.9.1
- 0.9.1
- 0.9.1
- 2023-02-15 - 0.9.1
- 78.0 - * - * - - - - - 728 + 724 988397 Dino Game - 17 + 18 0.0.34
0.0.34
0.0.34
@@ -8526,10 +8506,10 @@ - 729 + 725 988236 Safelinks Offr - 17 + 18 @@ -8546,10 +8526,10 @@ - 730 + 726 988107 TuLPe - 17 + 18 1.4
@@ -8566,10 +8546,30 @@ - 738 + 735 + 988448 + Arcus + 17 + + + 0.9.1
+ 0.9.1
+ 0.9.1
+ 0.9.1
+ 0.9.1
+ 2023-02-15 + 0.9.1
+ 78.0 + * + * + + + + + 736 988398 White Screen - 16 + 17 1.0.6
1.0.6
1.0.6
@@ -8586,10 +8586,10 @@ - 749 + 746 988720 SCMenu - 15 + 16 @@ -8606,7 +8606,27 @@ - 758 + 753 + 987915 + Mahoor-Iranian-Date + 15 + + 1.1.5

+ 1.1.5

+ 1.1.5

+ 1.1.5

+ 1.2.0

+ + 2024-07-12 + 1.2.0

+ 115.10.0 + 127.* + 127.* +
+ + + + 761 988662 Bard - Quick Access 14 @@ -8626,7 +8646,27 @@ - 765 + 771 + 988669 + DMS HEADERS EXTRACTOR + 13 + + + 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 2024-02-12 + 0.0.0.1
+ 78.0 + * + * + + + + + 772 988281 regimail 13 @@ -8646,47 +8686,7 @@ - 767 - 987915 - Mahoor-Iranian-Date - 13 - - 1.1.5

- 1.1.5

- 1.1.5

- 1.1.5

- 1.2.0

- - 2024-07-12 - 1.2.0

- 115.10.0 - 127.* - 127.* -
- - - - 775 - 988669 - DMS HEADERS EXTRACTOR - 12 - - - 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 2024-02-12 - 0.0.0.1
- 78.0 - * - * - - - - - 776 + 780 988575 Filtered Folder to Favorite 12 @@ -8706,7 +8706,27 @@ - 785 + 789 + 988752 + Mark Subfolders Read + 11 + + + + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2024-06-26 + 1.0
+ 91.0 + * + * + + + + + 790 988169 wikipediasearchwebapp 11 @@ -8726,7 +8746,7 @@ - 786 + 791 988023 TimetableForWeb 11 @@ -8737,99 +8757,39 @@ 34.1
34.1
34.1
- 2024-06-18 - 34.1
- 78.0 - * - * - - - - - 787 - 987970 - Replaceholder - 11 - - - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2020-12-03 - 1.0
- 78.0 - * - * - - - - - 797 - 988752 - Mark Subfolders Read - 10 - - - - 1.0
- 1.0
- 1.0
- 1.0
- 2024-06-26 - 1.0
- 91.0 - * - * - - - - - 798 - 988483 - InfoCodex DocSummarizer - 10 - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2023-04-13 - 1.0
- 60.0 + 2024-06-18 + 34.1
+ 78.0 * * - 800 - 988276 - ThunderThings - 10 - + 792 + 987970 + Replaceholder + 11 - 1.3
- 1.3
- 1.3
- 1.3
- 2022-04-06 - 1.3
- 91.0 + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2020-12-03 + 1.0
+ 78.0 * * - 809 + 801 988623 Dysclusif - 9 + 10 1.2.6
@@ -8846,10 +8806,30 @@ - 810 + 802 + 988483 + InfoCodex DocSummarizer + 10 + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2023-04-13 + 1.0
+ 60.0 + * + * + + + + + 804 988381 AWO Zipper 2 - 9 + 10 @@ -8866,10 +8846,30 @@ - 821 + 805 + 988276 + ThunderThings + 10 + + + + 1.3
+ 1.3
+ 1.3
+ 1.3
+ 2022-04-06 + 1.3
+ 91.0 + * + * + + + + + 817 988731 Reply All Button - 8 + 9 1.1.0
1.1.0
1.1.0
@@ -8886,10 +8886,10 @@ - 822 + 818 988291 Zivver for Thunderbird - 8 + 9 1.0.0
@@ -8906,30 +8906,10 @@ - 825 - 987951 - Check Time - 8 - - - 0.0.6
- 0.0.6
- 0.0.6
- 0.0.6
- 0.0.6
- 2020-11-19 - 0.0.6
- 78.0 - * - * - - - - - 839 + 826 988702 UnInbox - Quick Access - 7 + 8 @@ -8946,10 +8926,10 @@ - 840 + 827 988583 Skiff Mail - Quick Access - 7 + 8 @@ -8966,10 +8946,30 @@ - 863 + 829 + 987951 + Check Time + 8 + + + 0.0.6
+ 0.0.6
+ 0.0.6
+ 0.0.6
+ 0.0.6
+ 2020-11-19 + 0.0.6
+ 78.0 + * + * + + + + + 849 988692 GetMyInvoices - 6 + 7 @@ -8986,10 +8986,10 @@ - 895 + 868 988757 Customoji - 5 + 6 0.1b
0.1b
0.1b
@@ -9006,47 +9006,67 @@ - 896 - 988355 - GIMPS Opener + 869 + 988328 + Open in XPS | XPSLogic + 6 + + + 4
+ 4
+ 4
+ 4
+ 4
+ 2023-11-29 + 4
+ 78.0 + * + * + + + + + 900 + 988740 + Identity Selector 5 - 1.1.3
- 1.1.3
- 1.1.3
- 1.2
- 2024-07-14 - 1.2
- 124.0 + + + 0.4.0
+ 0.4.0
+ 2024-07-11 + 0.4.0
+ 115.0 * * - 897 - 988328 - Open in XPS | XPSLogic + 901 + 988355 + GIMPS Opener 5 - 4
- 4
- 4
- 4
- 4
- 2023-11-29 - 4
- 78.0 + + 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.2
+ 2024-07-14 + 1.2
+ 124.0 * * - 898 + 902 988297 acus 5 @@ -9066,27 +9086,27 @@ - 925 - 988740 - Identity Selector + 930 + 988700 + OnMail - Quick Access 4 - 0.4.0
- 0.4.0
- 2024-07-11 - 0.4.0
- 115.0 + 0.1
+ 0.1
+ 2024-04-14 + 0.1
+ 106.0 * * - 926 + 931 988358 UUID - WES 4 @@ -9106,7 +9126,27 @@ - 931 + 934 + 988065 + update-test + 4 + + 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2021-03-02 + 2.5
+ 68.0 + * + * + + + + + 937 987753 Console messaging example 4 @@ -9126,7 +9166,7 @@ - 959 + 968 988754 BestReply 3 @@ -9146,27 +9186,7 @@ - 960 - 988700 - OnMail - Quick Access - 3 - - - - - - 0.1
- 0.1
- 2024-04-14 - 0.1
- 106.0 - * - * - - - - - 961 + 969 988405 Netiquette Checker 3 @@ -9186,7 +9206,7 @@ - 962 + 970 988361 EagleCloud Extension 3 @@ -9206,27 +9226,7 @@ - 963 - 988065 - update-test - 3 - - 2.5
- 2.5
- 2.5
- 2.5
- 2.5
- 2.5
- 2021-03-02 - 2.5
- 68.0 - * - * - - - - - 1002 + 1005 988753 Zulip - Quick Access 2 @@ -9246,7 +9246,7 @@ - 1003 + 1006 988730 MyTickets 2 @@ -9266,7 +9266,7 @@ - 1005 + 1008 988133 Click Speed Tester 2 @@ -9286,7 +9286,7 @@ - 1006 + 1009 987940 HOTEL MAIL 2 @@ -9306,7 +9306,7 @@ - 1052 + 1059 988735 Deselector 1 @@ -9326,7 +9326,7 @@ - 1053 + 1060 988727 Lex-ON Conecta 1 @@ -9346,7 +9346,7 @@ - 1054 + 1061 988703 ThunderbirdBravoClick2Call 1 @@ -9366,7 +9366,7 @@ - 1056 + 1063 988234 tbhints 1 @@ -9386,7 +9386,7 @@ - 1057 + 1064 988140 CPS Test Pro 1 @@ -9406,7 +9406,7 @@ - 1059 + 1066 987974 淘宝领券助手 1 @@ -9426,7 +9426,7 @@ - 1060 + 1067 987864 Metamorfik 1 diff --git a/add-on-reports/atn-tb128.html b/add-on-reports/atn-tb128.html index 68dfbe7..d6279da 100644 --- a/add-on-reports/atn-tb128.html +++ b/add-on-reports/atn-tb128.html @@ -12,7 +12,7 @@
@@ -49,7 +49,7 @@ 1 986686 ImportExportTools NG - 232090 + 244524 4.1.0

10.0.4

10.0.4

@@ -69,7 +69,7 @@ 2 4631 Provider for Google Calendar - 177396 + 185146 4.4.2

68.2.1

78.0.2

@@ -89,7 +89,7 @@ 3 711780 LookOut (fix version) - 155499 + 167069 1.3.04

2.0.4

3.0.6

@@ -109,7 +109,7 @@ 5 195275 Send Later - 95261 + 100064 6.5.0

7.4.4

8.9.8

@@ -129,7 +129,7 @@ 8 634298 CardBook - 64589 + 67307 38.0

46.6

62.8

@@ -149,7 +149,7 @@ 9 47144 Mail Merge - 62086 + 65568 5.6.0

6.1.0

7.4.0

@@ -169,7 +169,7 @@ 10 988138 Grammar and Spell Checker — LanguageTo - 56845 + 59492 8.6.0

@@ -189,7 +189,7 @@ 11 611 Signature Switch - 49791 + 52308 1.7.1

1.8.2

2.15.3
@@ -209,7 +209,7 @@ 12 986436 FileLink Provider for Dropbox - 48370 + 50422 4
7
7
@@ -229,7 +229,7 @@ 13 986258 Provider for CalDAV & CardDAV - 44003 + 46264 0.15.0.2

1.12

1.24

@@ -249,7 +249,7 @@ 14 986325 Owl for Exchange - 42437 + 44338 0.7.1.3

0.7.8.2

0.7.9.4

@@ -269,7 +269,7 @@ 15 986643 FileLink provider for WebDAV - 40383 + 42361 2

3

3

@@ -289,7 +289,7 @@ 16 988136 FileLink provider for Send - 39927 + 41774 @@ -309,7 +309,7 @@ 17 987924 Web Translate - 39821 + 41540 3.7
@@ -329,7 +329,7 @@ 18 987716 Minimize on Close - 36232 + 37774 2.0.1.4

2.0.1.4

@@ -349,7 +349,7 @@ 19 987967 Textmarker - 33070 + 34781 6.2.0
@@ -369,7 +369,7 @@ 21 987761 *cloud - FileLink for Nextcloud and ow - 30544 + 31989 3.15.0
3.15.0
@@ -389,7 +389,7 @@ 22 386321 Lightning Calendar Tabs - 27017 + 28225 2.2

2.3

2.5

@@ -409,7 +409,7 @@ 23 54035 Thunderbird Conversations - 24893 + 26066 2.14.7

3.1.24

3.2.35

@@ -427,29 +427,9 @@ 25 - 708783 - Emoji - 23429 - 1.6.1

- 1.68.4

- 1.78.7

- 1.91.8

- 1.102.10
- 1.102.10
- 1.102.10
- 2022-10-21 - 1.102.10
- 102.0 - * - * - - - - - 26 2533 Addressbooks Synchronizer - 22966 + 24686 1.2.2

2.0.1

4.14

@@ -465,11 +445,31 @@ + + 26 + 708783 + Emoji + 24355 + 1.6.1

+ 1.68.4

+ 1.78.7

+ 1.91.8

+ 1.102.10
+ 1.102.10
+ 1.102.10
+ 2022-10-21 + 1.102.10
+ 102.0 + * + * + + + 27 477467 AutoarchiveReloaded - 21593 + 22778 0.9.9.6.2

1.0.0.7
1.0.0.7
@@ -487,29 +487,9 @@ 28 - 986386 - Open Google Calendar - 21029 - 1.5
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2020-12-13 - 1.6
- 68.0 - * - * - - - - - 29 487108 FlexConfirmMail - 20631 + 22776 1.17.1

2.2.4

4.1.7.1
@@ -526,10 +506,30 @@ - 31 + 29 + 986386 + Open Google Calendar + 22102 + 1.5
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2020-12-13 + 1.6
+ 68.0 + * + * + + + + + 30 5582 Confirm-Address - 19321 + 20992 1.3.2

1.3.5

1.3.8
@@ -546,10 +546,10 @@ - 32 + 31 2281 Check and Send - 19217 + 20742 1.0.20b1

1.1.1

2.1.5
@@ -566,10 +566,10 @@ - 34 + 35 988127 Addon Compatibility Check for TB 102/T - 15536 + 16139 1.9.10
1.9.10
@@ -589,7 +589,7 @@ 37 217293 Signal Spam - 15105 + 15269 2.2.3

3.1.2

4.1.6

@@ -609,7 +609,7 @@ 38 10052 FiltaQuilla - 14529 + 14946 1.5

2.1.2

3.4

@@ -626,10 +626,10 @@ - 41 + 42 372870 quickFilters - 13905 + 14311 4.5

4.5

5.7.1

@@ -649,7 +649,7 @@ 44 11005 Shrunked Image Resizer - 12836 + 13252 4.4.8

4.5.5

5.0.2

@@ -669,7 +669,7 @@ 45 986685 Phoenity Icons - 12641 + 13175 2.9

3.4

@@ -689,7 +689,7 @@ 46 986635 FileLink Provider for Box - 12393 + 12928 4
5
@@ -709,7 +709,7 @@ 47 90003 LocalFolders - 12216 + 12811 2.0.2

3.0.1

3.0.1

@@ -729,7 +729,7 @@ 48 605874 ReplyWithHeader - 10772 + 11358 2.1.0

2.2.1

2.3.0

@@ -747,9 +747,29 @@ 49 + 695913 + List Addons in Windows' Programs + 10909 + 1.2

+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2023-12-26 + 2.1
+ 68.0 + * + * + + + + + 50 987783 Compact Headers - 10468 + 10789 2.23

@@ -766,10 +786,10 @@ - 50 + 51 987719 Display Mail User Agent T - 10168 + 10584 1.8.10.6

1.8.14.64

2.2.3

@@ -786,10 +806,10 @@ - 51 + 52 1556 Allow HTML Temp - 10039 + 10394 5.4.3

5.7.8

6.3.8

@@ -805,31 +825,11 @@ - - 52 - 695913 - List Addons in Windows' Programs - 9829 - 1.2

- 2.1
- 2.1
- 2.1
- 2.1
- 2.1
- 2.1
- 2023-12-26 - 2.1
- 68.0 - * - * - - - 53 987908 DeepL翻訳 - 9541 + 9968 1.6.2

1.6.2

@@ -849,7 +849,7 @@ 54 988018 Dark Reader - 9359 + 9645 4.9.68
@@ -869,7 +869,7 @@ 56 987708 Auto Address Cleaner T - 8996 + 9494 1.0.8

1.0.8

1.1
@@ -889,7 +889,7 @@ 57 987798 MyPhoneExplorer - 8786 + 8951 2.0.25

4.0

@@ -909,7 +909,7 @@ 58 987780 Google Calendar Tab - 8436 + 8739 0.2
0.2
@@ -929,7 +929,7 @@ 59 987934 Simple Mail Redirection - 7954 + 8418 1.44

@@ -949,7 +949,7 @@ 61 330066 Edit Email Subject (EES) - 7620 + 7929 2.1.1

3.2

4.3

@@ -966,10 +966,10 @@ - 63 + 64 988489 uBlock Origin - 7479 + 7677 @@ -989,7 +989,7 @@ 65 986372 BorderColors D - 7153 + 7478 1.1.1

1.4.0

2023.8.1
@@ -1009,7 +1009,7 @@ 66 472193 CategoryManager - 7091 + 7467 2.09

3.11

4.4

@@ -1027,29 +1027,9 @@ 67 - 987960 - Simple Startup Minimizer - 6568 - - - 0.6
- 0.6
- 0.6
- 0.6
- 0.6
- 2021-08-19 - 0.6
- 78.0 - * - * - - - - - 68 12018 Quick Folder Move - 6558 + 6862 1.6.1

1.7.1

1.9.0

@@ -1065,11 +1045,31 @@ + + 68 + 987960 + Simple Startup Minimizer + 6745 + + + 0.6
+ 0.6
+ 0.6
+ 0.6
+ 0.6
+ 2021-08-19 + 0.6
+ 78.0 + * + * + + + 69 742199 Attach from Clipboard - 5836 + 6037 1.1.0

1.3.68

1.78.1

@@ -1089,7 +1089,7 @@ 70 56935 Identity Chooser - 5810 + 6006 1.9.7

1.9.9

2.2

@@ -1109,7 +1109,7 @@ 71 809689 Grammalecte [fr] (for Thunderbird) - 5702 + 5903 1.5.0

1.9.2

2.1.1
@@ -1129,7 +1129,7 @@ 74 988175 Emoji - 4942 + 5152 3.19
@@ -1149,7 +1149,7 @@ 75 988164 Outlook/Teams Appointments - 4828 + 5103 1.2
@@ -1169,7 +1169,7 @@ 76 324497 SmartTemplates - 4805 + 5080 2.16

2.16

3.15.1

@@ -1189,7 +1189,7 @@ 77 988116 Charset Menu - 4736 + 5032 1.1.2

@@ -1209,7 +1209,7 @@ 79 244848 ExQuilla for Exchange - 4629 + 4818 68.1.1


78.1

78.1

@@ -1229,7 +1229,7 @@ 80 988161 ✨ Awesome Emoji Picker ✨ - 4609 + 4809 @@ -1249,7 +1249,7 @@ 81 987888 Message Header Toolbar Customize - 4575 + 4732 2.2.1

@@ -1267,29 +1267,9 @@ 82 - 987931 - Birthday Calendar - 4374 - - - 1.0

- 1.0

- 1.2.2

- 1.2.2

- 1.2.2

- 2024-06-16 - 1.2.2

- 102.0 - 128.* - 128.* - - - - - 83 987944 Darko - 4364 + 4525 3.4
@@ -1305,11 +1285,31 @@ + + 83 + 987931 + Birthday Calendar + 4470 + + + 1.0

+ 1.0

+ 1.2.2

+ 1.2.2

+ 1.2.2

+ 2024-06-16 + 1.2.2

+ 102.0 + 128.* + 128.* + + + 85 646888 Dictionary for recipient - 4239 + 4429 1.0.3

2.0.5

2.3.1

@@ -1326,10 +1326,10 @@ - 86 + 87 12802 Phoenity Buttons - 4183 + 4337 2.7

3.8

4.2

@@ -1347,9 +1347,29 @@ 88 + 987892 + Quote Colors & Collapse + 4256 + + 1.0.5

+ 2.0.10

+ 3.2.7
+ 4.1.0
+ 4.2.1
+ 4.2.1
+ 2023-04-29 + 4.2.1
+ 113.0 + * + * + + + + + 89 747286 Google Keep Tab - 4071 + 4241 0.10.3

0.10.4

0.10.8
@@ -1366,30 +1386,30 @@ - 89 - 987892 - Quote Colors & Collapse - 4050 + 90 + 987885 + tbkeys-lite + 3947 - 1.0.5

- 2.0.10

- 3.2.7
- 4.1.0
- 4.2.1
- 4.2.1
- 2023-04-29 - 4.2.1
- 113.0 - * - * - + 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2023-07-20 + 2.2.4

+ 68.0 + 115.* + 130.* + - 90 + 91 11646 No Message Pane Sort - 3799 + 3926 1.4

1.5

2.0.2

@@ -1405,31 +1425,11 @@ - - 91 - 987885 - tbkeys-lite - 3786 - - 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2023-07-20 - 2.2.4

- 68.0 - 115.* - 130.* - - - 93 59195 G-Hub Lite - 3637 + 3808 6.0.0

7.1.0
7.1.0
@@ -1449,7 +1449,7 @@ 95 988296 Minimize on startup - 3487 + 3624 1.1
@@ -1467,29 +1467,9 @@ 96 - 116388 - Automatic Dictionary - 3464 - 1.11.0

- 1.12.0

- 3.0.1

- 3.0.1

- 3.11.0

- 3.11.0

- 3.11.0

- 2024-07-15 - 3.11.0

- 102.0 - 129.0 - 129.0 -
- - - - 97 987909 ThirdStats - 3457 + 3614 1.8.0
@@ -1506,10 +1486,10 @@ - 98 + 97 987801 FileLink for Plik - 3427 + 3607 1.2.2
1.2.2
@@ -1526,10 +1506,30 @@ - 102 + 98 + 116388 + Automatic Dictionary + 3603 + 1.11.0

+ 1.12.0

+ 3.0.1

+ 3.0.1

+ 3.11.0

+ 3.11.0

+ 3.11.0

+ 2024-07-15 + 3.11.0

+ 102.0 + 129.0 + 129.0 +
+ + + + 103 331319 Folder Pane View Switcher - 3310 + 3417 2.0.2

4.0.2

4.0.2

@@ -1546,10 +1546,10 @@ - 105 + 104 988333 WhatsApp Web in Thunderbird - 3258 + 3408 1.4.2
1.4.2
@@ -1569,7 +1569,7 @@ 110 811161 WarnAttachment - 2859 + 3040 0.11

2.13

2.13

@@ -1589,7 +1589,7 @@ 112 988542 HTML Source Editor - 2702 + 2821 @@ -1606,10 +1606,10 @@ - 114 + 115 986692 Profile Switcher - 2572 + 2677 2.4

2.6

@@ -1626,10 +1626,10 @@ - 115 + 116 987775 Search Button - 2530 + 2649 1.0.1

2.3.2

@@ -1646,10 +1646,10 @@ - 118 + 117 988429 AI Anywhere for ChatGPT - 2430 + 2555 @@ -1667,29 +1667,9 @@ 120 - 287743 - MailHops - 2279 - 3.2.0

- 3.8.1

- 4.3.3

- 4.3.3

- 4.3.3

- 4.4.0
- 4.4.0
- 2023-04-07 - 4.4.0
- 112.0 - * - * - - - - - 121 988617 Extract 'Em! - 2242 + 2351 @@ -1705,11 +1685,31 @@ + + 121 + 287743 + MailHops + 2339 + 3.2.0

+ 3.8.1

+ 4.3.3

+ 4.3.3

+ 4.3.3

+ 4.4.0
+ 4.4.0
+ 2023-04-07 + 4.4.0
+ 112.0 + * + * + + + 122 987764 Header Tools Improved - 2238 + 2320 2.3

3.7

@@ -1726,10 +1726,10 @@ - 123 + 124 987734 Mail Merge P - 2143 + 2258 2.3

@@ -1749,7 +1749,7 @@ 126 11727 ReFwdFormatter - 2062 + 2178 1.65.1

2.68.0

2.78.0

@@ -1766,10 +1766,10 @@ - 127 + 128 1203 Correct Identity
Identity Chooser - 2039 + 2118 2.0.1

@@ -1789,7 +1789,7 @@ 129 986300 URL Link - 2020 + 2085 2.05

3.5.2

3.5.2

@@ -1809,7 +1809,7 @@ 130 2874 Folder Account - 1970 + 2051 7.0

9.0

10.0

@@ -1829,7 +1829,7 @@ 131 988195 Filter Manager - 1925 + 1999 1.0

1.0

@@ -1847,29 +1847,9 @@ 132 - 987946 - Export to ZIP - 1831 - - - 1.0.0
- 1.0.0
- 1.0.0
- 1.0.0
- 1.0.0
- 2020-11-16 - 1.0.0
- 78.4.0 - * - * - - - - - 133 769143 Lightning Invitation Notifier | LIN - 1829 + 1923 1.4

2.1b

128.0

@@ -1885,11 +1865,31 @@ + + 133 + 987946 + Export to ZIP + 1907 + + + 1.0.0
+ 1.0.0
+ 1.0.0
+ 1.0.0
+ 1.0.0
+ 2020-11-16 + 1.0.0
+ 78.4.0 + * + * + + + 135 987932 StandardTexter - 1753 + 1843 0.61

1.1.0
@@ -1909,7 +1909,7 @@ 136 987833 GCalTab - 1695 + 1760 3.1.0
3.1.0
@@ -1926,10 +1926,10 @@ - 138 + 137 2561 Copy Sent to Current - 1638 + 1705 1.2.4

2.0.3

3.27

@@ -1949,7 +1949,7 @@ 139 987800 Copy Address - 1585 + 1660 0.0.1
0.0.1
@@ -1969,7 +1969,7 @@ 140 987865 Previous Colors - 1519 + 1599 1.2

1.2

@@ -1986,10 +1986,10 @@ - 141 + 143 988057 KeepRunning - 1516 + 1561 2.2

2.2

@@ -2007,29 +2007,9 @@ 144 - 987911 - Spam Scores - 1473 - - - 1.3.1

- 1.4.2

- 1.4.2

- 1.4.2

- 1.4.2

- 2024-06-20 - 1.4.2

- 91.0a1 - 115.* - * - - - - - 145 988187 Google Chat Tab - 1449 + 1540 0.1.0
@@ -2045,11 +2025,31 @@ + + 145 + 987911 + Spam Scores + 1523 + + + 1.3.1

+ 1.4.2

+ 1.4.2

+ 1.4.2

+ 1.4.2

+ 2024-06-20 + 1.4.2

+ 91.0a1 + 115.* + * + + + 148 987706 G Suite in tab - 1397 + 1469 0.2.0

1.0.1
@@ -2067,29 +2067,9 @@ 149 - 987784 - Config Button - 1389 - - 1.4

- 1.7

- 1.8

- 1.8

- 2.1

- 2.1

- 2024-04-22 - 2.1

- 111.0 - 127.* - 129.* - - - - - 150 988115 Clippings for Thunderbird - 1381 + 1457 6.1.6

@@ -2106,10 +2086,10 @@ - 151 + 150 705889 TORPEDO - TOoltip-poweRed Phishing Ema - 1363 + 1430 3.2.2
3.2.2
3.2.2
@@ -2125,11 +2105,31 @@ + + 151 + 987784 + Config Button + 1427 + + 1.4

+ 1.7

+ 1.8

+ 1.8

+ 2.1

+ 2.1

+ 2024-04-22 + 2.1

+ 111.0 + 127.* + 129.* + + + 153 988081 Outlook Address Book Enabler - 1298 + 1368 @@ -2147,9 +2147,29 @@ 155 + 986632 + SPAMBEE + 1329 + + 2.2.4

+ 3.2.1

+ 3.2.1

+ 3.2.1

+ 3.2.1

+ 3.2.1

+ 2023-07-10 + 3.2.1

+ 77.0 + 116.* + 128.* + + + + + 156 987651 Night and Day Dynamic - 1274 + 1316 1.1
1.1
1.1
@@ -2166,30 +2186,10 @@ - 156 - 986632 - SPAMBEE - 1273 - - 2.2.4

- 3.2.1

- 3.2.1

- 3.2.1

- 3.2.1

- 3.2.1

- 2023-07-10 - 3.2.1

- 77.0 - 116.* - 128.* - - - - - 157 - 987787 - Restart Button - 1272 + 157 + 987787 + Restart Button + 1302 1.3

1.3

@@ -2207,9 +2207,29 @@ 158 + 987844 + InsertSignature + 1294 + + 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 2024-07-17 + 0.4.5
+ 68.6.0 + * + * + + + + + 159 988056 Get All Mail Button for TB78++ - 1265 + 1292 2.3.1

@@ -2226,10 +2246,10 @@ - 160 + 162 988059 Unsubscribe - 1233 + 1266 1.1.1
@@ -2246,30 +2266,10 @@ - 161 - 987844 - InsertSignature - 1233 - - 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 2024-07-17 - 0.4.5
- 68.6.0 - * - * - - - - - 162 + 163 360086 Toggle Headers - 1226 + 1259 1.0

2.0

3.0

@@ -2289,7 +2289,7 @@ 164 988215 Start with Inbox - 1158 + 1183 @@ -2305,11 +2305,31 @@ + + 165 + 988067 + Signature sync for Gmail + 1164 + + + 2.0.2

+ 3.1.1
+ 3.1.1
+ 3.1.1
+ 3.1.1
+ 2024-01-04 + 3.1.1
+ 91.0 + * + * + + + 167 987966 Search for - 1103 + 1151 1.0.1
@@ -2325,31 +2345,11 @@ - - 168 - 988067 - Signature sync for Gmail - 1101 - - - 2.0.2

- 3.1.1
- 3.1.1
- 3.1.1
- 3.1.1
- 2024-01-04 - 3.1.1
- 91.0 - * - * - - - 170 987808 quicker quicksearch - 1077 + 1125 2.6
2.6
@@ -2366,10 +2366,10 @@ - 172 + 173 988098 Thunderbird Todoist - 1060 + 1107 0.6
0.6
@@ -2389,7 +2389,7 @@ 176 612 NestedQuote Remover - 1012 + 1039 0.8.14

0.9.2

1.4.0
@@ -2409,7 +2409,7 @@ 180 987987 Toggle HTML - 976 + 1009 1.4

1.4

@@ -2426,10 +2426,10 @@ - 183 + 184 987858 Mark All Read:WE - 939 + 966 1.1
1.1
@@ -2446,30 +2446,10 @@ - 184 - 986334 - Open With - 936 - 6.8.6

- 6.9.2

- 7.2.6
- 7.2.6
- 7.2.6
- 7.2.6
- 7.2.6
- 2021-08-28 - 7.2.6
- 78.5.0 - * - * - - - - - 185 + 186 676875 Rspamd-spamness - 932 + 963 0.9.1

1.1.1

2.1.0a1

@@ -2487,9 +2467,29 @@ 187 + 986334 + Open With + 958 + 6.8.6

+ 6.9.2

+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 2021-08-28 + 7.2.6
+ 78.5.0 + * + * + + + + + 188 987746 FileLink Provider for OwnCloud and Nex - 913 + 953 1.8
1.8
@@ -2509,7 +2509,7 @@ 190 987964 Smileyfixer - 874 + 917 2.0.1
@@ -2529,7 +2529,7 @@ 191 988546 Send Later Button - 870 + 914 1.2
@@ -2549,7 +2549,7 @@ 192 988699 ThunderAI (ChatGPT in your emails!) - 862 + 907 @@ -2569,7 +2569,7 @@ 193 787632 Quick Folder Key Navigation - 857 + 891 1.0.0.3

3.3.1

3.3.1

@@ -2589,7 +2589,7 @@ 194 10149 New Tab Button - 855 + 882 0.2.10b1

0.3.0

2.0.6

@@ -2606,10 +2606,30 @@ - 198 + 197 + 988353 + Link Creator + 862 + + + + 1.0
+ 1.0
+ 1.1.2
+ 1.2
+ 2024-07-14 + 1.2
+ 124.0 + * + * + + + + + 200 3492 Show InOut - 786 + 823 1.2.2

2.0.1

3.14

@@ -2626,30 +2646,30 @@ - 199 - 987984 - Just Report It - 770 + 201 + 988408 + @Contact Mention + 820 - 1.3.0
- 1.3.0
- 2.3.0
- 2.3.0
- 3.1.1
- 3.1.1
- 2024-02-28 - 3.1.1
- 115.0 + + + + 0.7.1
+ 0.7.1
+ 0.7.1
+ 2022-12-05 + 0.7.1
+ 102.0 * * - 200 + 202 407832 Filter Button - 769 + 795 1.2

1.2

@@ -2666,30 +2686,30 @@ - 202 - 988408 - @Contact Mention - 763 - - - + 203 + 987984 + Just Report It + 788 - 0.7.1
- 0.7.1
- 0.7.1
- 2022-12-05 - 0.7.1
- 102.0 + 1.3.0
+ 1.3.0
+ 2.3.0
+ 2.3.0
+ 3.1.1
+ 3.1.1
+ 2024-02-28 + 3.1.1
+ 115.0 * * - 203 + 205 988396 Attachment Saver - 734 + 767 @@ -2706,30 +2726,30 @@ - 204 - 988068 - Read Aloud: A Text to Speech Voice Rea - 725 - 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 2024-05-29 - 1.71.0
- 60.0 + 206 + 987776 + Limit non-BCC recipients + 754 + + + 2.1.1
+ 2.1.1
+ 2.1.1
+ 2.1.1
+ 2.1.1
+ 2021-05-12 + 2.1.1
+ 78.0 * * - 205 + 207 987994 Telegram Web in Thunderbird - 721 + 749 3.2.1
3.2.1
@@ -2746,50 +2766,50 @@ - 206 - 987776 - Limit non-BCC recipients - 719 - - - 2.1.1
- 2.1.1
- 2.1.1
- 2.1.1
- 2.1.1
- 2021-05-12 - 2.1.1
- 78.0 + 208 + 988068 + Read Aloud: A Text to Speech Voice Rea + 739 + 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 2024-05-29 + 1.71.0
+ 60.0 * * - 209 - 988353 - Link Creator - 700 - + 210 + 987803 + Expand mailing lists + 722 - 1.0
- 1.0
- 1.1.2
- 1.2
- 2024-07-14 - 1.2
- 124.0 + 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 2020-12-03 + 1.1.0
+ 78.0 * * - 210 + 211 714655 Layout Button - 689 + 710 3.0
3.0
3.0
@@ -2805,31 +2825,11 @@ - - 211 - 987803 - Expand mailing lists - 685 - - - 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 2020-12-03 - 1.1.0
- 78.0 - * - * - - - 213 984085 Unmangle Microsoft ATP Safelinks - 673 + 701 1.51

2.0.2

3.0.1
@@ -2846,19 +2846,19 @@ - 215 - 451482 - Paranoia - 662 - 0.2.7

- 0.3.2

- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 2024-06-23 - 0.4.1
+ 214 + 988066 + reply-all-auto-cc + 690 + + + 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.1.3
+ 2021-09-04 + 1.1.3
78.0 * * @@ -2866,10 +2866,10 @@ - 216 + 215 320395 RemindIt - 659 + 690 2.1a

3.0.68
3.0.68
@@ -2886,19 +2886,19 @@ - 219 - 988066 - reply-all-auto-cc - 647 - - - 1.1.3
- 1.1.3
- 1.1.3
- 1.1.3
- 1.1.3
- 2021-09-04 - 1.1.3
+ 218 + 451482 + Paranoia + 680 + 0.2.7

+ 0.3.2

+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 2024-06-23 + 0.4.1
78.0 * * @@ -2909,7 +2909,7 @@ 220 987925 EML-Editor - 631 + 655 1.8

@@ -2929,7 +2929,7 @@ 221 988447 GMail Labels - 628 + 653 0.2
@@ -2946,10 +2946,30 @@ - 222 + 223 + 988256 + Grammar, Proofreading & Spell Checker + 644 + + + 1.2
+ 1.2
+ 1.2
+ 1.2
+ 1.2
+ 2022-03-01 + 1.2
+ 78.0 + * + * + + + + + 224 988382 Proton Calendar Toolbar Button - 624 + 639 @@ -2966,10 +2986,10 @@ - 223 + 225 987920 ProtonMail Encryption Status - 624 + 635 1.0
1.0
@@ -2986,30 +3006,30 @@ - 224 - 988256 - Grammar, Proofreading & Spell Checker - 617 + 227 + 988615 + Open Google Tasks + 619 - 1.2
- 1.2
- 1.2
- 1.2
- 1.2
- 2022-03-01 - 1.2
- 78.0 + + + 1.0
+ 1.0
+ 1.0
+ 2023-12-06 + 1.0
+ 102.0 * * - 225 + 228 988289 keepassxc-mail - 599 + 619 1.0.2.1

1.8

@@ -3026,30 +3046,10 @@ - 227 - 988615 - Open Google Tasks - 594 - - - - - 1.0
- 1.0
- 1.0
- 2023-12-06 - 1.0
- 102.0 - * - * - - - - - 228 + 229 988314 Auto-Mark Folder Read - 590 + 613 @@ -3069,7 +3069,7 @@ 230 988586 ChatGPT - Quick Access - 580 + 609 @@ -3086,30 +3086,10 @@ - 231 - 988099 - Link in Tab - 570 - - - 1.6
- 1.6
- 1.6
- 1.7
- 1.7
- 2024-05-06 - 1.7
- 115.0 - * - * - - - - - 233 + 232 988513 S3 FileLink Provider - 565 + 588 @@ -3125,11 +3105,31 @@ + + 233 + 988099 + Link in Tab + 583 + + + 1.6
+ 1.6
+ 1.6
+ 1.7
+ 1.7
+ 2024-05-06 + 1.7
+ 115.0 + * + * + + + 235 4268 Colored Diffs - 515 + 538 0.9

1.9

2.1.1
@@ -3149,7 +3149,7 @@ 236 986655 FrameWhite - 509 + 526 57.8

117.1
@@ -3166,30 +3166,30 @@ - 237 - 987786 - DevTools Button - 501 + 238 + 988663 + Google Calendar - Quick Access + 515 - 1.2

- 1.3

- 1.5

- 1.5

- 1.5

- 1.5

- 2024-04-22 - 1.5

- 91.0 - 127.* - 129.* - + + + + + 0.1
+ 0.1
+ 2024-02-06 + 0.1
+ 106.0 + * + * + - 238 + 239 988145 Google Messages Tab - 499 + 514 1.0.0
@@ -3206,10 +3206,10 @@ - 239 + 240 988079 Open Image In New Tab - 495 + 513 1.0.1
@@ -3227,29 +3227,9 @@ 241 - 988663 - Google Calendar - Quick Access - 488 - - - - - - 0.1
- 0.1
- 2024-02-06 - 0.1
- 106.0 - * - * - - - - - 242 988064 Thematic - 486 + 511 7.0.2
7.0.2
7.0.2
@@ -3269,7 +3249,7 @@ 243 987923 Move Mail Shortcuts - 486 + 504 5
@@ -3289,7 +3269,7 @@ 244 988488 Just Verify It - 479 + 495 @@ -3309,7 +3289,7 @@ 245 987785 Toggle Message Pane - 479 + 495 1.4

1.4

@@ -3326,10 +3306,10 @@ - 247 + 246 987807 Add to Mailing list - 477 + 492 1.0
1.0
1.1
@@ -3346,10 +3326,30 @@ - 248 + 247 + 467893 + Macro Template + 488 + + 2.1.1.1

+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 2024-01-28 + 3.3.0.0
+ 78.0 + * + * + + + + + 249 988553 Dark Plain Text - 468 + 482 @@ -3366,10 +3366,10 @@ - 249 + 250 987902 Deselect on Delete TB78 - 465 + 479 3.6

@@ -3386,10 +3386,10 @@ - 250 + 251 987705 Open Tab - 463 + 479 1.2
1.2
1.2
@@ -3406,30 +3406,10 @@ - 252 - 467893 - Macro Template - 460 - - 2.1.1.1

- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 2024-01-28 - 3.3.0.0
- 78.0 - * - * - - - - - 254 + 253 348798 Evernote Tab - 448 + 465 0.1.21

2.0.2
@@ -3446,10 +3426,10 @@ - 255 + 256 988418 Proton Mail Toolbar Button - 445 + 450 @@ -3465,11 +3445,31 @@ + + 258 + 987786 + DevTools Button + 440 + + 1.2

+ 1.3

+ 1.5

+ 1.5

+ 1.5

+ 1.5

+ 2024-04-22 + 1.5

+ 91.0 + 127.* + 129.* + + + 259 988442 Move Folder (context-menu) - 402 + 415 @@ -3489,7 +3489,7 @@ 260 988365 Advanced Composer - 397 + 414 @@ -3509,7 +3509,7 @@ 261 988293 Joplin Export - 376 + 389 @@ -3525,31 +3525,11 @@ - - 262 - 988255 - Topic Tree / Notebook in TB - 365 - - - 1.2.10
- 1.4.5
- 1.4.5
- 1.4.5
- 1.4.5
- 2023-05-16 - 1.4.5
- 91.0 - * - * - - - 263 988087 Message Mover - 365 + 380 1.6.0
@@ -3569,7 +3549,7 @@ 264 988038 Archive old messages - 364 + 379 0.1.4
@@ -3585,11 +3565,31 @@ + + 265 + 988255 + Topic Tree / Notebook in TB + 378 + + + 1.2.10
+ 1.4.5
+ 1.4.5
+ 1.4.5
+ 1.4.5
+ 2023-05-16 + 1.4.5
+ 91.0 + * + * + + + 267 987806 Weatherlicious - 351 + 364 2.0
2.0
2.0
@@ -3606,10 +3606,10 @@ - 269 + 268 988582 Whatsapp - Quick Access - 347 + 363 @@ -3626,10 +3626,10 @@ - 270 + 269 988493 Aify - 345 + 361 1.19
@@ -3646,10 +3646,10 @@ - 271 + 272 988304 Contact Finder - 342 + 355 1.2
@@ -3666,10 +3666,10 @@ - 272 + 273 532656 CardDAV Browser - 342 + 354 7.0
@@ -3686,30 +3686,10 @@ - 274 - 987894 - ScrollAnywhere - 339 - - - 9.2
- 9.2
- 9.2
- 9.2
- 9.2
- 2022-04-19 - 9.2
- 78.0 - * - * - - - - - 278 + 277 988439 RemindMe - 327 + 345 @@ -3726,19 +3706,19 @@ - 279 - 987852 - PGPGeek - 324 + 278 + 987894 + ScrollAnywhere + 343 - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2020-07-09 - 1.6
+ 9.2
+ 9.2
+ 9.2
+ 9.2
+ 9.2
+ 2022-04-19 + 9.2
78.0 * * @@ -3749,7 +3729,7 @@ 280 988342 External Editor Revived - 320 + 331 @@ -3767,29 +3747,29 @@ 281 - 987857 - Preferences Button - 320 + 988532 + Tagger + 329 - 1.2

- 1.2

- 1.5

- 1.5

- 1.5

- 1.5

- 2024-04-22 - 1.5

- 91.0 - 127.* - 129.* - + + + + 1.2
+ 1.2
+ 1.2
+ 2023-07-25 + 1.2
+ 102.0 + * + * + 282 988160 Unicodify – Text transformer - 318 + 329 @@ -3807,50 +3787,50 @@ 283 - 988532 - Tagger - 315 - - + 987852 + PGPGeek + 329 - 1.2
- 1.2
- 1.2
- 2023-07-25 - 1.2
- 102.0 + 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2020-07-09 + 1.6
+ 78.0 * * - 285 - 986610 - userChromeJS - 309 - 0.0.3

- 1.0

- 1.0

- 1.2

- 1.2

- 1.2

- 1.2

- 2023-09-05 - 1.2

- 91.0 - 119.* - 128.* - - - - - 286 - 987980 - Add contact to CC by mentioning in bod - 308 - + 284 + 987857 + Preferences Button + 327 + + 1.2

+ 1.2

+ 1.5

+ 1.5

+ 1.5

+ 1.5

+ 2024-04-22 + 1.5

+ 91.0 + 127.* + 129.* + + + + + 285 + 987980 + Add contact to CC by mentioning in bod + 325 + 0.6.4
0.6.4
@@ -3866,10 +3846,30 @@ - 290 + 286 + 986610 + userChromeJS + 318 + 0.0.3

+ 1.0

+ 1.0

+ 1.2

+ 1.2

+ 1.2

+ 1.2

+ 2023-09-05 + 1.2

+ 91.0 + 119.* + 128.* + + + + + 287 805362 Copy Message ID - 299 + 316 1.0.1

1.3.2
1.3.2
@@ -3886,30 +3886,30 @@ - 291 - 690062 - Sender Frequency - 299 - 1.2.1

- 2.0.5

- 2.0.5

- 2.0.5

- 2.0.5

- 3.0.1

- 3.1.0

- 2024-07-07 - 3.1.0

- 128.0 - 128.* - 128.* - + 292 + 987701 + M-Hub Lite + 309 + + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2019-10-03 + 2.0.0
+ 68.0a1 + * + * + - 292 + 293 746354 New Email To All:reply, ready for new - 296 + 307 1.2.0

2.1
@@ -3927,29 +3927,29 @@ 294 - 987701 - M-Hub Lite - 294 - - 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2019-10-03 - 2.0.0
- 68.0a1 - * - * - + 690062 + Sender Frequency + 306 + 1.2.1

+ 2.0.5

+ 2.0.5

+ 2.0.5

+ 2.0.5

+ 3.0.1

+ 3.1.0

+ 2024-07-07 + 3.1.0

+ 128.0 + 128.* + 128.* + 296 988596 Microsoft To Do - Quick Access - 284 + 297 @@ -3966,10 +3966,30 @@ - 298 + 297 + 988608 + Open Google Chat + 294 + + + + + 1.1
+ 1.1
+ 1.1
+ 2024-07-16 + 1.1
+ 102.0 + * + * + + + + + 299 988238 Get All Senders - 281 + 292 1.1.1
@@ -3986,10 +4006,10 @@ - 299 + 302 988559 Unified Folders Debugging - 280 + 286 @@ -4006,30 +4026,30 @@ - 300 - 988608 - Open Google Chat - 277 - - + 304 + 844927 + ToggleReplied + 284 + 0.5.3

+ 1.0.5

- 1.1
- 1.1
- 1.1
- 2024-07-16 - 1.1
+ 2.0.1

+ 2.0.1

+ 2.0.1

+ 2023-08-12 + 2.0.1

102.0 + 115.* * - * - + - 303 + 305 987859 Pywalfox - 274 + 283 2.0.11
2.0.11
2.0.11
@@ -4046,30 +4066,10 @@ - 304 - 844927 - ToggleReplied - 273 - 0.5.3

- 1.0.5

- - - 2.0.1

- 2.0.1

- 2.0.1

- 2023-08-12 - 2.0.1

- 102.0 - 115.* - * - - - - - 305 + 308 988614 ThunderSuite - Customize your Quick Ac - 271 + 280 @@ -4086,10 +4086,10 @@ - 308 + 311 988362 Scriptable Notifications - 267 + 274 @@ -4106,10 +4106,30 @@ - 309 + 312 + 988024 + Open in browser + 274 + + + 0.1.5
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 2024-07-19 + 0.1.5
+ 78.0 + * + * + + + + + 313 986522 PopMailListRecipients 2 - 267 + 272 1.1

2.3
@@ -4126,30 +4146,50 @@ - 312 - 988024 - Open in browser - 266 + 315 + 988540 + ThunderWebTabs + 269 + + 0.4.0
+ 0.4.0
+ 0.4.0
+ 0.4.0
+ 0.4.0
+ 0.4.0
+ 2023-08-08 + 0.4.0
+ 64.0 + * + * + + + + + 316 + 988422 + Simple Template + 268 - 0.1.4
- 0.1.4
- 0.1.4
- 0.1.4
- 0.1.4
- 2022-06-21 - 0.1.4
- 78.0 + + + 1.2
+ 1.2
+ 1.2
+ 2022-12-29 + 1.2
+ 102.0 * * - 314 + 317 988002 Autofile - fast e-mail to folder filin - 261 + 268 2.0.2
@@ -4166,30 +4206,10 @@ - 315 - 988540 - ThunderWebTabs - 257 - - 0.4.0
- 0.4.0
- 0.4.0
- 0.4.0
- 0.4.0
- 0.4.0
- 2023-08-08 - 0.4.0
- 64.0 - * - * - - - - - 316 - 988221 - ReplyAsOriginalRecipientUp - 257 + 320 + 988221 + ReplyAsOriginalRecipientUp + 260 @@ -4206,30 +4226,10 @@ - 319 - 988422 - Simple Template - 252 - - - - - 1.2
- 1.2
- 1.2
- 2022-12-29 - 1.2
- 102.0 - * - * - - - - - 320 + 321 987738 Move messages - 250 + 260 1.10
1.10
@@ -4247,29 +4247,9 @@ 322 - 987926 - UrgentMail - 247 - - - 1.5
- 1.5
- 1.5
- 1.5
- 1.5
- 2021-11-23 - 1.5
- 78.0 - * - * - - - - - 323 988060 Text Insert: Templates/Instant Spell C - 246 + 257 1.5.7
@@ -4287,29 +4267,29 @@ 324 - 986523 - Hide Email Folders - 245 - 1.0

- 2.0

- 3.0.0

- 4.0.0

- 5.0.0

- 7.0.0

- 7.0.0

- 2024-07-15 - 7.0.0

- 115.0 - 128.* - 128.* - + 987926 + UrgentMail + 254 + + + 1.5
+ 1.5
+ 1.5
+ 1.5
+ 1.5
+ 2021-11-23 + 1.5
+ 78.0 + * + * + 325 988279 Jitsi Meet event generator - 243 + 251 0.2.2
@@ -4326,10 +4306,30 @@ - 328 + 326 + 986523 + Hide Email Folders + 251 + 1.0

+ 2.0

+ 3.0.0

+ 4.0.0

+ 5.0.0

+ 7.0.0

+ 7.0.0

+ 2024-07-15 + 7.0.0

+ 115.0 + 128.* + 128.* + + + + + 327 988197 TabControl - 238 + 245 0.3.0
0.3.0
@@ -4346,10 +4346,10 @@ - 330 + 329 988625 ObsidianClipper - 231 + 241 0.4.1
@@ -4369,7 +4369,7 @@ 331 987860 Empty Folder - 230 + 238 1.4
1.4
@@ -4386,10 +4386,10 @@ - 337 + 336 988567 Send Unsent Mail Button - 214 + 223 @@ -4406,10 +4406,10 @@ - 338 + 337 988338 WhatsApp - Thunderbird - 214 + 223 1.1
@@ -4427,9 +4427,29 @@ 341 + 988430 + archive-by-time + 216 + + + 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 2024-01-11 + 0.4.1
+ 78.0 + * + * + + + + + 343 704523 EuropeanMX Spam Reporter - 209 + 215 1.0

2.1
@@ -4446,30 +4466,10 @@ - 347 - 988271 - Autocopy 78+ - 204 - - - 3.0.2
- 3.0.2
- 3.0.2
- 3.0.2
- 3.0.2
- 2022-02-25 - 3.0.2
- 78.4.0 - * - * - - - - - 348 + 346 986415 stripImages - 203 + 212 1.0.9
1.0.9
@@ -4487,9 +4487,29 @@ 349 + 988271 + Autocopy 78+ + 209 + + + 3.0.2
+ 3.0.2
+ 3.0.2
+ 3.0.2
+ 3.0.2
+ 2022-02-25 + 3.0.2
+ 78.4.0 + * + * + + + + + 351 988423 SpamTester - 200 + 206 1.0.1
@@ -4506,10 +4526,10 @@ - 350 + 352 988113 Ungender - 200 + 205 1.0.0
@@ -4526,30 +4546,10 @@ - 351 - 988430 - archive-by-time - 196 - - - 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 2024-01-11 - 0.4.1
- 78.0 - * - * - - - - - 352 + 354 988359 thundersort - 195 + 201 @@ -4566,10 +4566,10 @@ - 354 + 355 988356 Auto Mark As Read - 192 + 197 1.0.10
1.0.10
1.0.10
@@ -4589,7 +4589,7 @@ 358 988374 SmartProxy - 186 + 193 @@ -4606,10 +4606,10 @@ - 360 + 362 988319 10ten Japanese Reader (Rikaichamp) - 180 + 186 @@ -4627,29 +4627,9 @@ 363 - 415184 - iOS IMAP Notes - 175 - 0.1.2

- 0.1.4

- - 0.2.0

- 0.2.0

- 1.0.1
- 1.0.1
- 2023-09-29 - 1.0.1
- 115.0 - * - * - - - - - 369 988070 OpenFolder - 168 + 182 1.1.0
1.1.0
@@ -4666,10 +4646,30 @@ - 371 + 366 + 415184 + iOS IMAP Notes + 179 + 0.1.2

+ 0.1.4

+ + 0.2.0

+ 0.2.0

+ 1.0.1
+ 1.0.1
+ 2023-09-29 + 1.0.1
+ 115.0 + * + * + + + + + 370 988666 Gemini - Quick Access - 165 + 172 @@ -4686,10 +4686,10 @@ - 372 + 371 988292 CustomCSS - 164 + 172 @@ -4707,9 +4707,29 @@ 374 + 988427 + EnhancedReplyHeaders + 167 + + + + + 1.0
+ 1.0
+ 1.0
+ 2023-01-06 + 1.0
+ 102.0 + 102.* + * +
+ + + + 375 987921 Safelink removal - 162 + 167 0.0.4d
@@ -4726,10 +4746,10 @@ - 375 + 376 988612 Open Google Keep - 161 + 166 @@ -4746,50 +4766,50 @@ - 376 - 988427 - EnhancedReplyHeaders - 160 + 378 + 988718 + CollectAddresses + 164 - 1.0
- 1.0
- 1.0
- 2023-01-06 - 1.0
- 102.0 - 102.* - * -
+ + 1.2
+ 1.2
+ 2024-05-25 + 1.2
+ 115.0 + 128.* + 128.* + - 377 - 988268 - GTrash - 157 - + 379 + 987935 + RedThunderMineBird Plus + 164 - 0.2.1
- 0.3.0
- 0.3.0
- 0.3.0
- 2022-06-30 - 0.3.0
- 102.0 + 2.2.0
+ 2.2.0
+ 2.2.0
+ 2.2.0
+ 2.2.0
+ 2021-10-20 + 2.2.0
+ 78.0 * * - 378 + 380 988227 Render Markdown Messages - 157 + 162 1.2.0
@@ -4806,30 +4826,10 @@ - 379 - 988718 - CollectAddresses - 156 - - - - - - 1.2
- 1.2
- 2024-05-25 - 1.2
- 115.0 - 128.* - 128.* - - - - - 381 + 382 988307 AddAccents - 154 + 160 @@ -4847,39 +4847,19 @@ 383 - 987935 - RedThunderMineBird Plus - 153 + 988268 + GTrash + 160 - 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
- 2021-10-20 - 2.2.0
- 78.0 - * - * - - - - - 384 - 988085 - Open Google Voice - 148 - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2021-03-25 - 1.0
- 68.0 + 0.2.1
+ 0.3.0
+ 0.3.0
+ 0.3.0
+ 2022-06-30 + 0.3.0
+ 102.0 * * @@ -4887,29 +4867,9 @@ 385 - 566490 - Expertspam - 148 - 1.60

- - 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2023-03-16 - 2.0.0
- 78.0 - * - * - - - - - 387 988691 NTFNTF - 146 + 154 @@ -4926,10 +4886,10 @@ - 388 + 386 988094 RainbowNote - 145 + 152 31.1
@@ -4946,50 +4906,50 @@ - 389 - 534258 - Received - 145 - 0.2.3

- 1.0.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2024-07-04 - 2.6.0

+ 387 + 566490 + Expertspam + 152 + 1.60

+ + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2023-03-16 + 2.0.0
78.0 - 128.* - 129.* - + * + * + - 391 - 987823 - AutoBucket - 144 + 389 + 988085 + Open Google Voice + 151 - 1.0.13
- 1.2.0
- 1.2.0
- 1.2.0
- 1.2.0
- 1.2.0
- 2021-02-08 - 1.2.0
- 78.0 + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2021-03-25 + 1.0
+ 68.0 * * - 392 + 390 988391 Compose Responsive Images - 143 + 150 @@ -5007,38 +4967,78 @@ 393 - 988166 - googlesearchwebapp - 143 - + 987823 + AutoBucket + 148 - 1.2
- 1.2
- 1.2
- 1.2
- 1.2
- 2021-09-06 - 1.2
+ 1.0.13
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 2021-02-08 + 1.2.0
78.0 - 91.* + * * 394 - 615980 - Toggle Quotes (Collapse Quotes)
Quote Colors & Collapse - 141 - 0.9

- 2.0

- 3.2

- 3.3

- 3.3

- 4.1

- 4.1

- 2023-06-18 - 4.1

+ 534258 + Received + 148 + 0.2.3

+ 1.0.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2024-07-04 + 2.6.0

+ 78.0 + 128.* + 129.* + + + + + 396 + 988166 + googlesearchwebapp + 146 + + + 1.2
+ 1.2
+ 1.2
+ 1.2
+ 1.2
+ 2021-09-06 + 1.2
+ 78.0 + 91.* + * + + + + + 398 + 615980 + Toggle Quotes (Collapse Quotes)
Quote Colors & Collapse + 144 + 0.9

+ 2.0

+ 3.2

+ 3.3

+ 3.3

+ 4.1

+ 4.1

+ 2023-06-18 + 4.1

111.0 116.* 129.* @@ -5049,7 +5049,7 @@ 402 988243 Seafile Filelink - 133 + 140 1.0.1
@@ -5066,10 +5066,10 @@ - 405 + 404 988611 Microsoft 365 Link Opener - 132 + 139 @@ -5087,29 +5087,9 @@ 411 - 988588 - Proton Mail - Quick Access - 126 - - - - - - 0.1
- 0.1
- 2023-11-07 - 0.1
- 106.0 - * - * - - - - - 412 988371 Mark Read on Reply - 126 + 133 @@ -5129,7 +5109,7 @@ 413 988183 CloneMessage - 126 + 131 1.3
@@ -5146,10 +5126,50 @@ - 415 + 416 + 988588 + Proton Mail - Quick Access + 128 + + + + + + 0.1
+ 0.1
+ 2023-11-07 + 0.1
+ 106.0 + * + * + + + + + 417 + 988180 + Strip inline images + 128 + + + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2021-09-07 + 1.0
+ 74.0 + * + * + + + + + 418 988167 todowebapp - 124 + 128 1.2
@@ -5166,10 +5186,10 @@ - 416 + 419 988539 No tabs - 123 + 127 @@ -5186,30 +5206,10 @@ - 417 - 988180 - Strip inline images - 122 - - - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2021-09-07 - 1.0
- 74.0 - * - * - - - - - 418 + 420 988122 Addon-Info/Sync/Compatibility - 122 + 126 1.1
@@ -5229,7 +5229,7 @@ 422 988715 AI Grammar - 119 + 125 2
@@ -5246,10 +5246,10 @@ - 425 + 426 988664 Messenger - Quick Access - 117 + 121 @@ -5266,30 +5266,10 @@ - 427 - 988613 - Open Google Messages - 115 - - - - - 0.2
- 0.2
- 0.2
- 2024-03-02 - 0.2
- 102.0 - * - * - - - - - 432 + 428 988176 Notebird - 113 + 120 1.7.0.1
1.7.0.1
1.7.0.1
@@ -5306,10 +5286,30 @@ - 435 + 433 + 988613 + Open Google Messages + 118 + + + + + 0.2
+ 0.2
+ 0.2
+ 2024-03-02 + 0.2
+ 102.0 + * + * + + + + + 434 988591 One-Click Forward - 111 + 117 1.0.2
@@ -5329,7 +5329,7 @@ 436 987869 Next Unread Thread (Mark All Read) - 111 + 115 1.1

1.1

@@ -5346,10 +5346,10 @@ - 437 + 438 987868 Next Unread Group (Mark All Read) - 111 + 114 1.1

1.1

@@ -5366,10 +5366,50 @@ - 440 + 442 + 988585 + Slack - Quick Access + 112 + + + + + + 0.3
+ 0.3
+ 2024-05-17 + 0.3
+ 106.0 + * + * + + + + + 443 + 988387 + DS-BCC + 112 + + + + 1.0.7
+ 1.0.7
+ 1.0.7
+ 1.0.7
+ 2024-02-12 + 1.0.7
+ 91.0 + * + * + + + + + 446 988252 RepSel: Reply to all selected mails - 107 + 110 5
@@ -5386,10 +5426,30 @@ - 441 + 447 + 988025 + Safe Links Cleaner + 110 + + + 1.5.6
+ 1.5.6
+ 1.5.6
+ 1.5.6
+ 1.5.6
+ 2021-02-20 + 1.5.6
+ 78.4.0 + * + * + + + + + 448 987916 telegramwebapp - 107 + 110 1.2
@@ -5406,59 +5466,19 @@ - 445 - 988585 - Slack - Quick Access - 106 - - - - - - 0.3
- 0.3
- 2024-05-17 - 0.3
- 106.0 - * - * - - - - - 446 - 988025 - Safe Links Cleaner - 106 - - - 1.5.6
- 1.5.6
- 1.5.6
- 1.5.6
- 1.5.6
- 2021-02-20 - 1.5.6
- 78.4.0 - * - * - - - - - 449 + 452 987907 Mark GMail Read - 104 + 107 2.0.1

3.0.1

- 4.0.0
- 4.0.0
- 4.0.0
- 2022-11-07 - 4.0.0
+ 4.1.0
+ 4.1.0
+ 4.1.0
+ 2024-07-19 + 4.1.0
102.0 * * @@ -5466,10 +5486,10 @@ - 451 + 453 988661 Auto Avatars - 103 + 106 @@ -5486,30 +5506,10 @@ - 452 - 988387 - DS-BCC - 103 - - - - 1.0.7
- 1.0.7
- 1.0.7
- 1.0.7
- 2024-02-12 - 1.0.7
- 91.0 - * - * - - - - - 455 + 457 988587 Tuta Mail - Quick Access - 100 + 102 @@ -5526,10 +5526,10 @@ - 457 + 458 988564 Paste code - 97 + 102 0.1
@@ -5547,29 +5547,9 @@ 461 - 988597 - Mark Button - 96 - - - - - - 1.2.1
- 2.2.1
- 2024-02-10 - 2.2.1
- 116.0 - * - * - - - - - 463 988677 Tag Sync for TB - 93 + 99 1.2.9
1.2.9
1.2.9
@@ -5586,10 +5566,30 @@ - 464 + 463 + 988597 + Mark Button + 98 + + + + + + 1.2.1
+ 2.2.1
+ 2024-02-10 + 2.2.1
+ 116.0 + * + * + + + + + 465 987988 Toggle Inline - 93 + 97 1.2

@@ -5609,7 +5609,7 @@ 466 546538 Single Domain - 92 + 95 2.5

3.3.1

4.3
@@ -5627,19 +5627,19 @@ 467 - 988327 - Netiquette checker and wrapper - 91 + 988660 + Telegram - Quick Access + 93 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2022-09-29 - 1.1
- 78.0 + + + + 0.1
+ 0.1
+ 2024-01-31 + 0.1
+ 106.0 * * @@ -5649,7 +5649,7 @@ 468 988543 selectAll Button - 90 + 92 @@ -5667,9 +5667,29 @@ 469 + 988327 + Netiquette checker and wrapper + 92 + + + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2022-09-29 + 1.1
+ 78.0 + * + * + + + + + 470 852623 Remote Content By Folder - 90 + 92 1.0.1

1.0.10

2.0.1

@@ -5685,31 +5705,11 @@ - - 470 - 988660 - Telegram - Quick Access - 89 - - - - - - 0.1
- 0.1
- 2024-01-31 - 0.1
- 106.0 - * - * - - - 472 988417 Empty Folder - 88 + 90 6
@@ -5726,10 +5726,30 @@ - 478 + 474 + 986363 + ansitel Click-to-Dial MT2 + 90 + + 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2021-10-06 + 1.6
+ 68.3.0 + * + * + + + + + 477 988659 Google Keep - Quick Access - 86 + 89 @@ -5746,10 +5766,10 @@ - 479 + 478 988599 Open Google Tabs - 86 + 89 @@ -5766,10 +5786,10 @@ - 480 + 481 988584 Discord - Quick Access - 86 + 88 @@ -5786,10 +5806,10 @@ - 481 + 482 988557 Change Link Appearance - 84 + 88 1.1
@@ -5806,50 +5826,70 @@ - 482 - 988445 - AutoMover - 84 + 483 + 988393 + Audio Preview + 88 - 1.5
- 1.5
- 1.5
- 1.5
- 1.5
- 2023-02-21 - 1.5
- 78.0 - * - * - - - - - 483 - 987834 - SpoofDetection - 84 - 2.6.3
- 2.6.3
- 2.6.3
- 2.6.3
- 2.6.3
- 2020-07-29 - 2.6.3
- 73.0a1 + 1.0
+ 1.0
+ 1.0
+ 2022-11-02 + 1.0
+ 102.0 * * - 485 + 484 + 988171 + msofficewebapp + 88 + + + 1.2
+ 1.2
+ 1.3
+ 1.3
+ 1.3
+ 2023-06-18 + 1.3
+ 102.0 + 102.* + * + + + + + 487 + 988445 + AutoMover + 87 + + + 1.5
+ 1.5
+ 1.5
+ 1.5
+ 1.5
+ 2023-02-21 + 1.5
+ 78.0 + * + * + + + + + 488 988531 New Tab - 83 + 86 1.0
1.0
1.0
@@ -5866,10 +5906,30 @@ - 486 + 489 + 987834 + SpoofDetection + 86 + + + 2.6.3
+ 2.6.3
+ 2.6.3
+ 2.6.3
+ 2.6.3
+ 2020-07-29 + 2.6.3
+ 73.0a1 + * + * + + + + + 490 988530 Clear History Button - 83 + 84 @@ -5886,70 +5946,30 @@ - 487 - 988393 - Audio Preview - 83 - - - - - 1.0
- 1.0
- 1.0
- 2022-11-02 - 1.0
- 102.0 - * - * - - - - - 488 - 988171 - msofficewebapp + 492 + 987989 + Toggle Summary 83 - 1.2
- 1.2
- 1.3
- 1.3
- 1.3
- 2023-06-18 - 1.3
+ 1.3

+ 1.4

+ 1.5

+ 1.5

+ 1.5

+ 2024-01-17 + 1.5

102.0 - 102.* - * - - - - - 491 - 986363 - ansitel Click-to-Dial MT2 - 82 - - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2021-10-06 - 1.6
- 68.3.0 - * - * - + 123.* + 129.* + - 492 + 494 988282 CatchAll Bird - 81 + 82 1.1.2
@@ -5966,30 +5986,30 @@ - 493 - 987989 - Toggle Summary - 81 - + 495 + 987664 + Copy Patch + 82 - 1.3

- 1.4

- 1.5

- 1.5

- 1.5

- 2024-01-17 - 1.5

- 102.0 - 123.* - 129.* - + 1.3.2

+ 2.1.3

+ 2.1.3

+ 2.2.1
+ 2.2.1
+ 2.2.1
+ 2023-08-14 + 2.2.1
+ 102.4.0 + * + * + - 494 + 497 988389 Thunderbird OpenProject - 78 + 81 0.5
0.5
@@ -6006,30 +6026,10 @@ - 495 - 987664 - Copy Patch - 78 - - 1.3.2

- 2.1.3

- 2.1.3

- 2.2.1
- 2.2.1
- 2.2.1
- 2023-08-14 - 2.2.1
- 102.4.0 - * - * - - - - - 497 + 500 207607 filemail - 76 + 78 0.6.4

0.6.5

@@ -6046,7 +6046,27 @@ - 500 + 502 + 988199 + RT Archive Emails to Sugar & SuiteCRM + 76 + + + 2.2.3
+ 2.2.3
+ 2.2.3
+ 2.2.3
+ 2.2.3
+ 2024-06-10 + 2.2.3
+ 78.0 + * + * + + + + + 503 988288 sms77 75 @@ -6067,29 +6087,9 @@ 504 - 988300 - QuickOWL - 72 - - - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2022-09-15 - 1.6
- 78.0 - * - * - - - - - 505 988168 onedrivewebapp - 72 + 75 1.2
@@ -6106,30 +6106,10 @@ - 507 - 988476 - If This, Then! - IFTTT connector - 71 - - - 1.0.5
- 1.0.5
- 1.0.5
- 1.0.5
- 1.0.5
- 2023-04-13 - 1.0.5
- 78.6.0 - * - * - - - - - 508 + 506 988474 ENEX Tools - 71 + 74 @@ -6146,19 +6126,19 @@ - 509 - 988199 - RT Archive Emails to Sugar & SuiteCRM - 71 + 507 + 988300 + QuickOWL + 74 - 2.2.3
- 2.2.3
- 2.2.3
- 2.2.3
- 2.2.3
- 2024-06-10 - 2.2.3
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2022-09-15 + 1.6
78.0 * * @@ -6166,10 +6146,30 @@ - 511 + 512 + 988476 + If This, Then! - IFTTT connector + 73 + + + 1.0.5
+ 1.0.5
+ 1.0.5
+ 1.0.5
+ 1.0.5
+ 2023-04-13 + 1.0.5
+ 78.6.0 + * + * + + + + + 513 988106 Toggle Address Box - 70 + 72 1.0

@@ -6186,10 +6186,30 @@ - 520 + 521 + 988441 + FDK KIM Plugin + 67 + + + + + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2023-10-23 + 2.0.0
+ 100.0 + * + * + + + + + 522 988402 YouTube Video Downloader - 65 + 67 2.0
2.0
2.0
@@ -6206,10 +6226,10 @@ - 526 + 529 988258 Recently - 63 + 64 0.0.6
@@ -6226,10 +6246,30 @@ - 528 + 535 + 988738 + Two Dynamic Birds + 63 + 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 2024-06-13 + 0.1
+ 60.0 + * + * + + + + + 536 988590 YouTube RSS feed redesign - 62 + 63 1.1
@@ -6246,30 +6286,10 @@ - 530 - 988441 - FDK KIM Plugin - 61 - - - - - 2.0.0
- 2.0.0
- 2.0.0
- 2023-10-23 - 2.0.0
- 100.0 - * - * - - - - - 531 + 537 988330 Reply with subaddress - 61 + 63 @@ -6286,10 +6306,10 @@ - 532 + 538 988245 Conscious ClickUp Save - 61 + 63 2.0.0
@@ -6306,10 +6326,30 @@ - 533 + 540 + 337144 + Mail Sent Notifier + 63 + 0.6.3

+ 0.7.0

+ 1.0.0
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 2022-02-09 + 1.0.1
+ 91.0 + * + * + + + + + 541 988126 ResizeTbWidth - 61 + 62 20.1
@@ -6326,10 +6366,10 @@ - 534 + 542 988069 SPAM Check for OCN - 61 + 62 0.5.0
@@ -6346,50 +6386,10 @@ - 540 - 337144 - Mail Sent Notifier - 60 - 0.6.3

- 0.7.0

- 1.0.0
- 1.0.1
- 1.0.1
- 1.0.1
- 1.0.1
- 2022-02-09 - 1.0.1
- 91.0 - * - * - - - - - 545 - 988738 - Two Dynamic Birds - 58 - 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 2024-06-13 - 0.1
- 60.0 - * - * - - - - - 555 + 553 988170 skypewebapp - 54 + 57 1.2
@@ -6406,30 +6406,10 @@ - 565 - 988633 - quickfilter-kbd - 50 - - - - - - 1.1
- 1.1
- 2024-01-19 - 1.1
- 110.0a1 - * - * - - - - - 566 + 562 988125 Estimate your CO₂ - 50 + 53 2.8.1
@@ -6446,10 +6426,10 @@ - 569 + 566 988724 CalendarSearchExport - 49 + 52 @@ -6466,10 +6446,30 @@ - 576 + 567 + 988633 + quickfilter-kbd + 52 + + + + + + 1.1
+ 1.1
+ 2024-01-19 + 1.1
+ 110.0a1 + * + * + + + + + 579 988510 vault56 protection - 47 + 48 1.0.7
@@ -6486,10 +6486,10 @@ - 577 + 580 988462 Seafile Filelink2 - 47 + 48 0.0.7
0.0.7
0.0.7
@@ -6506,10 +6506,10 @@ - 583 + 581 988428 TileNote - 45 + 48 1.6
@@ -6526,10 +6526,10 @@ - 585 + 583 988719 Threaded List Switch - 44 + 47 @@ -6549,7 +6549,7 @@ 587 987938 PRATICHE MAIL - 43 + 46 11.0
@@ -6566,50 +6566,90 @@ - 591 - 988618 - Safelinks Cleanup - 42 + 593 + 988354 + Bug Opener + 44 - 2.1
- 2.1
- 2.1
- 2.1
- 2023-12-22 - 2.1
- 91.0 + 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.2
+ 2024-07-14 + 1.2
+ 124.0 * * - 593 + 594 + 987939 + PREVENTIVI MAIL + 44 + + + 7.0
+ 7.0
+ 7.0
+ 7.0
+ 7.0
+ 2021-09-03 + 7.0
+ 78.0 + * + * + + + + + 596 988494 Copy Timestamp + 43 + + + + + 2.0
+ 2.0
+ 2.0
+ 2023-08-06 + 2.0
+ 102.0 + * + * + + + + + 599 + 988618 + Safelinks Cleanup 42 - - 2.0
- 2.0
- 2.0
- 2023-08-06 - 2.0
- 102.0 + 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2023-12-22 + 2.1
+ 91.0 * * - 597 + 600 988545 Dropbox Paper - 41 + 42 1.0
@@ -6626,50 +6666,10 @@ - 598 - 988354 - Bug Opener - 41 - - - - 1.1.3
- 1.1.3
- 1.1.3
- 1.2
- 2024-07-14 - 1.2
- 124.0 - * - * - - - - - 599 - 987939 - PREVENTIVI MAIL - 41 - - - 7.0
- 7.0
- 7.0
- 7.0
- 7.0
- 2021-09-03 - 7.0
- 78.0 - * - * - - - - - 600 + 601 988380 Thread in same folder - 40 + 42 1.0
@@ -6689,7 +6689,7 @@ 602 987848 KundenMeister CRM Mail Export - 40 + 42 1.1.3
1.1.3
1.1.3
@@ -6707,29 +6707,9 @@ 603 - 987816 - TransliteRussian for Thunderbird - 39 - 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 2020-10-22 - 0.4
- 60.0 - * - * - - - - - 608 988726 Trello - Quick Access - 38 + 41 @@ -6746,70 +6726,50 @@ - 609 - 988541 - ShowContactFoto - 38 - + 605 + 988610 + Quick Spaces + 40 - 0.10
- 0.10
- 2023-10-25 - 0.10
- 115.0 + 0.4
+ 0.4
+ 0.4
+ 2024-05-11 + 0.4
+ 102.0 * * - 610 - 988437 - Additional Info for Simplelogin - 38 - + 611 + 988541 + ShowContactFoto + 39 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2024-03-22 - 1.1
- 78.0 - * - * - - - - - 614 - 988610 - Quick Spaces - 37 - 0.4
- 0.4
- 0.4
- 2024-05-11 - 0.4
- 102.0 + 0.10
+ 0.10
+ 2023-10-25 + 0.10
+ 115.0 * * - 615 + 612 988459 Cypherdog Encryption - 37 + 39 1.0.1
@@ -6826,10 +6786,30 @@ - 616 + 613 + 987816 + TransliteRussian for Thunderbird + 39 + 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 2020-10-22 + 0.4
+ 60.0 + * + * + + + + + 619 832276 Rescue Conflicting Alternatives - 37 + 38 0.2

0.4

2.0.1
@@ -6846,10 +6826,10 @@ - 623 + 621 988451 PowerFolder - 35 + 37 16.6.100
@@ -6866,10 +6846,30 @@ - 624 + 622 + 988437 + Additional Info for Simplelogin + 37 + + + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2024-03-22 + 1.1
+ 78.0 + * + * + + + + + 626 987849 Clacks Overhead - 35 + 36 1.0.1
1.0.1
@@ -6889,7 +6889,7 @@ 629 983832 Changelogger - 34 + 35 1.1.1
1.1.1
1.1.1
@@ -6906,30 +6906,10 @@ - 634 - 988431 - RainbowMemo - 31 - - - 2.3
- 2.3
- 2.3
- 2.3
- 2.3
- 2023-01-17 - 2.3
- 78.0 - 102.* - * - - - - - 643 + 637 988635 j-lawyer.org-Thunderbird-Extension - 30 + 32 @@ -6946,10 +6926,30 @@ - 644 + 638 + 988431 + RainbowMemo + 32 + + + 2.3
+ 2.3
+ 2.3
+ 2.3
+ 2.3
+ 2023-01-17 + 2.3
+ 78.0 + 102.* + * + + + + + 639 988399 Black Screen - 30 + 32 1.0.1
1.0.1
1.0.1
@@ -6966,19 +6966,19 @@ - 649 + 645 988751 Mail Extractor - 28 + 31 - 1.3.1
- 1.3.1
+ 1.3.2
+ 1.3.2
2024-07-18 - 1.3.1
+ 1.3.2
115.0 * * @@ -6986,10 +6986,30 @@ - 650 + 649 + 988290 + Send then Archive + 30 + + + 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 2022-03-29 + 0.1
+ 78.0 + * + * + + + + + 651 988270 composeSelectMacro - 28 + 29 1.0.6
@@ -7006,10 +7026,10 @@ - 651 + 652 987760 Snakes by Bluemods - 28 + 29 1.0
1.0
@@ -7026,19 +7046,19 @@ - 652 - 988290 - Send then Archive - 27 + 653 + 987941 + Seams + 28 - 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 2022-03-29 - 0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2022-06-29 + 2.0.1
78.0 * * @@ -7046,10 +7066,10 @@ - 658 + 656 988565 Close Search Tabs - 26 + 27 @@ -7066,10 +7086,10 @@ - 659 + 657 988482 New Bing Anywhere - 26 + 27 1.6.0
1.6.0
1.6.0
@@ -7086,30 +7106,10 @@ - 660 - 987941 - Seams - 26 - - - 2.0.1
- 2.0.1
- 2.0.1
- 2.0.1
- 2.0.1
- 2022-06-29 - 2.0.1
- 78.0 - * - * - - - - - 661 + 658 987927 To must occur only once - 26 + 27 3.4.2
@@ -7126,10 +7126,10 @@ - 667 + 666 988566 Mark Read on Tab Open - 25 + 26 1.0
1.0
@@ -7146,30 +7146,10 @@ - 675 - 988352 - Archive 3 Month - 24 - - - 0.2
- 0.2
- 0.2
- 0.2
- 0.2
- 2022-07-18 - 0.2
- 78.0 - * - * - - - - - 678 + 674 988589 Yandex Mail - Quick Access - 23 + 25 @@ -7186,10 +7166,10 @@ - 680 + 676 988515 ThunderFWD - 23 + 25 @@ -7206,10 +7186,30 @@ - 684 + 677 + 988352 + Archive 3 Month + 25 + + + 0.2
+ 0.2
+ 0.2
+ 0.2
+ 0.2
+ 2022-07-18 + 0.2
+ 78.0 + * + * + + + + + 685 988213 Tomba : Email Finder - 22 + 23 0.1.14
0.1.14
0.1.19
@@ -7226,10 +7226,10 @@ - 685 + 686 987774 POPFile Jump - 22 + 23 1.1.0
1.1.0
@@ -7246,10 +7246,10 @@ - 702 + 703 988622 Articles Toolbar - 20 + 21 1.1
1.1
1.1
@@ -7266,10 +7266,10 @@ - 709 + 707 988748 Check before sending email - 19 + 20 @@ -7286,10 +7286,10 @@ - 725 + 722 988538 Skiff Mail - 17 + 18 @@ -7306,10 +7306,10 @@ - 726 + 723 988463 GrapeVine for Salesforce - 17 + 18 @@ -7326,30 +7326,10 @@ - 727 - 988448 - Arcus - 17 - - - 0.9.1
- 0.9.1
- 0.9.1
- 0.9.1
- 0.9.1
- 2023-02-15 - 0.9.1
- 78.0 - * - * - - - - - 728 + 724 988397 Dino Game - 17 + 18 0.0.34
0.0.34
0.0.34
@@ -7366,10 +7346,10 @@ - 729 + 725 988236 Safelinks Offr - 17 + 18 @@ -7386,10 +7366,10 @@ - 730 + 726 988107 TuLPe - 17 + 18 1.4
@@ -7406,10 +7386,30 @@ - 738 + 735 + 988448 + Arcus + 17 + + + 0.9.1
+ 0.9.1
+ 0.9.1
+ 0.9.1
+ 0.9.1
+ 2023-02-15 + 0.9.1
+ 78.0 + * + * + + + + + 736 988398 White Screen - 16 + 17 1.0.6
1.0.6
1.0.6
@@ -7426,10 +7426,10 @@ - 749 + 746 988720 SCMenu - 15 + 16 @@ -7446,7 +7446,7 @@ - 758 + 761 988662 Bard - Quick Access 14 @@ -7466,10 +7466,10 @@ - 775 + 771 988669 DMS HEADERS EXTRACTOR - 12 + 13 0.0.0.1
@@ -7486,7 +7486,27 @@ - 785 + 789 + 988752 + Mark Subfolders Read + 11 + + + + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2024-06-26 + 1.0
+ 91.0 + * + * + + + + + 790 988169 wikipediasearchwebapp 11 @@ -7506,7 +7526,7 @@ - 786 + 791 988023 TimetableForWeb 11 @@ -7526,90 +7546,30 @@ - 787 + 792 987970 Replaceholder 11 - - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2020-12-03 - 1.0
- 78.0 - * - * - - - - - 797 - 988752 - Mark Subfolders Read - 10 - - - - 1.0
- 1.0
- 1.0
- 1.0
- 2024-06-26 - 1.0
- 91.0 - * - * - - - - - 798 - 988483 - InfoCodex DocSummarizer - 10 - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2023-04-13 - 1.0
- 60.0 - * - * - - - - - 800 - 988276 - ThunderThings - 10 - - - - 1.3
- 1.3
- 1.3
- 1.3
- 2022-04-06 - 1.3
- 91.0 + + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2020-12-03 + 1.0
+ 78.0 * * - 809 + 801 988623 Dysclusif - 9 + 10 1.2.6
@@ -7626,10 +7586,30 @@ - 810 + 802 + 988483 + InfoCodex DocSummarizer + 10 + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2023-04-13 + 1.0
+ 60.0 + * + * + + + + + 804 988381 AWO Zipper 2 - 9 + 10 @@ -7646,10 +7626,30 @@ - 821 + 805 + 988276 + ThunderThings + 10 + + + + 1.3
+ 1.3
+ 1.3
+ 1.3
+ 2022-04-06 + 1.3
+ 91.0 + * + * + + + + + 817 988731 Reply All Button - 8 + 9 1.1.0
1.1.0
1.1.0
@@ -7666,10 +7666,10 @@ - 822 + 818 988291 Zivver for Thunderbird - 8 + 9 1.0.0
@@ -7686,30 +7686,10 @@ - 825 - 987951 - Check Time - 8 - - - 0.0.6
- 0.0.6
- 0.0.6
- 0.0.6
- 0.0.6
- 2020-11-19 - 0.0.6
- 78.0 - * - * - - - - - 839 + 826 988702 UnInbox - Quick Access - 7 + 8 @@ -7726,10 +7706,10 @@ - 840 + 827 988583 Skiff Mail - Quick Access - 7 + 8 @@ -7746,10 +7726,30 @@ - 863 + 829 + 987951 + Check Time + 8 + + + 0.0.6
+ 0.0.6
+ 0.0.6
+ 0.0.6
+ 0.0.6
+ 2020-11-19 + 0.0.6
+ 78.0 + * + * + + + + + 849 988692 GetMyInvoices - 6 + 7 @@ -7766,10 +7766,10 @@ - 895 + 868 988757 Customoji - 5 + 6 0.1b
0.1b
0.1b
@@ -7786,47 +7786,67 @@ - 896 - 988355 - GIMPS Opener + 869 + 988328 + Open in XPS | XPSLogic + 6 + + + 4
+ 4
+ 4
+ 4
+ 4
+ 2023-11-29 + 4
+ 78.0 + * + * + + + + + 900 + 988740 + Identity Selector 5 - 1.1.3
- 1.1.3
- 1.1.3
- 1.2
- 2024-07-14 - 1.2
- 124.0 + + + 0.4.0
+ 0.4.0
+ 2024-07-11 + 0.4.0
+ 115.0 * * - 897 - 988328 - Open in XPS | XPSLogic + 901 + 988355 + GIMPS Opener 5 - 4
- 4
- 4
- 4
- 4
- 2023-11-29 - 4
- 78.0 + + 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.2
+ 2024-07-14 + 1.2
+ 124.0 * * - 898 + 902 988297 acus 5 @@ -7846,27 +7866,27 @@ - 925 - 988740 - Identity Selector + 930 + 988700 + OnMail - Quick Access 4 - 0.4.0
- 0.4.0
- 2024-07-11 - 0.4.0
- 115.0 + 0.1
+ 0.1
+ 2024-04-14 + 0.1
+ 106.0 * * - 926 + 931 988358 UUID - WES 4 @@ -7886,7 +7906,27 @@ - 931 + 934 + 988065 + update-test + 4 + + 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2021-03-02 + 2.5
+ 68.0 + * + * + + + + + 937 987753 Console messaging example 4 @@ -7906,7 +7946,7 @@ - 959 + 968 988754 BestReply 3 @@ -7926,27 +7966,7 @@ - 960 - 988700 - OnMail - Quick Access - 3 - - - - - - 0.1
- 0.1
- 2024-04-14 - 0.1
- 106.0 - * - * - - - - - 961 + 969 988405 Netiquette Checker 3 @@ -7966,7 +7986,7 @@ - 962 + 970 988361 EagleCloud Extension 3 @@ -7986,27 +8006,7 @@ - 963 - 988065 - update-test - 3 - - 2.5
- 2.5
- 2.5
- 2.5
- 2.5
- 2.5
- 2021-03-02 - 2.5
- 68.0 - * - * - - - - - 1002 + 1005 988753 Zulip - Quick Access 2 @@ -8026,7 +8026,7 @@ - 1003 + 1006 988730 MyTickets 2 @@ -8046,7 +8046,7 @@ - 1005 + 1008 988133 Click Speed Tester 2 @@ -8066,7 +8066,7 @@ - 1006 + 1009 987940 HOTEL MAIL 2 @@ -8086,7 +8086,7 @@ - 1052 + 1059 988735 Deselector 1 @@ -8106,7 +8106,7 @@ - 1053 + 1060 988727 Lex-ON Conecta 1 @@ -8126,7 +8126,7 @@ - 1054 + 1061 988703 ThunderbirdBravoClick2Call 1 @@ -8146,7 +8146,7 @@ - 1057 + 1064 988140 CPS Test Pro 1 @@ -8166,7 +8166,7 @@ - 1059 + 1066 987974 淘宝领券助手 1 @@ -8186,7 +8186,7 @@ - 1060 + 1067 987864 Metamorfik 1 @@ -8207,6 +8207,26 @@ 1218 + 988764 + Folder Pane Toggler + 0 + + + + + + + 1.0
+ 2024-07-19 + 1.0
+ 128.0 + * + * + + + + + 1219 988732 Open by Message-ID 0 @@ -8229,7 +8249,7 @@

Statistics

- + diff --git a/add-on-reports/atn-tb68.html b/add-on-reports/atn-tb68.html index 127c122..3f531c9 100644 --- a/add-on-reports/atn-tb68.html +++ b/add-on-reports/atn-tb68.html @@ -49,7 +49,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -89,7 +89,7 @@ - + @@ -109,7 +109,7 @@ - + @@ -129,7 +129,7 @@ - + @@ -149,7 +149,7 @@ - + @@ -169,7 +169,7 @@ - + @@ -189,7 +189,7 @@ - + @@ -209,7 +209,7 @@ - + @@ -229,7 +229,7 @@ - + @@ -249,7 +249,7 @@ - + @@ -269,7 +269,7 @@ - + @@ -289,7 +289,7 @@ - + @@ -309,7 +309,7 @@ - + @@ -329,7 +329,7 @@ - + @@ -349,7 +349,7 @@ - + @@ -369,7 +369,7 @@ - + @@ -389,7 +389,7 @@ - + @@ -409,7 +409,7 @@ - + @@ -429,7 +429,7 @@ - + @@ -447,29 +447,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -485,11 +465,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -507,29 +507,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -546,30 +526,30 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + @@ -586,10 +566,10 @@ - + - + @@ -605,11 +585,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -627,29 +627,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -665,11 +645,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -689,7 +689,7 @@ - + @@ -709,7 +709,7 @@ - + @@ -729,7 +729,7 @@ - + @@ -749,7 +749,7 @@ - + @@ -767,29 +767,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -805,11 +785,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -829,7 +829,7 @@ - + @@ -849,7 +849,7 @@ - + @@ -869,7 +869,7 @@ - + @@ -889,7 +889,7 @@ - + @@ -906,10 +906,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -926,10 +946,10 @@ - + - + @@ -945,31 +965,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -989,7 +989,7 @@ - + @@ -1009,7 +1009,7 @@ - + @@ -1029,7 +1029,7 @@ - + @@ -1049,7 +1049,7 @@ - + @@ -1069,7 +1069,7 @@ - + @@ -1089,7 +1089,7 @@ - + @@ -1109,7 +1109,7 @@ - + @@ -1126,10 +1126,10 @@ - + - + @@ -1149,7 +1149,7 @@ - + @@ -1169,7 +1169,7 @@ - + @@ -1189,7 +1189,7 @@ - + @@ -1209,7 +1209,7 @@ - + @@ -1229,7 +1229,7 @@ - + @@ -1249,7 +1249,7 @@ - + @@ -1269,7 +1269,7 @@ - + @@ -1289,7 +1289,7 @@ - + @@ -1309,7 +1309,7 @@ - + @@ -1327,29 +1327,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1366,30 +1346,30 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + - + @@ -1406,30 +1386,30 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + - + @@ -1445,11 +1425,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -1469,7 +1469,7 @@ - + @@ -1486,10 +1486,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -1506,30 +1526,50 @@ - - - - + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - + + - + - + @@ -1546,30 +1586,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -1586,10 +1606,10 @@ - + - + @@ -1606,30 +1626,30 @@ - - - - - - - - - - + + + + - - + + + + + + + + - - + + - + - + @@ -1645,51 +1665,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -1706,10 +1686,10 @@ - + - + @@ -1726,10 +1706,10 @@ - + - + @@ -1745,11 +1725,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -1769,7 +1769,7 @@ - + @@ -1787,9 +1787,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -1806,10 +1826,10 @@ - + - + @@ -1826,30 +1846,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -1869,7 +1869,7 @@ - + @@ -1886,10 +1886,10 @@ - + - + @@ -1909,7 +1909,7 @@ - + @@ -1929,7 +1929,7 @@ - + @@ -1946,10 +1946,10 @@ - + - + @@ -1969,7 +1969,7 @@ - + @@ -1989,7 +1989,7 @@ - + @@ -2009,7 +2009,7 @@ - + @@ -2026,10 +2026,10 @@ - + - + @@ -2049,7 +2049,7 @@ - + @@ -2069,7 +2069,7 @@ - + @@ -2089,7 +2089,7 @@ - + @@ -2107,29 +2107,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2145,11 +2125,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2169,7 +2169,7 @@ - + @@ -2185,31 +2185,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2226,10 +2206,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -2249,7 +2249,7 @@ - + @@ -2266,30 +2266,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -2305,11 +2285,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2329,7 +2329,7 @@ - + @@ -2347,29 +2347,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2385,11 +2365,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2406,30 +2406,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -2446,10 +2426,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -2469,7 +2469,7 @@ - + @@ -2486,10 +2486,10 @@ - + - + @@ -2506,10 +2506,10 @@ - + - + @@ -2526,30 +2526,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -2565,11 +2545,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2586,10 +2586,10 @@ - + - + @@ -2609,7 +2609,7 @@ - + @@ -2629,7 +2629,7 @@ - + @@ -2647,9 +2647,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2666,30 +2686,30 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + - + @@ -2706,30 +2726,30 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + - + @@ -2745,31 +2765,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2789,7 +2789,7 @@ - + @@ -2809,7 +2809,7 @@ - + @@ -2826,10 +2826,10 @@ - + - + @@ -2846,30 +2846,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -2886,30 +2866,30 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + @@ -2927,9 +2907,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2946,10 +2946,10 @@ - + - + @@ -2969,7 +2969,7 @@ - + @@ -2989,7 +2989,7 @@ - + @@ -3006,10 +3006,50 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -3026,10 +3066,10 @@ - + - + @@ -3046,30 +3086,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -3086,30 +3106,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -3126,10 +3126,10 @@ - + - + @@ -3146,10 +3146,10 @@ - + - + @@ -3169,7 +3169,7 @@ - + @@ -3189,7 +3189,7 @@ - + @@ -3207,29 +3207,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -3246,10 +3226,10 @@ - + - + @@ -3265,11 +3245,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -3287,29 +3287,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -3326,30 +3306,30 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + - + @@ -3366,30 +3346,30 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + - + @@ -3406,10 +3386,10 @@ - + - + @@ -3426,10 +3406,10 @@ - + - + @@ -3446,10 +3426,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -3469,7 +3469,7 @@ - + @@ -3486,10 +3486,10 @@ - + - + @@ -3506,10 +3506,10 @@ - + - + @@ -3526,10 +3526,10 @@ - + - + @@ -3546,10 +3546,10 @@ - + - + @@ -3566,10 +3566,10 @@ - + - + @@ -3585,11 +3585,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -3606,50 +3626,30 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + - + @@ -3667,29 +3667,29 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + @@ -3705,31 +3705,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -3745,11 +3725,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -3766,10 +3766,10 @@ - + - + @@ -3789,7 +3789,7 @@ - + @@ -3806,10 +3806,10 @@ - + - + @@ -3826,30 +3826,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -3866,10 +3846,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -3889,7 +3889,7 @@ - + @@ -3906,10 +3906,10 @@ - + - + @@ -3926,10 +3926,10 @@ - + - + @@ -3949,7 +3949,7 @@ - + @@ -3966,10 +3966,10 @@ - + - + @@ -3986,10 +3986,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -4006,19 +4026,19 @@ - - - - - - + + + + + + - - + + @@ -4026,10 +4046,10 @@ - + - + @@ -4046,30 +4066,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -4086,10 +4086,10 @@ - + - + @@ -4107,29 +4107,29 @@ - - - - - + + + - - - - - - - + + + + + + + + + - + - + @@ -4145,11 +4145,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -4166,30 +4186,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -4209,7 +4209,7 @@ - + @@ -4226,10 +4226,10 @@ - + - + @@ -4246,10 +4246,10 @@ - + - + @@ -4266,10 +4266,10 @@ - + - + @@ -4286,30 +4286,50 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + - + @@ -4327,49 +4347,29 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + @@ -4387,49 +4387,29 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + @@ -4446,10 +4426,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -4466,10 +4466,10 @@ - + - + @@ -4486,10 +4486,10 @@ - + - + @@ -4506,10 +4506,10 @@ - + - + @@ -4527,29 +4527,29 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + - - + + - + - + @@ -4566,50 +4566,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - - + + - + - + - + @@ -4625,11 +4605,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -4646,10 +4646,10 @@ - + - + @@ -4666,10 +4666,10 @@ - + - + @@ -4686,10 +4686,10 @@ - + - + @@ -4706,10 +4706,10 @@ - + - + @@ -4726,10 +4726,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -4746,19 +4766,19 @@ - + - + - - - - - + + + + + @@ -4766,10 +4786,10 @@ - + - + @@ -4786,30 +4806,30 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + @@ -4826,10 +4846,10 @@ - + - + @@ -4845,31 +4865,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -4886,10 +4886,10 @@ - + - + @@ -4905,11 +4905,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -4927,29 +4947,29 @@ - - - - - - - - - + + + - - - + + + + + + + + + - - + + - + - + @@ -4966,30 +4986,30 @@ - - - + + + - - - - - - - - - + + + + + + + + + - + - + - + @@ -5006,30 +5026,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -5046,30 +5046,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -5086,10 +5066,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -5109,7 +5109,7 @@ - + @@ -5126,30 +5126,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -5166,50 +5146,70 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - + + + + + + - - - - - - - + + + + + - + - + @@ -5226,42 +5226,62 @@ - - - - - - + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + - - + + + - - + + @@ -5269,7 +5289,7 @@ - + @@ -5282,34 +5302,14 @@ - - - - - - - - - - - - - - - - - - - - - + - + - + @@ -5326,42 +5326,42 @@ - - - - - - + + + + + + - - - + + + - + - - - - - - + + + + + - - - + + + + - + @@ -5369,7 +5369,7 @@ - + @@ -5387,29 +5387,29 @@ - - - - - + + + + + - - + + - - + + - + - + @@ -5426,10 +5426,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -5446,30 +5466,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -5489,7 +5489,7 @@ - + @@ -5506,7 +5506,7 @@ - + @@ -5526,30 +5526,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -5566,10 +5546,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -5586,10 +5586,10 @@ - + - + @@ -5609,7 +5609,7 @@ - + @@ -5629,7 +5629,7 @@ - + @@ -5647,29 +5647,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -5686,10 +5666,10 @@ - + - + @@ -5706,10 +5686,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -5729,7 +5729,7 @@ - + @@ -5746,10 +5746,10 @@ - + - + @@ -5766,30 +5766,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -5806,10 +5786,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -5826,10 +5826,10 @@ - + - + @@ -5846,10 +5846,10 @@ - + - + @@ -5866,7 +5866,7 @@ - + @@ -5886,10 +5886,10 @@ - + - + @@ -5906,7 +5906,7 @@ - + @@ -5926,7 +5926,7 @@ - + @@ -5946,10 +5946,10 @@ - + - + @@ -5966,10 +5966,10 @@ - + - + @@ -5986,10 +5986,10 @@ - + - + @@ -6006,7 +6006,7 @@ - + @@ -6026,7 +6026,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -6046,30 +6066,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -6086,30 +6086,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -6127,6 +6107,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -6146,7 +6146,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -6166,7 +6186,7 @@ - + @@ -6186,30 +6206,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -6226,7 +6226,7 @@ - + @@ -6246,10 +6246,10 @@ - + - + @@ -6266,7 +6266,7 @@ - + @@ -6286,7 +6286,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -6306,7 +6326,7 @@ - + @@ -6326,7 +6346,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -6346,7 +6386,7 @@ - + @@ -6366,7 +6406,7 @@ - + @@ -6386,47 +6426,47 @@ - - - + + + - - + - - + + + - - + + - - - + + + - - + + - - - - - + + + + + - + @@ -6446,7 +6486,7 @@ - + @@ -6466,47 +6506,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -6526,7 +6526,7 @@ - + @@ -6546,7 +6546,7 @@ - + @@ -6566,7 +6566,7 @@ - + @@ -6586,7 +6586,7 @@ - + @@ -6606,7 +6606,7 @@ - + @@ -6626,7 +6626,7 @@ - + @@ -6646,7 +6646,7 @@ - + @@ -6666,7 +6666,7 @@ - + @@ -6686,7 +6686,7 @@ - + @@ -6706,7 +6706,7 @@ - + @@ -6726,7 +6726,7 @@ - + diff --git a/add-on-reports/atn-tb78.html b/add-on-reports/atn-tb78.html index 5573226..0779a0c 100644 --- a/add-on-reports/atn-tb78.html +++ b/add-on-reports/atn-tb78.html @@ -49,7 +49,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -89,7 +89,7 @@ - + @@ -109,7 +109,7 @@ - + @@ -129,7 +129,7 @@ - + @@ -149,7 +149,7 @@ - + @@ -169,7 +169,7 @@ - + @@ -189,7 +189,7 @@ - + @@ -209,7 +209,7 @@ - + @@ -229,7 +229,7 @@ - + @@ -249,7 +249,7 @@ - + @@ -269,7 +269,7 @@ - + @@ -289,7 +289,7 @@ - + @@ -309,7 +309,7 @@ - + @@ -329,7 +329,7 @@ - + @@ -349,7 +349,7 @@ - + @@ -369,7 +369,7 @@ - + @@ -389,7 +389,7 @@ - + @@ -409,7 +409,7 @@ - + @@ -429,7 +429,7 @@ - + @@ -449,7 +449,7 @@ - + @@ -469,7 +469,7 @@ - + @@ -489,7 +489,7 @@ - + @@ -507,29 +507,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -545,11 +525,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -567,29 +567,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -606,30 +586,30 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + @@ -646,10 +626,10 @@ - + - + @@ -665,11 +645,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -687,29 +687,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -725,11 +705,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -749,7 +749,7 @@ - + @@ -769,7 +769,7 @@ - + @@ -787,29 +787,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -825,11 +805,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -849,7 +849,7 @@ - + @@ -869,7 +869,7 @@ - + @@ -889,7 +889,7 @@ - + @@ -909,7 +909,7 @@ - + @@ -927,9 +927,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -946,10 +966,10 @@ - + - + @@ -966,10 +986,10 @@ - + - + @@ -985,31 +1005,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1029,7 +1029,7 @@ - + @@ -1049,7 +1049,7 @@ - + @@ -1069,7 +1069,7 @@ - + @@ -1089,7 +1089,7 @@ - + @@ -1109,7 +1109,7 @@ - + @@ -1129,7 +1129,7 @@ - + @@ -1149,7 +1149,7 @@ - + @@ -1166,10 +1166,10 @@ - + - + @@ -1189,7 +1189,7 @@ - + @@ -1209,7 +1209,7 @@ - + @@ -1227,29 +1227,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1266,12 +1246,32 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1289,7 +1289,7 @@ - + @@ -1309,7 +1309,7 @@ - + @@ -1329,7 +1329,7 @@ - + @@ -1349,7 +1349,7 @@ - + @@ -1369,7 +1369,7 @@ - + @@ -1389,7 +1389,7 @@ - + @@ -1409,7 +1409,7 @@ - + @@ -1429,7 +1429,7 @@ - + @@ -1449,7 +1449,7 @@ - + @@ -1469,7 +1469,7 @@ - + @@ -1489,7 +1489,7 @@ - + @@ -1507,29 +1507,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1545,11 +1525,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -1569,7 +1569,7 @@ - + @@ -1586,10 +1586,10 @@ - + - + @@ -1607,9 +1607,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -1626,30 +1646,30 @@ - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - + - + @@ -1665,31 +1685,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1709,7 +1709,7 @@ - + @@ -1729,7 +1729,7 @@ - + @@ -1747,29 +1747,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1786,10 +1766,10 @@ - + - + @@ -1806,10 +1786,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -1826,10 +1826,10 @@ - + - + @@ -1846,10 +1846,10 @@ - + - + @@ -1867,29 +1867,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1906,10 +1886,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -1926,10 +1926,10 @@ - + - + @@ -1949,7 +1949,7 @@ - + @@ -1969,7 +1969,7 @@ - + @@ -1986,10 +1986,10 @@ - + - + @@ -2006,10 +2006,10 @@ - + - + @@ -2026,10 +2026,10 @@ - + - + @@ -2049,7 +2049,7 @@ - + @@ -2066,10 +2066,10 @@ - + - + @@ -2089,7 +2089,7 @@ - + @@ -2106,10 +2106,10 @@ - + - + @@ -2129,7 +2129,7 @@ - + @@ -2146,10 +2146,10 @@ - + - + @@ -2169,7 +2169,7 @@ - + @@ -2189,7 +2189,7 @@ - + @@ -2209,7 +2209,7 @@ - + @@ -2227,29 +2227,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2266,16 +2246,36 @@ - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2289,7 +2289,7 @@ - + @@ -2309,7 +2309,7 @@ - + @@ -2327,29 +2327,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2365,11 +2345,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2389,7 +2389,7 @@ - + @@ -2405,31 +2405,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2446,30 +2426,30 @@ - - - - - + + + + - - - - - - - - - + + + + + + + + + + - + - + @@ -2486,30 +2466,30 @@ - - - - - + + + + - - - - - - - - - + + + + + + + + + + - + - + @@ -2525,11 +2505,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2547,29 +2547,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2586,10 +2566,10 @@ - + - + @@ -2605,11 +2585,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2627,29 +2627,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2665,11 +2645,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2687,9 +2687,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2706,10 +2726,10 @@ - + - + @@ -2726,30 +2746,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -2766,22 +2766,22 @@ - - - - - + + + + - - - - - - - - - + + + + + + + + + + @@ -2789,7 +2789,7 @@ - + @@ -2807,21 +2807,21 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + @@ -2829,7 +2829,7 @@ - + @@ -2846,10 +2846,10 @@ - + - + @@ -2866,10 +2866,10 @@ - + - + @@ -2889,7 +2889,7 @@ - + @@ -2909,7 +2909,7 @@ - + @@ -2926,10 +2926,10 @@ - + - + @@ -2946,30 +2946,30 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + @@ -2986,30 +2986,30 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + @@ -3029,7 +3029,7 @@ - + @@ -3049,7 +3049,7 @@ - + @@ -3069,7 +3069,7 @@ - + @@ -3089,7 +3089,7 @@ - + @@ -3109,7 +3109,7 @@ - + @@ -3126,10 +3126,10 @@ - + - + @@ -3146,10 +3146,10 @@ - + - + @@ -3166,10 +3166,10 @@ - + - + @@ -3186,30 +3186,30 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + @@ -3226,30 +3226,30 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + @@ -3267,29 +3267,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -3305,11 +3285,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -3329,7 +3329,7 @@ - + @@ -3347,38 +3347,18 @@ - - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + @@ -3386,10 +3366,10 @@ - + - + @@ -3406,10 +3386,10 @@ - + - + @@ -3426,19 +3406,39 @@ - - - - - + + + + + + + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -3449,7 +3449,7 @@ - + @@ -3469,7 +3469,7 @@ - + @@ -3487,29 +3487,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -3527,9 +3507,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -3546,10 +3546,10 @@ - + - + @@ -3569,7 +3569,7 @@ - + @@ -3589,7 +3589,7 @@ - + @@ -3607,29 +3607,29 @@ - - - + + + + + + + + - - - - - - - - - - - + + + + + + - + - + @@ -3646,10 +3646,10 @@ - + - + @@ -3666,30 +3666,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -3705,11 +3685,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -3729,7 +3729,7 @@ - + @@ -3747,29 +3747,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -3786,10 +3766,50 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -3806,10 +3826,10 @@ - + - + @@ -3825,51 +3845,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -3886,10 +3866,10 @@ - + - + @@ -3906,10 +3886,10 @@ - + - + @@ -3926,30 +3906,30 @@ - - - - - + + + + - - - - - - - + + + + + + + + - - - + + + - + @@ -3969,7 +3949,7 @@ - + @@ -3985,11 +3965,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -4009,7 +4009,7 @@ - + @@ -4026,10 +4026,10 @@ - + - + @@ -4046,10 +4046,10 @@ - + - + @@ -4066,10 +4066,10 @@ - + - + @@ -4086,10 +4086,10 @@ - + - + @@ -4106,30 +4106,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -4146,10 +4126,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -4166,10 +4166,10 @@ - + - + @@ -4187,9 +4187,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -4206,30 +4226,30 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + @@ -4246,30 +4266,50 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + @@ -4286,50 +4326,10 @@ + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -4349,7 +4349,7 @@ - + @@ -4366,10 +4366,10 @@ - + - + @@ -4386,10 +4386,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -4406,30 +4426,30 @@ - - - - - + + + + - - - - - - - - + + + + + + + + + - + - + @@ -4446,30 +4466,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -4487,9 +4487,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -4506,30 +4526,30 @@ - - - - + + + + - - - - - - - - - - + + + + + + + + + + - + - + @@ -4546,30 +4566,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -4586,10 +4586,10 @@ - + - + @@ -4609,7 +4609,7 @@ - + @@ -4626,10 +4626,10 @@ - + - + @@ -4649,7 +4649,7 @@ - + @@ -4667,9 +4667,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -4686,30 +4706,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -4727,9 +4727,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -4746,10 +4766,10 @@ - + - + @@ -4766,30 +4786,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -4805,11 +4805,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -4826,30 +4846,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -4866,10 +4866,10 @@ - + - + @@ -4886,30 +4886,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -4926,10 +4906,10 @@ - + - + @@ -4946,30 +4926,50 @@ - - - - + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + @@ -4986,19 +4986,39 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + + @@ -5006,10 +5026,10 @@ - + - + @@ -5026,30 +5046,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -5066,10 +5066,10 @@ - + - + @@ -5086,10 +5086,10 @@ - + - + @@ -5107,21 +5107,21 @@ - - - - - - - + + + + + + + - - + + - - + + @@ -5129,7 +5129,7 @@ - + @@ -5146,22 +5146,22 @@ - - - - + + + + + + - - - - - - + + + + - - + + @@ -5169,7 +5169,7 @@ - + @@ -5185,31 +5185,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -5227,9 +5207,29 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -5246,10 +5246,10 @@ - + - + @@ -5269,7 +5269,7 @@ - + @@ -5286,10 +5286,10 @@ - + - + @@ -5306,10 +5306,10 @@ - + - + @@ -5326,10 +5326,10 @@ - + - + @@ -5346,10 +5346,10 @@ - + - + @@ -5369,7 +5369,7 @@ - + @@ -5386,10 +5386,10 @@ - + - + @@ -5406,50 +5406,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -5467,9 +5427,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -5486,30 +5466,30 @@ - - - - + + + + - - - - - - - + + + + + + + + - - + - + - + @@ -5526,10 +5506,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -5546,10 +5546,10 @@ - + - + @@ -5566,30 +5566,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -5607,9 +5587,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -5629,7 +5629,7 @@ - + @@ -5646,10 +5646,10 @@ - + - + @@ -5666,10 +5666,10 @@ - + - + @@ -5689,7 +5689,7 @@ - + @@ -5709,7 +5709,7 @@ - + @@ -5726,10 +5726,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -5746,10 +5766,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -5766,30 +5806,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -5806,40 +5826,20 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + @@ -5847,29 +5847,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -5887,20 +5867,20 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + @@ -5909,7 +5889,7 @@ - + @@ -5926,30 +5906,30 @@ - - - - - + + + + - - - - - - - - - + + + + + + + + + + - + - + @@ -5966,39 +5946,39 @@ - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + @@ -6006,10 +5986,10 @@ - + - + @@ -6027,9 +6007,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -6046,30 +6066,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -6089,7 +6089,7 @@ - + @@ -6106,10 +6106,10 @@ - + - + @@ -6126,10 +6126,10 @@ - + - + @@ -6146,10 +6146,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -6166,79 +6186,79 @@ - - - - + + + + + + + + - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - + - - - - + + + + - - - - - - - + + + + + + + @@ -6246,10 +6266,10 @@ - + - + @@ -6265,51 +6285,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -6326,20 +6306,40 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6349,7 +6349,7 @@ - + @@ -6366,10 +6366,10 @@ - + - + @@ -6386,30 +6386,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -6426,10 +6406,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -6446,10 +6446,10 @@ - + - + @@ -6466,10 +6466,10 @@ - + - + @@ -6489,7 +6489,7 @@ - + @@ -6506,30 +6506,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -6547,9 +6527,9 @@ - - - + + + @@ -6557,7 +6537,7 @@ - + @@ -6567,29 +6547,29 @@ - - - - - - - - + + + - - - - - - + + + + + + + + + + + - + @@ -6606,50 +6586,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - + - + @@ -6666,10 +6626,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -6686,10 +6666,10 @@ - + - + @@ -6706,10 +6686,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -6729,7 +6729,7 @@ - + @@ -6749,7 +6749,7 @@ - + @@ -6766,10 +6766,10 @@ - + - + @@ -6786,10 +6786,10 @@ - + - + @@ -6806,10 +6806,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -6826,10 +6846,10 @@ - + - + @@ -6846,19 +6866,19 @@ - - - - + + + + - - - - - - - + + + + + + + @@ -6866,10 +6886,10 @@ - + - + @@ -6886,30 +6906,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -6926,10 +6926,10 @@ - + - + @@ -6946,10 +6946,10 @@ - + - + @@ -6966,10 +6966,10 @@ - + - + @@ -6986,10 +6986,10 @@ - + - + @@ -7006,10 +7006,10 @@ - + - + @@ -7026,30 +7026,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -7066,10 +7046,10 @@ - + - + @@ -7086,10 +7066,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -7106,10 +7106,10 @@ - + - + @@ -7126,7 +7126,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -7146,50 +7166,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -7206,7 +7186,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -7226,7 +7226,7 @@ - + @@ -7246,7 +7246,7 @@ - + @@ -7266,7 +7266,7 @@ - + @@ -7286,7 +7286,47 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7306,7 +7346,7 @@ - + @@ -7326,50 +7366,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -7386,10 +7386,10 @@ - + - + @@ -7406,47 +7406,47 @@ - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -7466,7 +7466,7 @@ - + @@ -7486,7 +7486,47 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7506,7 +7546,7 @@ - + @@ -7526,47 +7566,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -7586,7 +7586,7 @@ - + @@ -7606,7 +7606,7 @@ - + @@ -7626,7 +7626,7 @@ - + @@ -7646,7 +7646,7 @@ - + @@ -7666,7 +7666,7 @@ - + @@ -7686,7 +7686,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -7706,7 +7726,7 @@ - + @@ -7726,7 +7746,7 @@ - + @@ -7746,7 +7766,7 @@ - + @@ -7766,7 +7786,7 @@ - + @@ -7786,7 +7806,7 @@ - + @@ -7806,27 +7826,7 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -7846,7 +7846,7 @@ - + @@ -7866,7 +7866,7 @@ - + @@ -7886,7 +7886,7 @@ - + @@ -7906,7 +7906,7 @@ - + @@ -7926,7 +7926,7 @@ - + @@ -7946,7 +7946,7 @@ - + @@ -7966,7 +7966,7 @@ - + @@ -7986,7 +7986,7 @@ - + @@ -8006,7 +8006,7 @@ - + @@ -8026,7 +8026,7 @@ - + @@ -8046,7 +8046,7 @@ - + diff --git a/add-on-reports/atn-tb91.html b/add-on-reports/atn-tb91.html index a392a30..9d321ab 100644 --- a/add-on-reports/atn-tb91.html +++ b/add-on-reports/atn-tb91.html @@ -49,7 +49,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -89,7 +89,7 @@ - + @@ -109,7 +109,7 @@ - + @@ -129,7 +129,7 @@ - + @@ -149,7 +149,7 @@ - + @@ -169,7 +169,7 @@ - + @@ -189,7 +189,7 @@ - + @@ -209,7 +209,7 @@ - + @@ -229,7 +229,7 @@ - + @@ -249,7 +249,7 @@ - + @@ -269,7 +269,7 @@ - + @@ -289,7 +289,7 @@ - + @@ -309,7 +309,7 @@ - + @@ -329,7 +329,7 @@ - + @@ -349,7 +349,7 @@ - + @@ -369,7 +369,7 @@ - + @@ -389,7 +389,7 @@ - + @@ -409,7 +409,7 @@ - + @@ -429,7 +429,7 @@ - + @@ -449,7 +449,7 @@ - + @@ -469,7 +469,7 @@ - + @@ -489,7 +489,7 @@ - + @@ -509,7 +509,7 @@ - + @@ -527,29 +527,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -565,11 +545,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -587,29 +587,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -626,30 +606,30 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + @@ -666,10 +646,10 @@ - + - + @@ -685,11 +665,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -706,10 +706,10 @@ - + - + @@ -729,7 +729,7 @@ - + @@ -749,7 +749,7 @@ - + @@ -769,7 +769,7 @@ - + @@ -787,29 +787,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -825,11 +805,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -849,7 +849,7 @@ - + @@ -869,7 +869,7 @@ - + @@ -889,7 +889,7 @@ - + @@ -909,7 +909,7 @@ - + @@ -927,9 +927,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -946,10 +966,10 @@ - + - + @@ -966,10 +986,10 @@ - + - + @@ -985,31 +1005,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1029,7 +1029,7 @@ - + @@ -1049,7 +1049,7 @@ - + @@ -1069,7 +1069,7 @@ - + @@ -1089,7 +1089,7 @@ - + @@ -1109,7 +1109,7 @@ - + @@ -1129,7 +1129,7 @@ - + @@ -1149,7 +1149,7 @@ - + @@ -1169,7 +1169,7 @@ - + @@ -1186,10 +1186,10 @@ - + - + @@ -1206,10 +1206,10 @@ - + - + @@ -1229,7 +1229,7 @@ - + @@ -1249,7 +1249,7 @@ - + @@ -1267,29 +1267,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1305,11 +1285,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -1329,7 +1329,7 @@ - + @@ -1349,7 +1349,7 @@ - + @@ -1369,7 +1369,7 @@ - + @@ -1389,7 +1389,7 @@ - + @@ -1409,7 +1409,7 @@ - + @@ -1429,7 +1429,7 @@ - + @@ -1449,7 +1449,7 @@ - + @@ -1469,7 +1469,7 @@ - + @@ -1489,7 +1489,7 @@ - + @@ -1509,7 +1509,7 @@ - + @@ -1529,7 +1529,7 @@ - + @@ -1549,7 +1549,7 @@ - + @@ -1567,29 +1567,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1606,10 +1586,30 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -1626,10 +1626,10 @@ - + - + @@ -1647,9 +1647,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -1666,30 +1686,30 @@ - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - + - + @@ -1705,31 +1725,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1749,7 +1749,7 @@ - + @@ -1769,7 +1769,7 @@ - + @@ -1787,29 +1787,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1826,10 +1806,10 @@ - + - + @@ -1846,10 +1826,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -1866,10 +1866,10 @@ - + - + @@ -1886,10 +1886,10 @@ - + - + @@ -1907,29 +1907,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1946,10 +1926,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -1966,10 +1966,10 @@ - + - + @@ -1989,7 +1989,7 @@ - + @@ -2009,7 +2009,7 @@ - + @@ -2026,10 +2026,10 @@ - + - + @@ -2046,10 +2046,10 @@ - + - + @@ -2066,10 +2066,10 @@ - + - + @@ -2089,7 +2089,7 @@ - + @@ -2106,10 +2106,10 @@ - + - + @@ -2129,7 +2129,7 @@ - + @@ -2146,10 +2146,10 @@ - + - + @@ -2169,7 +2169,7 @@ - + @@ -2186,10 +2186,10 @@ - + - + @@ -2209,7 +2209,7 @@ - + @@ -2229,7 +2229,7 @@ - + @@ -2249,7 +2249,7 @@ - + @@ -2267,29 +2267,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2305,11 +2285,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2329,7 +2329,7 @@ - + @@ -2349,7 +2349,7 @@ - + @@ -2367,29 +2367,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2406,13 +2386,33 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -2429,7 +2429,7 @@ - + @@ -2445,31 +2445,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2486,30 +2466,30 @@ - - - - - + + + + - - - - - - - - - + + + + + + + + + + - + - + @@ -2526,30 +2506,30 @@ - - - - - + + + + - - - - - - - - - + + + + + + + + + + - + - + @@ -2565,11 +2545,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2587,29 +2587,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2626,10 +2606,10 @@ - + - + @@ -2645,11 +2625,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2669,7 +2669,7 @@ - + @@ -2687,29 +2687,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2725,11 +2705,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2747,9 +2747,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -2766,10 +2786,10 @@ - + - + @@ -2786,30 +2806,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -2829,7 +2829,7 @@ - + @@ -2846,30 +2846,30 @@ - - - - - + + + + - - - - - - - - - - + + + + + + + + + + + - + @@ -2887,29 +2887,29 @@ - - - + + + - - - - - - - - - - - + + + + + + + + + + + - + @@ -2926,10 +2926,10 @@ - + - + @@ -2946,10 +2946,10 @@ - + - + @@ -2969,7 +2969,7 @@ - + @@ -2989,7 +2989,7 @@ - + @@ -3006,10 +3006,10 @@ - + - + @@ -3026,30 +3026,30 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + @@ -3066,30 +3066,30 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + @@ -3109,7 +3109,7 @@ - + @@ -3129,7 +3129,7 @@ - + @@ -3149,7 +3149,7 @@ - + @@ -3169,7 +3169,7 @@ - + @@ -3189,7 +3189,7 @@ - + @@ -3207,9 +3207,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -3226,10 +3246,10 @@ - + - + @@ -3246,10 +3266,10 @@ - + - + @@ -3266,30 +3286,30 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + @@ -3306,30 +3326,30 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + @@ -3346,30 +3366,30 @@ - - - - - + + + + - - - - - - - + + + + + + + + - + - + @@ -3385,31 +3405,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -3429,7 +3429,7 @@ - + @@ -3447,49 +3447,29 @@ - - - - - - - - - + + + - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - + @@ -3506,10 +3486,10 @@ - + - + @@ -3526,19 +3506,39 @@ - - - - - + + + + + + + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -3549,7 +3549,7 @@ - + @@ -3569,7 +3569,7 @@ - + @@ -3587,29 +3587,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -3627,9 +3607,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -3646,10 +3646,10 @@ - + - + @@ -3666,30 +3666,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -3705,11 +3685,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -3729,7 +3729,7 @@ - + @@ -3747,29 +3747,29 @@ - - - + + + + + + + + - - - - - - - - - - - + + + + + + - + - + @@ -3786,10 +3786,10 @@ - + - + @@ -3806,30 +3806,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -3845,11 +3825,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -3869,7 +3869,7 @@ - + @@ -3889,7 +3889,7 @@ - + @@ -3907,29 +3907,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -3946,50 +3926,30 @@ - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - + - + @@ -4006,30 +3966,50 @@ - - - - + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + @@ -4046,10 +4026,10 @@ - + - + @@ -4065,11 +4045,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -4089,7 +4089,7 @@ - + @@ -4109,7 +4109,7 @@ - + @@ -4125,31 +4125,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -4169,7 +4149,7 @@ - + @@ -4185,11 +4165,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -4209,7 +4209,7 @@ - + @@ -4226,10 +4226,10 @@ - + - + @@ -4246,10 +4246,10 @@ - + - + @@ -4266,10 +4266,10 @@ - + - + @@ -4286,10 +4286,10 @@ - + - + @@ -4306,30 +4306,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -4346,19 +4326,19 @@ - - - - + + + + - - - - - - - + + + + + + + @@ -4369,7 +4349,7 @@ - + @@ -4385,31 +4365,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -4426,70 +4386,90 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + @@ -4506,30 +4486,50 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -4547,29 +4547,29 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + - + @@ -4589,7 +4589,7 @@ - + @@ -4606,10 +4606,10 @@ - + - + @@ -4626,10 +4626,10 @@ - + - + @@ -4646,10 +4646,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -4666,30 +4686,30 @@ - - - - - + + + + - - - - - - - - + + + + + + + + + - + - + @@ -4706,30 +4726,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -4746,10 +4746,10 @@ - + - + @@ -4767,9 +4767,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -4786,30 +4806,30 @@ - - - - + + + + - - - - - - - - - - + + + + + + + + + + - + - + @@ -4826,30 +4846,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -4866,10 +4866,10 @@ - + - + @@ -4889,7 +4889,7 @@ - + @@ -4906,10 +4906,10 @@ - + - + @@ -4929,7 +4929,7 @@ - + @@ -4947,9 +4947,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -4966,10 +4986,10 @@ - + - + @@ -4986,30 +5006,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -5027,9 +5027,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -5046,10 +5066,10 @@ - + - + @@ -5066,30 +5086,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -5106,10 +5106,10 @@ - + - + @@ -5126,10 +5126,10 @@ - + - + @@ -5147,9 +5147,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -5169,7 +5189,7 @@ - + @@ -5186,30 +5206,30 @@ - - - - + + + + - - - - - - - - - + + + + + + + + + - + - + @@ -5226,30 +5246,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -5266,30 +5266,30 @@ - - - - - + + + + - - - - - - - + + + + + + + + - + - + @@ -5306,10 +5306,10 @@ - + - + @@ -5327,49 +5327,49 @@ - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - + + + + + + + + + - + - + @@ -5386,19 +5386,39 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + + @@ -5406,10 +5426,10 @@ - + - + @@ -5426,30 +5446,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -5466,10 +5466,10 @@ - + - + @@ -5486,10 +5486,10 @@ - + - + @@ -5506,30 +5506,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -5546,19 +5526,19 @@ - - - - + + + + - - - - - - - + + + + + + + @@ -5566,21 +5546,21 @@ - - - - + + + + - - - - - + + + + + @@ -5589,7 +5569,7 @@ - + @@ -5607,9 +5587,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -5629,7 +5629,7 @@ - + @@ -5646,10 +5646,10 @@ - + - + @@ -5666,10 +5666,10 @@ - + - + @@ -5686,10 +5686,10 @@ - + - + @@ -5706,10 +5706,10 @@ - + - + @@ -5729,7 +5729,7 @@ - + @@ -5746,10 +5746,10 @@ - + - + @@ -5766,50 +5766,30 @@ - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - + - + @@ -5827,9 +5807,29 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -5846,30 +5846,30 @@ - - - - - + + + + - - - - - - - - + + + + + + + + + - + - + @@ -5889,7 +5889,7 @@ - + @@ -5906,10 +5906,10 @@ - + - + @@ -5926,10 +5926,10 @@ - + - + @@ -5946,10 +5946,10 @@ - + - + @@ -5966,10 +5966,10 @@ - + - + @@ -5989,7 +5989,7 @@ - + @@ -6006,50 +6006,50 @@ - - - - + + + + + + - - - + - - - - - + + + + - - + + + - + - + @@ -6069,7 +6069,7 @@ - + @@ -6086,10 +6086,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -6106,10 +6126,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -6126,30 +6166,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -6166,40 +6186,20 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + @@ -6207,29 +6207,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -6247,20 +6227,20 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + @@ -6269,7 +6249,7 @@ - + @@ -6286,30 +6266,30 @@ - - - - - + + + + - - - - - - - - - + + + + + + + + + + - + - + @@ -6326,39 +6306,39 @@ - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + @@ -6366,10 +6346,10 @@ - + - + @@ -6387,9 +6367,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -6406,30 +6426,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -6449,7 +6449,7 @@ - + @@ -6466,10 +6466,10 @@ - + - + @@ -6486,10 +6486,10 @@ - + - + @@ -6506,10 +6506,10 @@ - + - + @@ -6526,10 +6526,50 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -6546,10 +6586,10 @@ - + - + @@ -6566,10 +6606,10 @@ - + - + @@ -6581,75 +6621,15 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + @@ -6666,20 +6646,40 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6689,7 +6689,7 @@ - + @@ -6706,10 +6706,10 @@ - + - + @@ -6726,30 +6726,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -6766,10 +6746,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -6786,10 +6786,10 @@ - + - + @@ -6806,10 +6806,10 @@ - + - + @@ -6829,7 +6829,7 @@ - + @@ -6846,50 +6846,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -6906,10 +6866,10 @@ - + - + @@ -6925,11 +6885,31 @@ + + + + + + + + + + + + + + + + + + + + - - - + + + @@ -6937,7 +6917,7 @@ - + @@ -6947,29 +6927,29 @@ - - - - - - - - + + + - - - - - - + + + + + + + + + + + - + @@ -6986,50 +6966,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - + - + @@ -7046,10 +7006,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -7066,10 +7046,10 @@ - + - + @@ -7086,10 +7066,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -7109,7 +7109,7 @@ - + @@ -7129,7 +7129,7 @@ - + @@ -7146,10 +7146,10 @@ - + - + @@ -7166,10 +7166,10 @@ - + - + @@ -7186,10 +7186,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -7206,10 +7226,10 @@ - + - + @@ -7226,19 +7246,19 @@ - - - - + + + + - - - - - - - + + + + + + + @@ -7246,10 +7266,10 @@ - + - + @@ -7266,30 +7286,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -7306,10 +7306,10 @@ - + - + @@ -7326,10 +7326,10 @@ - + - + @@ -7346,10 +7346,10 @@ - + - + @@ -7366,10 +7366,10 @@ - + - + @@ -7386,10 +7386,10 @@ - + - + @@ -7406,7 +7406,7 @@ - + @@ -7426,10 +7426,10 @@ - + - + @@ -7446,30 +7446,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -7486,10 +7466,10 @@ - + - + @@ -7506,10 +7486,10 @@ - + - + @@ -7526,10 +7506,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -7546,10 +7546,10 @@ - + - + @@ -7566,7 +7566,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -7586,7 +7606,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -7606,47 +7646,27 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + @@ -7666,7 +7686,7 @@ - + @@ -7686,7 +7706,7 @@ - + @@ -7706,27 +7726,47 @@ - - - - + + + + + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - + @@ -7746,7 +7786,7 @@ - + @@ -7766,7 +7806,7 @@ - + @@ -7786,50 +7826,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -7846,10 +7846,10 @@ - + - + @@ -7866,47 +7866,47 @@ - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -7926,7 +7926,7 @@ - + @@ -7946,7 +7946,47 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7966,7 +8006,7 @@ - + @@ -7986,27 +8026,7 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -8026,27 +8046,7 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -8066,7 +8066,7 @@ - + @@ -8086,7 +8086,7 @@ - + @@ -8106,7 +8106,7 @@ - + @@ -8126,7 +8126,7 @@ - + @@ -8146,7 +8146,7 @@ - + @@ -8166,7 +8166,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -8186,7 +8206,7 @@ - + @@ -8206,7 +8226,7 @@ - + @@ -8226,7 +8246,7 @@ - + @@ -8246,7 +8266,7 @@ - + @@ -8266,7 +8286,7 @@ - + @@ -8286,27 +8306,7 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -8326,7 +8326,7 @@ - + @@ -8346,7 +8346,7 @@ - + @@ -8366,7 +8366,7 @@ - + @@ -8386,7 +8386,7 @@ - + @@ -8406,7 +8406,7 @@ - + @@ -8426,7 +8426,7 @@ - + @@ -8446,7 +8446,7 @@ - + @@ -8466,7 +8466,7 @@ - + @@ -8486,7 +8486,7 @@ - + @@ -8506,7 +8506,7 @@ - + @@ -8526,7 +8526,7 @@ - + @@ -8546,7 +8546,7 @@ - + @@ -8566,7 +8566,7 @@ - + @@ -8586,7 +8586,7 @@ - + diff --git a/add-on-reports/experiments-without-upper-limit.html b/add-on-reports/experiments-without-upper-limit.html index 8c257ac..bb1f075 100644 --- a/add-on-reports/experiments-without-upper-limit.html +++ b/add-on-reports/experiments-without-upper-limit.html @@ -49,7 +49,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -89,7 +89,7 @@ - + @@ -109,7 +109,7 @@ - + @@ -129,7 +129,7 @@ - + @@ -146,10 +146,10 @@ - + - + @@ -166,10 +166,10 @@ - + - + @@ -186,10 +186,10 @@ - + - + @@ -206,10 +206,10 @@ - + - + @@ -229,7 +229,7 @@ - + @@ -246,10 +246,10 @@ - + - + @@ -269,7 +269,7 @@ - + diff --git a/add-on-reports/index.html b/add-on-reports/index.html index 25e8753..d99b74f 100644 --- a/add-on-reports/index.html +++ b/add-on-reports/index.html @@ -20,7 +20,7 @@
-

Thunderbird Nebula reports

lost-tb115-to-tb128 (62)

Extensions which have been lost from TB115 to TB128, as seen by ATN.

atn-tb128 (409)

Extensions compatible with Thunderbird 128, as seen by ATN.

valid-128-according-to-strict-max-but-atn-value-reduced (11)

Extensions whose strict_max_version allows installation in Thunderbird 128, but ATN value has been lowered to signal incompatibility (which is ignored during install and app upgrade).

experiments-without-upper-limit (12)

Experiments without upper limit in ATN.

pure-webext-with-upper-limit (23)

Pure WebExtensions with an unnecessary max_version_setting (excluding theme_experiments).

General reports

all (737)

All Extensions compatible with TB60 or newer.

wrong-order (0)

Extension with wrong upper limit setting in older versions, which will lead to the wrong version reported compatible by ATN.

purge-candidates (1109)

All Extensions not compatible with TB68, which should be purged from ATN.

parsing-error (2)

Extensions whose XPI files could not be parsed properly and are excluded from analysis.

recent-activity (60)

Extensions updated within the last 2 weeks.

recent-addition (90)

Extensions created within the last year.

requested-permissions (420)

Extensions requesting WebExtension permissions.

max-atn-value-raised-above-max-xpi-value (57)

Extensions whose max version has been raised in ATN above the XPI value (excluding legacy extensions).

max-atn-value-reduced-below-max-xpi-value (12)

Extensions whose max version has been reduced in ATN below the XPI value, which is ignored during install and app upgrade (excluding legacy).

latest-current-mismatch (0)

Extensions, where the latest upload is for an older release, which will fail to install in current ESR (current = defined current in ATN) from within the add-on manager.

Thunderbird Supernova reports

tb115-expected-compatible (467)

Extensions expected to be compatible with Thunderbird 115.

lost-tb102-to-tb115 (36)

Extensions which have been lost from TB102 to TB115, as seen by ATN.

atn-tb115 (470)

Extensions compatible with Thunderbird 115 as seen by ATN.

Thunderbird 102 reports

atn-tb102 (462)

Extensions compatible with Thunderbird 102 as seen by ATN.

valid-102-according-to-strict-max-but-atn-value-reduced (4)

Extensions whose strict_max_version allows installation in Thunderbird 102, but ATN value has been lowered to signal incompatibility (which is ignored during install and app upgrade).

tb102-experiments-with-102-0-limit (3)

Experiments who have an upper limit of 102.0.

lost-tb91-to-tb102 (7)

Extensions which have been lost from TB91 to TB102, as seen by ATN.

Thunderbird 91 reports

atn-tb91 (428)

Extensions compatible with Thunderbird 91 as seen by ATN.

lost-tb78-to-tb91 (15)

Extensions which have been lost from TB78 to TB91, as seen by ATN.

Thunderbird 78 reports

atn-tb78 (401)

Extensions compatible with Thunderbird 78 as seen by ATN.

lost-tb68-to-tb78 (97)

Extensions which have been lost from TB68 to TB78, as seen by ATN.

false-positives-tb78 (0)

Extensions claiming to be compatible with Thunderbird 78, but are legacy extensions or legacy WebExtensions and therefore unsupported.

Thunderbird 68 reports

atn-tb68 (335)

Extensions compatible with Thunderbird 68 as seen by ATN.

lost-tb60-to-tb68 (123)

Extensions which have been lost from TB60 to TB68, as seen by ATN.

false-positives-tb68 (0)

Extensions claiming to be compatible with Thunderbird 68, but are legacy extensions and therefore unsupported.

+

Thunderbird Nebula reports

lost-tb115-to-tb128 (62)

Extensions which have been lost from TB115 to TB128, as seen by ATN.

pending-permission-update (25)

In Thunderbird 128 we had to introduce a backward incompatible permission change. Some extensions are now broken. The relevant add-on developers have been notified.

atn-tb128 (410)

Extensions compatible with Thunderbird 128, as seen by ATN.

valid-128-according-to-strict-max-but-atn-value-reduced (11)

Extensions whose strict_max_version allows installation in Thunderbird 128, but ATN value has been lowered to signal incompatibility (which is ignored during install and app upgrade).

experiments-without-upper-limit (12)

Experiments without upper limit in ATN.

pure-webext-with-upper-limit (23)

Pure WebExtensions with an unnecessary max_version_setting (excluding theme_experiments).

General reports

all (738)

All Extensions compatible with TB60 or newer.

wrong-order (0)

Extension with wrong upper limit setting in older versions, which will lead to the wrong version reported compatible by ATN.

purge-candidates (1109)

All Extensions not compatible with TB68, which should be purged from ATN.

parsing-error (2)

Extensions whose XPI files could not be parsed properly and are excluded from analysis.

recent-activity (62)

Extensions updated within the last 2 weeks.

recent-addition (91)

Extensions created within the last year.

requested-permissions (420)

Extensions requesting WebExtension permissions.

max-atn-value-raised-above-max-xpi-value (57)

Extensions whose max version has been raised in ATN above the XPI value (excluding legacy extensions).

max-atn-value-reduced-below-max-xpi-value (12)

Extensions whose max version has been reduced in ATN below the XPI value, which is ignored during install and app upgrade (excluding legacy).

latest-current-mismatch (0)

Extensions, where the latest upload is for an older release, which will fail to install in current ESR (current = defined current in ATN) from within the add-on manager.

Thunderbird Supernova reports

tb115-expected-compatible (467)

Extensions expected to be compatible with Thunderbird 115.

lost-tb102-to-tb115 (36)

Extensions which have been lost from TB102 to TB115, as seen by ATN.

atn-tb115 (470)

Extensions compatible with Thunderbird 115 as seen by ATN.

Thunderbird 102 reports

atn-tb102 (462)

Extensions compatible with Thunderbird 102 as seen by ATN.

valid-102-according-to-strict-max-but-atn-value-reduced (4)

Extensions whose strict_max_version allows installation in Thunderbird 102, but ATN value has been lowered to signal incompatibility (which is ignored during install and app upgrade).

tb102-experiments-with-102-0-limit (3)

Experiments who have an upper limit of 102.0.

lost-tb91-to-tb102 (7)

Extensions which have been lost from TB91 to TB102, as seen by ATN.

Thunderbird 91 reports

atn-tb91 (428)

Extensions compatible with Thunderbird 91 as seen by ATN.

lost-tb78-to-tb91 (15)

Extensions which have been lost from TB78 to TB91, as seen by ATN.

Thunderbird 78 reports

atn-tb78 (401)

Extensions compatible with Thunderbird 78 as seen by ATN.

lost-tb68-to-tb78 (97)

Extensions which have been lost from TB68 to TB78, as seen by ATN.

false-positives-tb78 (0)

Extensions claiming to be compatible with Thunderbird 78, but are legacy extensions or legacy WebExtensions and therefore unsupported.

Thunderbird 68 reports

atn-tb68 (335)

Extensions compatible with Thunderbird 68 as seen by ATN.

lost-tb60-to-tb68 (123)

Extensions which have been lost from TB60 to TB68, as seen by ATN.

false-positives-tb68 (0)

Extensions claiming to be compatible with Thunderbird 68, but are legacy extensions and therefore unsupported.

diff --git a/add-on-reports/lost-tb102-to-tb115.html b/add-on-reports/lost-tb102-to-tb115.html index cfed52a..d349979 100644 --- a/add-on-reports/lost-tb102-to-tb115.html +++ b/add-on-reports/lost-tb102-to-tb115.html @@ -46,10 +46,10 @@ - + - + @@ -69,7 +69,7 @@ - + @@ -86,10 +86,10 @@ - + - + @@ -106,10 +106,10 @@ - + - + @@ -126,10 +126,10 @@ - + - + @@ -149,7 +149,7 @@ - + @@ -166,10 +166,10 @@ - + - + @@ -186,10 +186,10 @@ - + - + @@ -206,10 +206,10 @@ - + - + @@ -226,10 +226,10 @@ - + - + @@ -242,14 +242,14 @@ - + - + - + @@ -269,7 +269,7 @@ - + @@ -286,10 +286,10 @@ - + - + @@ -306,10 +306,10 @@ - + - + @@ -329,7 +329,7 @@ - + @@ -346,10 +346,10 @@ - + - + @@ -366,10 +366,10 @@ - + - + @@ -389,7 +389,7 @@ - + @@ -406,7 +406,7 @@ - + @@ -426,10 +426,10 @@ - + - + @@ -446,7 +446,7 @@ - + @@ -466,7 +466,7 @@ - + @@ -486,7 +486,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -506,27 +526,27 @@ - - - - + + + + - - - - + + + - - + + + - + - + @@ -546,27 +566,7 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -586,7 +586,7 @@ - + @@ -606,7 +606,7 @@ - + @@ -626,7 +626,7 @@ - + @@ -646,7 +646,7 @@ - + @@ -666,7 +666,7 @@ - + @@ -686,7 +686,7 @@ - + @@ -706,7 +706,7 @@ - + @@ -726,7 +726,7 @@ - + @@ -746,7 +746,7 @@ - + @@ -773,7 +773,7 @@

Statistics

- + diff --git a/add-on-reports/lost-tb115-to-tb128.html b/add-on-reports/lost-tb115-to-tb128.html index 535483a..5064e53 100644 --- a/add-on-reports/lost-tb115-to-tb128.html +++ b/add-on-reports/lost-tb115-to-tb128.html @@ -49,7 +49,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -89,7 +89,7 @@ - + @@ -109,7 +109,7 @@ - + @@ -129,7 +129,7 @@ - + @@ -146,10 +146,10 @@ - + - + @@ -169,7 +169,7 @@ - + @@ -186,10 +186,10 @@ - + - + @@ -209,7 +209,7 @@ - + @@ -229,7 +229,7 @@ - + @@ -249,7 +249,7 @@ - + @@ -266,10 +266,10 @@ - + - + @@ -289,7 +289,7 @@ - + @@ -309,7 +309,7 @@ - + @@ -329,7 +329,7 @@ - + @@ -346,10 +346,10 @@ - + - + @@ -366,10 +366,10 @@ - + - + @@ -386,10 +386,10 @@ - + - + @@ -406,10 +406,10 @@ - + - + @@ -426,10 +426,10 @@ - + - + @@ -449,7 +449,7 @@ - + @@ -466,10 +466,10 @@ - + - + @@ -489,7 +489,7 @@ - + @@ -509,7 +509,7 @@ - + @@ -529,7 +529,7 @@ - + @@ -547,29 +547,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -585,11 +565,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -606,10 +606,10 @@ - + - + @@ -626,10 +626,10 @@ - + - + @@ -646,10 +646,10 @@ - + - + @@ -669,7 +669,7 @@ - + @@ -686,10 +686,10 @@ - + - + @@ -706,10 +706,10 @@ - + - + @@ -729,7 +729,7 @@ - + @@ -746,30 +746,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -786,10 +766,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -806,10 +806,10 @@ - + - + @@ -829,7 +829,7 @@ - + @@ -846,10 +846,10 @@ - + - + @@ -866,10 +866,10 @@ - + - + @@ -886,10 +886,10 @@ - + - + @@ -909,7 +909,7 @@ - + @@ -926,10 +926,10 @@ - + - + @@ -946,10 +946,10 @@ - + - + @@ -969,7 +969,7 @@ - + @@ -986,10 +986,10 @@ - + - + @@ -1006,10 +1006,10 @@ - + - + @@ -1026,10 +1026,10 @@ - + - + @@ -1046,10 +1046,10 @@ - + - + @@ -1066,10 +1066,10 @@ - + - + @@ -1086,10 +1086,10 @@ - + - + @@ -1109,7 +1109,7 @@ - + @@ -1129,7 +1129,7 @@ - + @@ -1146,10 +1146,10 @@ - + - + @@ -1166,10 +1166,10 @@ - + - + @@ -1186,7 +1186,7 @@ - + @@ -1206,7 +1206,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -1226,27 +1246,7 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1266,7 +1266,7 @@ - + diff --git a/add-on-reports/lost-tb60-to-tb68.html b/add-on-reports/lost-tb60-to-tb68.html index 38b3ba8..6d578fd 100644 --- a/add-on-reports/lost-tb60-to-tb68.html +++ b/add-on-reports/lost-tb60-to-tb68.html @@ -46,10 +46,10 @@ - + - + @@ -69,7 +69,7 @@ - + @@ -86,10 +86,10 @@ - + - + @@ -106,10 +106,10 @@ - + - + @@ -126,10 +126,10 @@ - + - + @@ -149,7 +149,7 @@ - + @@ -169,7 +169,7 @@ - + @@ -186,10 +186,10 @@ - + - + @@ -206,10 +206,10 @@ - + - + @@ -226,10 +226,10 @@ - + - + @@ -246,10 +246,10 @@ - + - + @@ -269,7 +269,7 @@ - + @@ -286,10 +286,10 @@ - + - + @@ -306,10 +306,10 @@ - + - + @@ -326,10 +326,10 @@ - + - + @@ -346,10 +346,10 @@ - + - + @@ -366,50 +366,50 @@ - - - - - + + + + + - - - + + + - + - - - - - + + + + + - - - + + + - + - + - + @@ -426,10 +426,10 @@ - + - + @@ -446,30 +446,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -486,30 +466,30 @@ - - - - - + + + + + - - - + + + - + - + @@ -526,10 +506,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -549,7 +549,7 @@ - + @@ -566,30 +566,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -606,10 +586,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -626,10 +626,10 @@ - + - + @@ -646,10 +646,10 @@ - + - + @@ -666,10 +666,10 @@ - + - + @@ -686,30 +686,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -726,10 +706,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -746,10 +746,10 @@ - + - + @@ -766,10 +766,10 @@ - + - + @@ -786,50 +786,50 @@ - - - - - + + + + + - - - + + + - + - - - - - + + + + + - - - + + + - + - + - + @@ -846,10 +846,10 @@ - + - + @@ -866,10 +866,10 @@ - + - + @@ -889,7 +889,7 @@ - + @@ -909,7 +909,7 @@ - + @@ -926,10 +926,10 @@ - + - + @@ -946,10 +946,10 @@ - + - + @@ -966,50 +966,50 @@ - - - - - + + + + + - - - + + + - + - - - - - + + + + + - - - + + + - + - + - + @@ -1026,10 +1026,10 @@ - + - + @@ -1046,10 +1046,10 @@ - + - + @@ -1066,10 +1066,10 @@ - + - + @@ -1086,10 +1086,10 @@ - + - + @@ -1106,10 +1106,10 @@ - + - + @@ -1126,10 +1126,10 @@ - + - + @@ -1146,50 +1146,50 @@ - - - + + + - + - - - + + + - - - - - + + + + + - - - + + + - + - + @@ -1209,7 +1209,7 @@ - + @@ -1229,7 +1229,7 @@ - + @@ -1247,9 +1247,29 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -1266,10 +1286,10 @@ - + - + @@ -1286,19 +1306,19 @@ - - - - - + + + + + - - + + @@ -1306,30 +1326,30 @@ - - - + + + - + - - - + + + - + - + - + @@ -1346,30 +1366,10 @@ - - - - - - - - - - - - - - - - - - - - - + - + @@ -1386,7 +1386,7 @@ - + @@ -1406,10 +1406,10 @@ - + - + @@ -1426,10 +1426,10 @@ - + - + @@ -1445,31 +1445,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1487,29 +1467,29 @@ - - - - + + + + - - - + + + - + - + @@ -1526,10 +1506,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -1546,10 +1546,10 @@ - + - + @@ -1566,90 +1566,90 @@ - - - - - + + + + + - - - + + + - - - + + + - + - - - + + + - - - + + + - + - - - + + + - - - - - + + + + + - - - + + + - + - + @@ -1666,10 +1666,10 @@ - + - + @@ -1686,10 +1686,10 @@ - + - + @@ -1706,7 +1706,7 @@ - + @@ -1726,10 +1726,10 @@ - + - + @@ -1746,10 +1746,10 @@ - + - + @@ -1766,107 +1766,107 @@ - - - - - + + + + + - - - + + + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - - - - - + + + + + - - - + + + - - - - - + + + + + - - - + + + - + - + @@ -1886,7 +1886,7 @@ - + @@ -1906,7 +1906,7 @@ - + @@ -1926,7 +1926,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -1946,7 +1966,7 @@ - + @@ -1966,7 +1986,7 @@ - + @@ -1986,27 +2006,7 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -2026,7 +2026,7 @@ - + @@ -2046,7 +2046,7 @@ - + @@ -2066,7 +2066,7 @@ - + @@ -2086,7 +2086,7 @@ - + @@ -2106,7 +2106,7 @@ - + @@ -2126,7 +2126,7 @@ - + @@ -2146,7 +2146,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -2166,7 +2186,7 @@ - + @@ -2186,7 +2206,7 @@ - + @@ -2206,7 +2226,7 @@ - + @@ -2226,7 +2246,7 @@ - + @@ -2246,7 +2266,7 @@ - + @@ -2266,7 +2286,7 @@ - + @@ -2286,7 +2306,7 @@ - + @@ -2306,7 +2326,7 @@ - + @@ -2325,26 +2345,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -2366,7 +2366,7 @@ - + @@ -2386,7 +2386,7 @@ - + @@ -2406,7 +2406,7 @@ - + @@ -2426,7 +2426,7 @@ - + @@ -2446,7 +2446,7 @@ - + @@ -2466,7 +2466,7 @@ - + diff --git a/add-on-reports/lost-tb68-to-tb78.html b/add-on-reports/lost-tb68-to-tb78.html index d77fdd2..389d60e 100644 --- a/add-on-reports/lost-tb68-to-tb78.html +++ b/add-on-reports/lost-tb68-to-tb78.html @@ -49,7 +49,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -86,10 +86,10 @@ - + - + @@ -109,7 +109,7 @@ - + @@ -126,10 +126,10 @@ - + - + @@ -146,10 +146,10 @@ - + - + @@ -166,40 +166,40 @@ - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + @@ -209,7 +209,7 @@ - + @@ -226,10 +226,10 @@ - + - + @@ -246,10 +246,10 @@ - + - + @@ -269,7 +269,7 @@ - + @@ -286,10 +286,10 @@ - + - + @@ -309,7 +309,7 @@ - + @@ -326,10 +326,10 @@ - + - + @@ -346,10 +346,10 @@ - + - + @@ -366,10 +366,10 @@ - + - + @@ -386,10 +386,10 @@ - + - + @@ -409,7 +409,7 @@ - + @@ -426,10 +426,10 @@ - + - + @@ -449,7 +449,7 @@ - + @@ -466,10 +466,10 @@ - + - + @@ -486,10 +486,10 @@ - + - + @@ -506,10 +506,10 @@ - + - + @@ -529,7 +529,7 @@ - + @@ -546,10 +546,10 @@ - + - + @@ -566,10 +566,10 @@ - + - + @@ -589,7 +589,7 @@ - + @@ -609,7 +609,7 @@ - + @@ -629,7 +629,7 @@ - + @@ -646,10 +646,10 @@ - + - + @@ -666,10 +666,10 @@ - + - + @@ -686,10 +686,10 @@ - + - + @@ -706,10 +706,10 @@ - + - + @@ -727,19 +727,19 @@ - - - - - + + + + + - - - + + + @@ -747,29 +747,29 @@ - - - - - + + + + + - - - + + + - + - + @@ -786,10 +786,10 @@ - + - + @@ -805,31 +805,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -845,11 +825,31 @@ + + + + + + + + + + + + + + + + + + + + - + @@ -866,10 +866,10 @@ - + - + @@ -886,10 +886,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -909,7 +929,7 @@ - + @@ -927,29 +947,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -966,10 +966,10 @@ - + - + @@ -986,19 +986,19 @@ - - - - - - + + + + + - - + + + @@ -1007,18 +1007,18 @@ - - - - - + + + + + - - + + @@ -1026,10 +1026,10 @@ - + - + @@ -1046,10 +1046,10 @@ - + - + @@ -1066,10 +1066,10 @@ - + - + @@ -1086,10 +1086,10 @@ - + - + @@ -1106,10 +1106,10 @@ - + - + @@ -1126,10 +1126,10 @@ - + - + @@ -1146,10 +1146,10 @@ - + - + @@ -1166,10 +1166,10 @@ - + - + @@ -1186,10 +1186,10 @@ - + - + @@ -1206,10 +1206,10 @@ - + - + @@ -1226,10 +1226,10 @@ - + - + @@ -1246,7 +1246,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -1266,50 +1286,50 @@ - - - - - - + + + + + + - - + + - + - - - + + + - - + + - - - + + + - + - + - + @@ -1325,31 +1345,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1367,29 +1367,29 @@ - - - - - + + + + + - - + + - - + + - + - + @@ -1406,30 +1406,30 @@ - - - - - - + + + + + + - - + + - - + + - + - + @@ -1446,10 +1446,10 @@ - + - + @@ -1466,10 +1466,10 @@ - + - + @@ -1487,18 +1487,18 @@ - - - - - + + + + + - - + + @@ -1507,18 +1507,18 @@ - - - - - + + + + + - - + + @@ -1529,7 +1529,7 @@ - + @@ -1546,10 +1546,10 @@ - + - + @@ -1566,10 +1566,10 @@ - + - + @@ -1586,7 +1586,7 @@ - + @@ -1606,7 +1606,7 @@ - + @@ -1626,7 +1626,7 @@ - + @@ -1646,7 +1646,7 @@ - + @@ -1666,7 +1666,7 @@ - + @@ -1686,10 +1686,10 @@ - + - + @@ -1706,10 +1706,10 @@ - + - + @@ -1726,7 +1726,7 @@ - + @@ -1746,7 +1746,7 @@ - + @@ -1766,7 +1766,7 @@ - + @@ -1786,87 +1786,87 @@ - - - - - - + + + + + + - - + + - - + + - - - + + + - - + - - - + + + + - + - - - + + + - - + - - - - - + + + + + + - - - - - - + + + + + + - - + + - - + + - + @@ -1886,7 +1886,7 @@ - + @@ -1906,7 +1906,7 @@ - + @@ -1926,7 +1926,7 @@ - + @@ -1946,7 +1946,7 @@ - + @@ -1966,7 +1966,7 @@ - + diff --git a/add-on-reports/lost-tb78-to-tb91.html b/add-on-reports/lost-tb78-to-tb91.html index d6827ba..eae03fc 100644 --- a/add-on-reports/lost-tb78-to-tb91.html +++ b/add-on-reports/lost-tb78-to-tb91.html @@ -46,10 +46,10 @@ - + - + @@ -69,7 +69,7 @@ - + @@ -86,10 +86,10 @@ - + - + @@ -106,10 +106,10 @@ - + - + @@ -126,10 +126,10 @@ - + - + @@ -146,10 +146,10 @@ - + - + @@ -166,19 +166,19 @@ - + - + - - - - - + + + + + @@ -186,10 +186,10 @@ - + - + @@ -209,7 +209,7 @@ - + @@ -226,47 +226,47 @@ - - - - - - - + + + + + + + - - + + - - + + - - - - - - + + + + + + - - + + - - + + - + @@ -286,7 +286,7 @@ - + @@ -306,7 +306,7 @@ - + @@ -326,7 +326,7 @@ - + diff --git a/add-on-reports/lost-tb91-to-tb102.html b/add-on-reports/lost-tb91-to-tb102.html index 9150329..990f6b7 100644 --- a/add-on-reports/lost-tb91-to-tb102.html +++ b/add-on-reports/lost-tb91-to-tb102.html @@ -46,10 +46,10 @@ - + - + @@ -66,10 +66,10 @@ - + - + @@ -86,7 +86,7 @@ - + @@ -106,7 +106,7 @@ - + @@ -126,7 +126,7 @@ - + @@ -146,7 +146,7 @@ - + @@ -166,7 +166,7 @@ - + diff --git a/add-on-reports/max-atn-value-raised-above-max-xpi-value.html b/add-on-reports/max-atn-value-raised-above-max-xpi-value.html index 9c54d67..c1e1d21 100644 --- a/add-on-reports/max-atn-value-raised-above-max-xpi-value.html +++ b/add-on-reports/max-atn-value-raised-above-max-xpi-value.html @@ -49,7 +49,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -86,10 +86,10 @@ - + - + @@ -109,7 +109,7 @@ - + @@ -129,7 +129,7 @@ - + @@ -146,10 +146,10 @@ - + - + @@ -166,10 +166,10 @@ - + - + @@ -189,7 +189,7 @@ - + @@ -206,10 +206,10 @@ - + - + @@ -227,29 +227,9 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -266,10 +246,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -286,10 +286,10 @@ - + - + @@ -306,10 +306,10 @@ - + - + @@ -326,10 +326,10 @@ - + - + @@ -349,7 +349,7 @@ - + @@ -366,10 +366,10 @@ - + - + @@ -386,10 +386,10 @@ - + - + @@ -406,10 +406,10 @@ - + - + @@ -429,7 +429,7 @@ - + @@ -446,10 +446,10 @@ - + - + @@ -469,7 +469,7 @@ - + @@ -489,7 +489,7 @@ - + @@ -506,10 +506,10 @@ - + - + @@ -526,10 +526,10 @@ - + - + @@ -546,10 +546,10 @@ - + - + @@ -565,31 +565,11 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -606,10 +586,30 @@ - + + + + + + + + + + + + + + + + + + + + + - + @@ -626,10 +626,10 @@ - + - + @@ -646,10 +646,10 @@ - + - + @@ -669,7 +669,7 @@ - + @@ -686,10 +686,10 @@ - + - + @@ -706,10 +706,10 @@ - + - + @@ -726,10 +726,10 @@ - + - + @@ -746,10 +746,10 @@ - + - + @@ -766,10 +766,10 @@ - + - + @@ -786,10 +786,10 @@ - + - + @@ -806,10 +806,10 @@ - + - + @@ -829,7 +829,7 @@ - + @@ -846,10 +846,10 @@ - + - + @@ -866,10 +866,10 @@ - + - + @@ -886,10 +886,10 @@ - + - + @@ -906,10 +906,10 @@ - + - + @@ -926,10 +926,10 @@ - + - + @@ -946,10 +946,10 @@ - + - + @@ -966,10 +966,10 @@ - + - + @@ -986,10 +986,10 @@ - + - + @@ -1006,10 +1006,10 @@ - + - + @@ -1026,10 +1026,10 @@ - + - + @@ -1046,10 +1046,10 @@ - + - + @@ -1066,10 +1066,10 @@ - + - + @@ -1086,10 +1086,10 @@ - + - + @@ -1106,10 +1106,10 @@ - + - + @@ -1126,7 +1126,7 @@ - + @@ -1146,7 +1146,7 @@ - + @@ -1166,7 +1166,7 @@ - + diff --git a/add-on-reports/max-atn-value-reduced-below-max-xpi-value.html b/add-on-reports/max-atn-value-reduced-below-max-xpi-value.html index 271315c..d78cdf8 100644 --- a/add-on-reports/max-atn-value-reduced-below-max-xpi-value.html +++ b/add-on-reports/max-atn-value-reduced-below-max-xpi-value.html @@ -49,7 +49,7 @@ - + @@ -66,10 +66,10 @@ - + - + @@ -89,7 +89,7 @@ - + @@ -106,10 +106,10 @@ - + - + @@ -122,14 +122,14 @@ - + - + - + @@ -149,7 +149,7 @@ - + @@ -166,10 +166,10 @@ - + - + @@ -186,10 +186,10 @@ - + - + @@ -206,7 +206,7 @@ - + @@ -226,7 +226,7 @@ - + @@ -246,7 +246,7 @@ - + @@ -266,7 +266,7 @@ - + @@ -292,6 +292,7 @@

Statistics

+
323
324
86
5
1
1 986686 ImportExportTools NG232090244524 4.1.0

10.0.4

10.0.4

2 4631 Provider for Google Calendar177396185146 4.4.2

68.2.1

78.0.2

3 711780 LookOut (fix version)155499167069 1.3.04

2.0.4

3.0.6

4 640 Quicktext116170124421 1.5

2.15

3.6

5 195275 Send Later95261100064 6.5.0

7.4.4

8.9.8

6 4654 Remove Duplicate Messages8898993288 0.4.1

0.5.2.2

0.5.2.2

7 773590 TbSync6895872339 1.7.0.2

2.12

2.22

8 634298 CardBook6458967307 38.0

46.6

62.8

9 47144 Mail Merge6208665568 5.6.0

6.1.0

7.4.0

11 611 Signature Switch4979152308 1.7.1

1.8.2

2.15.3
12 986436 FileLink Provider for Dropbox4837050422 4
7
7
13 986258 Provider for CalDAV & CardDAV4400346264 0.15.0.2

1.12

1.24

14 986325 Owl for Exchange4243744338 0.7.1.3

0.7.8.2

0.7.9.4

15 986643 FileLink provider for WebDAV4038342361 2

3

3

18 987716 Minimize on Close3623237774 2.0.1.4

2.0.1.4

20 986338 Provider for Exchange ActiveSync3074032278 0.12

1.14

1.20

21 987761 *cloud - FileLink for Nextcloud and ow3054431989 3.15.0
3.15.0
22 386321 Lightning Calendar Tabs2701728225 2.2

2.3

2.5

23 54035 Thunderbird Conversations2489326066 2.14.7

3.1.24

3.2.35

24 987840 PrintingTools NG2422825681 2.0.61

2.0.61

25708783Emoji234291.6.1

1.68.4

1.78.7

1.91.8

1.102.10
1.102.10
1.102.10
2022-10-211.102.10
102.0**
26 2533 Addressbooks Synchronizer2296624686 1.2.2

2.0.1

4.14

26708783Emoji243551.6.1

1.68.4

1.78.7

1.91.8

1.102.10
1.102.10
1.102.10
2022-10-211.102.10
102.0**
27 477467 AutoarchiveReloaded2159322778 0.9.9.6.2

1.0.0.7
1.0.0.7
28986386Open Google Calendar210291.5
1.6
1.6
1.6
1.6
1.6
1.6
2020-12-131.6
68.0**
29 487108 FlexConfirmMail2063122776 1.17.1

2.2.4

4.1.7.1
3064758XNote++194582.2.14

2.3.1

3.1.7

3.5.16

3.5.16

4.1.12

2024-01-094.1.12

115.0115.*119.*29986386Open Google Calendar221021.5
1.6
1.6
1.6
1.6
1.6
1.6
2020-12-131.6
68.0**
3130 5582 Confirm-Address1932120992 1.3.2

1.3.5

1.3.8
3231 2281 Check and Send1921720742 1.0.20b1

1.1.1

2.1.5
3264758XNote++204452.2.14

2.3.1

3.1.7

3.5.16

3.5.16

4.1.12

2024-01-094.1.12

115.0115.*119.*
33 438634 DKIM Verifier1733117913 2.2.0

3.1.0

4.1.1

34988127Addon Compatibility Check for TB 102/T155361.9.10
1.9.10
1.9.10
1.9.10
1.9.10
1.9.10
2024-07-131.9.10
68.0**
35 4970 Tag Toolbar / Tag Popup1535616268 0.9.12

1.0.2

2.1.5

35988127Addon Compatibility Check for TB 102/T161391.9.10
1.9.10
1.9.10
1.9.10
1.9.10
1.9.10
2024-07-131.9.10
68.0**
36 13564 CompactHeader1516715726 2.1.6

3.0.0beta5

37 217293 Signal Spam1510515269 2.2.3

3.1.2

4.1.6

38 10052 FiltaQuilla1452914946 1.5

2.1.2

3.4

39 8451 gContactSync
Thunderbird native CardDAV support
Google-4-TbSync
CardBook
1433214885 2.1.13

3.1.7

40 3254 QuickFolders (Tabbed Folders)1400014551 4.22.3

4.22.3

5.9.1

41372870quickFilters139054.5

4.5

5.7.1

5.9.4

5.9.4

6.5.1

6.5.1

2024-07-166.5.1

112.0128.*128.*
42 15102 Manually sort folders1370714346 1.2.1

2.3.0

2.3.0

42372870quickFilters143114.5

4.5

5.7.1

5.9.4

5.9.4

6.5.1

6.5.1

2024-07-166.5.1

112.0128.*128.*
44 11005 Shrunked Image Resizer1283613252 4.4.8

4.5.5

5.0.2

45 986685 Phoenity Icons1264113175 2.9

3.4

46 986635 FileLink Provider for Box1239312928 4
5
47 90003 LocalFolders1221612811 2.0.2

3.0.1

3.0.1

48 605874 ReplyWithHeader1077211358 2.1.0

2.2.1

2.3.0

5049695913List Addons in Windows' Programs109091.2

2.1
2.1
2.1
2.1
2.1
2.1
2023-12-262.1
68.0**
51 987719 Display Mail User Agent T1016810584 1.8.10.6

1.8.14.64

2.2.3

5152 1556 Allow HTML Temp1003910394 5.4.3

5.7.8

6.3.8

52695913List Addons in Windows' Programs98291.2

2.1
2.1
2.1
2.1
2.1
2.1
2023-12-262.1
68.0**
53 987908 DeepL翻訳95419968 1.6.2

1.6.2

56 987708 Auto Address Cleaner T89969494 1.0.8

1.0.8

1.1
57 987798 MyPhoneExplorer87868951 2.0.25

4.0

58 987780 Google Calendar Tab84368739 0.2
0.2
60 1279 Xpunge78278099 0.7.1

1.0.0

2.1.1

61 330066 Edit Email Subject (EES)76207929 2.1.1

3.2

4.3

65 986372 BorderColors D71537478 1.1.1

1.4.0

2023.8.1
66 472193 CategoryManager70917467 2.09

3.11

4.4

6867 12018 Quick Folder Move65586862 1.6.1

1.7.1

1.9.0

69 742199 Attach from Clipboard58366037 1.1.0

1.3.68

1.78.1

70 56935 Identity Chooser58106006 1.9.7

1.9.9

2.2

71 809689 Grammalecte [fr] (for Thunderbird)57025903 1.5.0

1.9.2

2.1.1
73 987906 Full Address Column50425282 1.0.4

1.0.4

76 324497 SmartTemplates48055080 2.16

2.16

3.15.1

78 987900 QNote46945020 0.12.5

0.12.5

79 244848 ExQuilla for Exchange46294818 68.1.1


78.1

78.1

84 71 Enigmail
Thunderbird native OpenPGP support
42524444 2.0.12

2.1.9

2.2.4.2

85 646888 Dictionary for recipient42394429 1.0.3

2.0.5

2.3.1

8612802Phoenity Buttons41832.7

3.8

4.2

4.3

4.3

5.1

5.1

2023-06-175.1

115.0116.*129.0
87 881 Display Quota40964352 0.3.8

0.4.2

88747286Google Keep Tab40710.10.3

0.10.4

0.10.8
0.10.8
0.10.8
0.10.8
0.10.8
2021-03-230.10.8
78.0**8712802Phoenity Buttons43372.7

3.8

4.2

4.3

4.3

5.1

5.1

2023-06-175.1

115.0116.*129.0
8988 987892 Quote Colors & Collapse40504256 1.0.5

2.0.10

9011646No Message Pane Sort37991.4

1.5

2.0.2

2.0.2

2.0.2

3.0.2

3.0.2

2023-07-213.0.2

115.0116.*128.*89747286Google Keep Tab42410.10.3

0.10.4

0.10.8
0.10.8
0.10.8
0.10.8
0.10.8
2021-03-230.10.8
78.0**
9190 987885 tbkeys-lite37863947 2.2.4

2.2.4

9111646No Message Pane Sort39261.4

1.5

2.0.2

2.0.2

2.0.2

3.0.2

3.0.2

2023-07-213.0.2

115.0116.*128.*
93 59195 G-Hub Lite36373808 6.0.0

7.1.0
7.1.0
94 986477 Colored Folders36123785 1.2.5.2

1.3.5

9697987801FileLink for Plik36071.2.2
1.2.2
1.2.2
1.2.2
1.2.2
1.2.2
2021-01-231.2.2
68.2.1**
98 116388 Automatic Dictionary34643603 1.11.0

1.12.0

3.0.1

98987801FileLink for Plik34279914385Account Colors353711.1

13.5

1.2.2
1.2.2
1.2.2
1.2.2
1.2.2
1.2.2
2021-01-231.2.2
68.2.12020-02-1013.5

68.0 *73.0
1005602Blinking Alert35301.2.0

1.3.1

2020-01-061.3.1

68.0 *73.0
99101 987740 Nostalgy++/ Manage, search and archive33843519 1.0.15

3.4.2

10014385Account Colors338211.1

13.5

2020-02-1013.5

68.0*73.0
101102 6533 ThreadVis33183506 2.3.2

3.0.1

3.1.1

102103 331319 Folder Pane View Switcher33103417 2.0.2

4.0.2

4.0.2

1035602Blinking Alert32781.2.0

1.3.1

104988333WhatsApp Web in Thunderbird3408 2020-01-061.3.1

1.4.2
1.4.2
1.4.2
1.4.2
1.4.2
1.4.2
2023-11-101.4.2
68.0 *73.0*
104105 1898 FolderFlags32673376 1.2.6

1.6.0

1.6.0

105988333WhatsApp Web in Thunderbird32581.4.2
1.4.2
1.4.2
1.4.2
1.4.2
1.4.2
2023-11-101.4.2
68.0**
106728297Thunderbook31920.9

0.10

2020-03-140.10

68.3.0*73.0
107 986682 Disable DragAndDrop (New)31883362 5.3.0

5.3.0

108107 91129 LightningButton
Native calendar toolbar icons
31363265 1.5.7

1.6.1.1

109108 46207 mailmindr30723212 0.9.1

0.9.4

1.5.0

109728297Thunderbook32050.9

0.10

2020-03-140.10

68.3.0*73.0
110 811161 WarnAttachment28593040 0.11

2.13

2.13

111 1191 ReminderFox27942922 2.1.6.10

2.1.6.10

114550Mail Redirect26800.10.9

0.10.9

2020-07-040.10.9

6.0*70.*
115 986692 Profile Switcher25722677 2.4

2.6

115116 987775 Search Button25302649 1.0.1

2.3.2

116550Mail Redirect25180.10.9

0.10.9

2020-07-040.10.9

6.0*70.*
120121 287743 MailHops22792339 3.2.0

3.8.1

4.3.3

122 987764 Header Tools Improved22382320 2.3

3.7

124123 505906 IMAP Quota (Free Space)21332278 1.2

2.0

125 14384 Calendar Tweaks21302212 7.1

8.3

126 11727 ReFwdFormatter20622178 1.65.1

2.68.0

2.78.0

128127 438960 Hide Local Folders
↳ Thunderbird Supernova native support
20372165 1.05

2.1

129 986300 URL Link20202085 2.05

3.5.2

3.5.2

130 2874 Folder Account19702051 7.0

9.0

10.0

131 988195 Filter Manager19251999 1.0

1.0

133132 769143 Lightning Invitation Notifier | LIN18291923 1.4

2.1b

128.0

134 310 BiDi Mail UI18191854 0.10

0.13

0.13

135 987932 StandardTexter17531843 0.61

1.1.0
136 987833 GCalTab16951760 3.1.0
3.1.0
1372610Mailbox Alert16480.23.1

0.24

0.27

0.29.1

0.30

2022-07-030.30

102.0102.*102.*
138 2561 Copy Sent to Current16381705 1.2.4

2.0.3

3.27

1382610Mailbox Alert16980.23.1

0.24

0.27

0.29.1

0.30

2022-07-030.30

102.0102.*102.*
139 987800 Copy Address15851660 0.0.1
0.0.1
140 987865 Previous Colors15191599 1.2

1.2

141988057KeepRunning15162.2

2.2

2.2

2.2

2.2

2.2

2021-02-232.2

68.0**
142 987689 changeQuote14891562 1.4

1.5.3

147143988057KeepRunning15612.2

2.2

2.2

2.2

2.2

2.2

2021-02-232.2

68.0**
146 986323 ConfirmBeforeDelete14291493 0.3.8

1.3

1.5.5

148 987706 G Suite in tab13971469 0.2.0

1.0.1
149987784Config Button13891.4

1.7

1.8

1.8

2.1

2.1

2024-04-222.1

111.0127.*129.*
151150 705889 TORPEDO - TOoltip-poweRed Phishing Ema13631430 3.2.2
3.2.2
3.2.2
151987784Config Button14271.4

1.7

1.8

1.8

2.1

2.1

2024-04-222.1

111.0127.*129.*
152 318146 Add Signature13301386 0.4.3

0.4.4

154 2299 ThreadKey12931347 1.4

2.5

2.5

155987651Night and Day Dynamic12741.1
1.1
1.1
1.1
1.1
1.1
1.1
2019-07-271.1
60.0**
156 986632 SPAMBEE12731329 2.2.4

3.2.1

156987651Night and Day Dynamic13161.1
1.1
1.1
1.1
1.1
1.1
1.1
2019-07-271.1
60.0**
157 987787 Restart Button12721302 1.3

1.3

159161924Show Address Only12400.1.9

0.2.0

2019-09-190.2.0

68.0*77.0
161158 987844 InsertSignature12331294 0.4.5
0.4.5
162161161924Show Address Only12870.1.9

0.2.0

2019-09-190.2.0

68.0*77.0
163 360086 Toggle Headers12261259 1.0

2.0

3.0

170 987808 quicker quicksearch10771125 2.6
2.6
171172 941901 Duplicate Contacts Manager10771115 1.1

2.1.1

172173 988098 Thunderbird Todoist10601107 0.6
0.6
173331666QuickArchiver10410.2.4

0.2.5

0.2.11

0.2.11

0.2.11

2.2.0
2023-11-032.2.0
115.0115.*115.*
175174 347 QuoteCollapse
Quote Colors & Collapse
10361084 1.1.1

2.0

175331666QuickArchiver10760.2.4

0.2.5

0.2.11

0.2.11

0.2.11

2.2.0
2023-11-032.2.0
115.0115.*115.*
176 612 NestedQuote Remover10121039 0.8.14

0.9.2

1.4.0
178177 265079 Search Results Sort By Date Not Releva9961038 1.17

1.18

180 987987 Toggle HTML9761009 1.4

1.4

181 2487 Nostalgy
Manage and archive emails/Nostalgy++
9631008 0.2.36

0.3

1832152ConfirmFolderMove9701.2.0

1.3.0

2020-01-291.3.0

68.0*73.0
184 987858 Mark All Read:WE939966 1.1
1.1
184986334Open With9366.8.6

6.9.2

7.2.6
7.2.6
7.2.6
7.2.6
7.2.6
2021-08-287.2.6
78.5.0**185987729New Folder Filters Button
Filter on Folder Button
9661.5

3.3

3.3

3.4

3.4

2023-07-263.4

102.0115.*115.*
185186 676875 Rspamd-spamness932963 0.9.1

1.1.1

2.1.0a1

186987729New Folder Filters Button
Filter on Folder Button
9311.5

3.3

3.3

3.4

3.4

2023-07-263.4

102.0115.*115.*187986334Open With9586.8.6

6.9.2

7.2.6
7.2.6
7.2.6
7.2.6
7.2.6
2021-08-287.2.6
78.5.0**
187188 987746 FileLink Provider for OwnCloud and Nex913953 1.8
1.8
1882152ConfirmFolderMove9091.2.0

1.3.0

2020-01-291.3.0

68.0*73.0
189 781706 Keep in Taskbar891930 1.11

2.0

193 787632 Quick Folder Key Navigation857891 1.0.0.3

3.3.1

3.3.1

194 10149 New Tab Button855882 0.2.10b1

0.3.0

2.0.6

198200 3492 Show InOut786823 1.2.2

2.0.1

3.14

199987984Just Report It7701.3.0
1.3.0
2.3.0
2.3.0
3.1.1
3.1.1
2024-02-283.1.1
115.0**
200202 407832 Filter Button769795 1.2

1.2

204988068Read Aloud: A Text to Speech Voice Rea7251.71.0
1.71.0
1.71.0
1.71.0
1.71.0
1.71.0
1.71.0
2024-05-291.71.0
60.0203987984Just Report It7881.3.0
1.3.0
2.3.0
2.3.0
3.1.1
3.1.1
2024-02-283.1.1
115.0 * *
205207 987994 Telegram Web in Thunderbird721749 3.2.1
3.2.1
208988068Read Aloud: A Text to Speech Voice Rea7391.71.0
1.71.0
1.71.0
1.71.0
1.71.0
1.71.0
1.71.0
2024-05-291.71.0
60.0**
209 508826 EDS Calendar Integration704725 0.5.3

0.8.0

0.9.3

210211 714655 Layout Button689710 3.0
3.0
3.0
212 711456 TexTra683710 1.0.15

1.18.0
1.18.0
213 984085 Unmangle Microsoft ATP Safelinks673701 1.51

2.0.2

3.0.1
214215320395RemindIt6902.1a

3.0.68
3.0.68
3.0.68
3.0.68
3.0.68
3.0.68
2020-02-133.0.68
68.0**
216161820AlertSwitch6840.9.03

0.9.4

0.9.14

0.9.14

0.9.14

0.9.14

2023-09-140.9.14

78.0115.*115.*
217 161710 More Snooze664684 1.2.1

2.0.1

3.3.2

215218 451482 Paranoia662680 0.2.7

0.3.2

0.4.1
216320395RemindIt6592.1a

3.0.68
3.0.68
3.0.68
3.0.68
3.0.68
3.0.68
2020-02-133.0.68
68.0**
217219 324989 Mail Summaries653678 4.0

4.1

218161820AlertSwitch6500.9.03

0.9.4

0.9.14

0.9.14

0.9.14

0.9.14

2023-09-140.9.14

78.0115.*115.*
223225 987920 ProtonMail Encryption Status624635 1.0
1.0
225228 988289 keepassxc-mail599619 1.0.2.1

1.8

229231 2273 Mark All Read Button589609 0.7.2

0.8

234 5731 Folder Filters Button531550 1.4

2.0

235 4268 Colored Diffs515538 0.9

1.9

2.1.1
237987786DevTools Button5011.2

1.3

1.5

1.5

1.5

1.5

2024-04-221.5

91.0127.*129.*
240 2548 Sieve495524 0.3.1

0.6.1

0.6.1

242241 988064 Thematic486511 7.0.2
7.0.2
7.0.2
24249594SubSwitch5080.9.36

0.9.39

0.9.56

0.9.56

0.9.56

0.9.62

2023-09-200.9.62

115.0119.*119.*
245 987785 Toggle Message Pane479495 1.4

1.4

24649594SubSwitch4780.9.36

0.9.39

0.9.56

0.9.56

0.9.56

0.9.62

2023-09-200.9.62

115.0119.*119.*
247 987807 Add to Mailing list477492 1.0
1.0
1.1
250987705Open Tab4631.2
1.2
1.2
1.2
1.2
1.2
1.2
2022-05-271.2
60.0247467893Macro Template4882.1.1.1

3.3.0.0
3.3.0.0
3.3.0.0
3.3.0.0
3.3.0.0
2024-01-283.3.0.0
78.0 * *
251248 987821 OpenAttachmentByExtension461485 0.10.4

0.10.4

252467893Macro Template4602.1.1.1

3.3.0.0
3.3.0.0
3.3.0.0
3.3.0.0
3.3.0.0
2024-01-283.3.0.0
78.0251987705Open Tab4791.2
1.2
1.2
1.2
1.2
1.2
1.2
2022-05-271.2
60.0 * *
253252 987727 Monterail Full Dark 2 for TB>68454469 2.1

3.2.3

254253 348798 Evernote Tab448465 0.1.21

2.0.2
256254 476761 Windows Taskbar Unread Badge
↳ Native support for an unread badge
440461 1.2.20181207

2.0.0

3.0.1

265258987786DevTools Button4401.2

1.3

1.5

1.5

1.5

1.5

2024-04-221.5

91.0127.*129.*
262 596736 ThunderStats! Your Thunderbird Statist
ThirdStats
361381 1.4.5

1.4.5

267 987806 Weatherlicious351364 2.0
2.0
2.0
268271 55669 Get All Mail Button
Get All Mail Button for TB78++
349359 0.1

0.5

273274 367989 Rise of the Tools342351 1.1.1.0

1.2.0.2

2.0.0.2

277276 988228 cb_thunderlink334346 1.7.3

1.7.3

281284 987857 Preferences Button320327 1.2

1.2

285286 986610 userChromeJS309318 0.0.3

1.0

1.0

287805362Copy Message ID3161.0.1

1.3.2
1.3.2
1.3.2
1.3.2
1.3.2
1.3.2
2020-10-101.3.2
68.7.0**
288 445196 Menu On Top (SuperMenu Avatar)306315 1.15

1.16

290805362Copy Message ID2991.0.1

1.3.2
1.3.2
1.3.2
1.3.2
1.3.2
1.3.2
2020-10-101.3.2
68.7.0292987701M-Hub Lite3092.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2019-10-032.0.0
68.0a1 * *
291690062Sender Frequency2991.2.1

2.0.5

2.0.5

2.0.5

2.0.5

3.0.1

3.1.0

2024-07-073.1.0

128.0128.*128.*
292293 746354 New Email To All:reply, ready for new 296307 1.2.0

2.1
294987701M-Hub Lite2942.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2019-10-032.0.0
68.0a1**690062Sender Frequency3061.2.1

2.0.5

2.0.5

2.0.5

2.0.5

3.0.1

3.1.0

2024-07-073.1.0

128.0128.*128.*
301 559954 Tidybird277290 1.3.1

2.1

3.2.1

303987859Pywalfox2742.0.11
2.0.11
2.0.11
2.0.11
2.0.11
2.0.11
2.0.11
2023-01-242.0.11
60.0**
304 844927 ToggleReplied273284 0.5.3

1.0.5

305987859Pywalfox2832.0.11
2.0.11
2.0.11
2.0.11
2.0.11
2.0.11
2.0.11
2023-01-242.0.11
60.0**
306 402704 Encrypt if possible270283 2.0.3

2.1.1

309313 986522 PopMailListRecipients 2267272 1.1

2.3
315 988540 ThunderWebTabs257269 0.4.0
0.4.0
320321 987738 Move messages250260 1.10
1.10
324986523Hide Email Folders2451.0

2.0

3.0.0

4.0.0

5.0.0

7.0.0

7.0.0

2024-07-157.0.0

115.0128.*128.*
326323 658700 Lightning Colors Reminder242255 1.2

1.3.0

328326986523Hide Email Folders2511.0

2.0

3.0.0

4.0.0

5.0.0

7.0.0

7.0.0

2024-07-157.0.0

115.0128.*128.*
327 988197 TabControl238245 0.3.0
0.3.0
331 987860 Empty Folder230238 1.4
1.4
334335 986534 Use BCC Instead C218225 3.5.3

336338 14896 Message Archive Options216223 5.1.0

5.1.0

340 987726 Monterail Dark 2 for TB>68210219 2.1

3.2.1

348346 986415 stripImages203212 1.0.9
1.0.9
354353986279Confirm-Address22031.3.9

1.3.11

2019-11-061.3.11

68.0*73.0
355 988356 Auto Mark As Read192197 1.0.10
1.0.10
1.0.10
355986279Confirm-Address21891.3.9

1.3.11

356728162Checkbox Column1941.3.0

1.4.68

2019-11-061.3.11

2019-10-091.4.68

68.0 * 73.0
356357 314745 ThunderLink189194 1.2.11

1.2.11

357728162Checkbox Column1881.3.0

1.4.68

2019-10-091.4.68

68.0*73.0
361359 656526 PathExplorer176192 1.0.2

1.0.3

362360 262821 Opacus SugarCRM/SuiteCRM Thunderbird E176190 1.6.6

1.6.8

363415184iOS IMAP Notes1750.1.2

0.1.4

988070OpenFolder182 0.2.0

0.2.0

1.0.1
1.0.1
2023-09-291.0.1
115.01.1.0
1.1.0
1.1.0
1.1.0
1.1.0
1.1.0
2021-04-211.1.0
68.0 * *
364 335326 Show All Body Parts173181 1.3.1

1.3.6

366415184iOS IMAP Notes1790.1.2

0.1.4

0.2.0

0.2.0

1.0.1
1.0.1
2023-09-291.0.1
115.0**
368 745576 Logout169176 1.3

2.0

2.5

369988070OpenFolder1681.1.0
1.1.0
1.1.0
1.1.0
1.1.0
1.1.0
2021-04-211.1.0
68.0**
370372 1392 Maximize Message Pane167172 1.2.31

1.3.1

2.0.10

373 823247 attachment column in search result lis163170 1.0

3.0

380377 269954 TBDialOut155165 1.7.3

1.8.1

2.0.2

382381 405960 MRC Compose154162 1.9.1

2.0.5

384389 988085 Open Google Voice148151 1.0
1.0
389534258Received1450.2.3

1.0.0

2.6.0

2.6.0

2.6.0

2.6.0

2.6.0

2024-07-042.6.0

78.0128.*129.*391239632Subject Cleaner1502.0.0

2.0.0

2020-04-262.0.0

60.0*68.*
391392477355ColumnsWizard1497.0.0

7.0.0

2020-08-297.0.0

60.068.*68.*
393 987823 AutoBucket144148 1.0.13
1.2.0
394615980Toggle Quotes (Collapse Quotes)
Quote Colors & Collapse
1410.9

2.0

3.2

3.3

3.3

4.1

4.1

2023-06-184.1

111.0116.*534258Received1480.2.3

1.0.0

2.6.0

2.6.0

2.6.0

2.6.0

2.6.0

2024-07-042.6.0

78.0128.* 129.*
395477355ColumnsWizard1407.0.0

7.0.0

2020-08-297.0.0

60.068.*68.*
397 377160 IMAP Received Date138145 2.0.1

2.0.6

398327780Auto Select Latest Message1382.2.0

2.3.0b1

3.2.1

3.2.1

3.2.1

2022-07-183.2.1

70.0104.0104.0615980Toggle Quotes (Collapse Quotes)
Quote Colors & Collapse
1440.9

2.0

3.2

3.3

3.3

4.1

4.1

2023-06-184.1

111.0116.*129.*
399239632Subject Cleaner1382.0.0

2.0.0

2020-04-262.0.0

60.0*68.*
400 2162 Exit Button Thunderbird137142 0.7

0.8

401400327780Auto Select Latest Message1412.2.0

2.3.0b1

3.2.1

3.2.1

3.2.1

2022-07-183.2.1

70.0104.0104.0
403 987670 Remove Duplicates
Remove Duplicate Messages (alternative)
134140 1.8

3.3

408407 818175 One-by-One Forward130136 1.1.1

1.2.0

419421 986230 Mailing list filter122126 1.1.1

2.0.0

3.0.1

426424 372603 Enhanced Priority Display117122 1.8.2

3.0.3

3.0.3

42869999NoComposeAccount1151.4

1.5.4

2020-01-141.5.4

68.0988176Notebird1201.7.0.1
1.7.0.1
1.7.0.1
1.7.0.1
1.7.0.1
1.7.0.1
1.7.0.1
2023-11-111.7.0.1
60.0 *73.0*
430429 987702 Toggle Word Wrap114120 2.0

432988176Notebird1131.7.0.1
1.7.0.1
1.7.0.1
1.7.0.1
1.7.0.1
1.7.0.1
1.7.0.1
2023-11-111.7.0.1
60.0**
433987722ShowFolderSize-T1130.2.9.2

43069999NoComposeAccount1201.4

1.5.4

2019-11-140.2.9.2

2020-01-141.5.4

68.0 *73.*73.0
434432 988698 Thunderbird Email 2 CSV Exporter112118 3.0
3.0
3.0
435987722ShowFolderSize-T1170.2.9.2

2019-11-140.2.9.2

68.0*73.*
436 987869 Next Unread Thread (Mark All Read)111115 1.1

1.1

437438 987868 Next Unread Group (Mark All Read)111114 1.1

1.1

438439 650068 Todo.txt109114 1.0.1

2.0.1

442444 987838 Sender Domain107111 0.0.2

0.0.2

443449 987773 DeepDark for Thunderbird107110 13.1.10

4484504454Priority Switcher1090.7.10b1

0.8.1

2.0.3

2.0.6

2.0.6

2023-02-182.0.6

91.0102.*102.*
451 57534 Delete Trash Button106108 0.3

0.4

449452 987907 Mark GMail Read104107 2.0.1

3.0.1

4.0.0
4.0.0
4.0.0
2022-11-074.0.0
4.1.0
4.1.0
4.1.0
2024-07-194.1.0
102.0 * *
453454 471588 Menu Filter103106 21

25

4544454Priority Switcher1020.7.10b1

0.8.1

2.0.3

2.0.6

2.0.6

2023-02-182.0.6

91.0102.*102.*461988677Tag Sync for TB991.2.9
1.2.9
1.2.9
1.2.9
1.2.9
1.2.9
1.2.9
2024-02-261.2.9
60.0**
459462 847125 Stop Ignoring Reply:To9799 1.3

1.4

462464 219725 AutoSlide9498 0.0.14

0.0.18beta1

0.0.19beta5

463988677Tag Sync for TB931.2.9
1.2.9
1.2.9
1.2.9
1.2.9
1.2.9
1.2.9
2024-02-261.2.9
60.0**
466 546538 Single Domain9295 2.5

3.3.1

4.3
469470 852623 Remote Content By Folder9092 1.0.1

1.0.10

2.0.1

471586552Toggle Folderpane View912.0.3

2.0.3

2020-05-012.0.3

60.0*73.0
473 986572 Flat Folder Tree (updated)8890 1.1.3

1.1.5

1.1.5

474586552Toggle Folderpane View882.0.3

2.0.3

986363ansitel Click-to-Dial MT290 2020-05-012.0.3

60.01.6
1.6
1.6
1.6
1.6
1.6
2021-10-061.6
68.3.0 *73.0*
485488 988531 New Tab8386 1.0
1.0
1.0
491986363ansitel Click-to-Dial MT2495987664Copy Patch 82 1.6
1.6
1.6
1.6
1.6
1.6
2021-10-061.6
68.3.01.3.2

2.1.3

2.1.3

2.2.1
2.2.1
2.2.1
2023-08-142.2.1
102.4.0 * *
494497 988389 Thunderbird OpenProject7881 0.5
0.5
495987664Copy Patch781.3.2

2.1.3

2.1.3

2.2.1
2.2.1
2.2.1
2023-08-142.2.1
102.4.0**
496498 987671 Custom sync interval for Lightning Cal7781 1.0.0

1.0.1

497207607filemail760.6.4

0.6.5

0.7.3
0.7.3
0.7.3
2023-06-280.7.3
102.0**
501499 987922 Date detection7478 0.0.7

0.0.7

515500207607filemail780.6.4

0.6.5

0.7.3
0.7.3
0.7.3
2023-06-280.7.3
102.0**
516 329131 Purge Events Plus6870 0.3.3

0.3.4

517 988686 Multimonth view6669 2.4.5

2.4.5

2.4.5

520988402YouTube Video Downloader652.0
2.0
2.0
2.0
2.0
2.0
2.0
2022-12-062.0
60.0**
522519 391965 Before Tabs Toolbar6568 1.7

1.8.1

52348583LaTeX It!640.6.7

0.7.3

522988402YouTube Video Downloader672.0
2.0
2.0
2.0
2.0
2.0
2.0
2022-12-062.0
60.0**
525502200X-Unsent support
Native support for X-Unsent
662.0.0

3.0.0

4.0.2

2020-10-020.7.3

68.0a173.*73.*2021-09-024.0.2

78.090.090.0
535987768Edit Email Subject
Edit email Subject (EES)
61528409482Opacus SugarCRM 6.2+ Thunderbird Integ651.0.4

1.0.9

2.5

3.3

2020-08-303.3

78.078.*78.*2019-11-061.0.9

68.0*73.0
536530 987749 marked-lightning6164 0.1.6

0.1.6

537409482Opacus SugarCRM 6.2+ Thunderbird Integ611.0.4

1.0.9

53348583LaTeX It!640.6.7

0.7.3

2019-11-061.0.9

68.0*73.02020-10-020.7.3

68.0a173.*73.*
535988738Two Dynamic Birds630.1
0.1
0.1
0.1
0.1
0.1
0.1
2024-06-130.1
60.0**
539502200X-Unsent support
Native support for X-Unsent
602.0.0

3.0.0

4.0.2

987768Edit Email Subject
Edit email Subject (EES)
63 2.5

3.3

2021-09-024.0.2

2020-08-303.3

78.090.090.078.*78.*
540 337144 Mail Sent Notifier6063 0.6.3

0.7.0

1.0.0
91.0 * *
545988738Two Dynamic Birds580.1
0.1
0.1
0.1
0.1
0.1
0.1
2024-06-130.1
60.0**
548546 401970 Security Settings from Address Book5760 2.0.1

2.1

556987873ThunderbirdCR (Dictionary)530.43

554987766New QuoteColors
Quote Colors & Collapse
570.3.5

0.3.5

2020-09-110.43

68.0a12020-01-200.3.5

60.0 *73.*73.0
557987766New QuoteColors
Quote Colors & Collapse
530.3.5

0.3.5

558987873ThunderbirdCR (Dictionary)55 0.43

2020-01-200.3.5

60.02020-09-110.43

68.0a1 *73.073.*
559 987743 Folder Colors5255 1.0.1

1.0.1

571642320Sensitivity Header490.2

0.3

986441Typical Reply510.5.3

0.6.2

2019-08-010.3

2020-09-010.6.2

68.0*73.068.*68.*
574575 10524 Archive This4951 1.5.0.0

577576642320Sensitivity Header500.2

0.3

2019-08-010.3

68.0*73.0
580 988462 Seafile Filelink24748 0.0.7
0.0.7
0.0.7
580986441Typical Reply460.5.3

0.6.2

2020-09-010.6.2

68.068.*68.*
586590 372739 Layout Switcher4445 4

4

602 987848 KundenMeister CRM Mail Export4042 1.1.3
1.1.3
1.1.3
603613 987816 TransliteRussian for Thunderbird 39
616832276Rescue Conflicting Alternatives370.2

0.4

2.0.1
2.0.1
2.0.1
2.0.1
2.0.1
2021-03-162.0.1
78.4.0**
619614 987710 Open In Conversation3639 1.0.1

621619832276Rescue Conflicting Alternatives380.2

0.4

2.0.1
2.0.1
2.0.1
2.0.1
2.0.1
2021-03-162.0.1
78.4.0**
620 182393 Teamworkx Thunderbird Integration for 3638 1.0.60.1

1.0.68.1b

624626 987849 Clacks Overhead3536 1.0.1
1.0.1
629 983832 Changelogger3435 1.1.1
1.1.1
1.1.1
630 442284 EnForward3435 0.4.11

0.5.1

2.1.2

636578400QuickFilter Watched Threads311.2.1

1.3.1

2019-12-251.3.1

68.0*73.0
641 13131 Get Partial Messages3133 0.3.3

0.4.0beta1

644639 988399 Black Screen3032 1.0.1
1.0.1
1.0.1
651641578400QuickFilter Watched Threads321.2.1

1.3.1

2019-12-251.3.1

68.0*73.0
652 987760 Snakes by Bluemods2829 1.0
1.0
654 975494 KeeBird2728 1.1.3

2.0.0

659657 988482 New Bing Anywhere2627 1.6.0
1.6.0
1.6.0
667988566Mark Read on Tab Open251.0
1.0
1.0
1.0
1.0
1.0
2023-10-071.0
68.0**
668659 987721 QuickNote-T2527 0.7.7.4

671666988566Mark Read on Tab Open261.0
1.0
1.0
1.0
1.0
1.0
2023-10-071.0
68.0**
669 743926 Zoiper Thunderbird Plugin2526 1.06

2.0

684685 988213 Tomba : Email Finder2223 0.1.14
0.1.14
0.1.19
685686 987774 POPFile Jump2223 1.1.0
1.1.0
692702 2335 Zombie Keys (Multilanguage Keyboard) 22
702703 988622 Articles Toolbar2021 1.1
1.1
1.1
710714 987733 Close on Escape Too 19
711715 818635 Reply to Multiple Messages 19
728724 988397 Dino Game1718 0.0.34
0.0.34
0.0.34
738736 988398 White Screen1617 1.0.6
1.0.6
1.0.6
739737 987901 Transfer Immunity1617 1.4.2

1.4.2

740747 987724 Just Restart/Quick Quit_TB115! 16
752753987915Mahoor-Iranian-Date151.1.5

1.1.5

1.1.5

1.1.5

1.2.0

2024-07-121.2.0

115.10.0127.*127.*
755 364572 Auto Save Drafts Folders 15
767987915Mahoor-Iranian-Date131.1.5

1.1.5

1.1.5

1.1.5

1.2.0

2024-07-121.2.0

115.10.0127.*127.*
768763 987692 TabAddressbook1314 2.0.1

777987660TaskviewFlexLayout1216.9

55.3
62.9

2021-01-2862.9

78.0*79.0
779776 466796 Kmaleon Extension1213 1.3.0.0

1.5.0.0

781987660TaskviewFlexLayout1216.9

55.3
62.9

2021-01-2862.9

78.0*79.0
784 363545 Gmail Buttons 12
798793987757TaskviewStyles112.6

6.1

6.1

6.1

2022-06-076.1

78.0102.*102.*
802 988483 InfoCodex DocSummarizer 10
799803 988411 Thunvatar 10
801987757TaskviewStyles102.6

6.1

6.1

6.1

2022-06-076.1

78.0102.*102.*
821817 988731 Reply All Button89 1.1.0
1.1.0
1.1.0
842851 987841 Protonmail Thunderbird theme 7
895868 988757 Customoji56 0.1b
0.1b
0.1b
902906 696119 TracEmail 5
926911546430Resubmit51.0.0

2.0.0a3

2019-12-012.0.0a3

68.071.*71.*
931 988358 UUID - WES 4
927932 988323 Real sender of italian PEC 4
930934988065update-test42.5
2.5
2.5
2.5
2.5
2.5
2021-03-022.5
68.0**
936 987769 Disable Signature 4
931937 987753 Console messaging example 4
932938 987665 LeftTodaySubpaneOrLogoOrClock 4
933961125Bugmail (fixed version)939987661Autocrypt 44.3

4.4.1

0.9.3

2019-07-064.4.1

2019-09-060.9.3

68.0a1*73.*69.069.0
938546430Resubmit940961125Bugmail (fixed version) 41.0.0

2.0.0a3

4.3

4.4.1

2019-12-012.0.0a3

68.071.*71.*2019-07-064.4.1

68.0a1*73.*
961969 988405 Netiquette Checker 3
962970 988361 EagleCloud Extension 3
963988065update-test32.5
2.5
2.5
2.5
2.5
2.5
2021-03-022.5
68.0**
964987661Autocrypt30.9.3

2019-09-060.9.3

68.0a169.069.0
965971 986673 PasteMarkdown&XHTMLForm 3
10041007 988260 X-Original-To Column 2
10051008 988133 Click Speed Tester 2
10061009 987940 HOTEL MAIL 2
10071010 987711 Un-Safelinks 2
10271033 395696 Hyperactive 2
10571064 988140 CPS Test Pro 1
10591066 987974 淘宝领券助手 1
10611068 987850 Ordinal 1
10631070 987677 Check Domain NG 1
11581159 273646 Undigestify 1
12211222 988370 Spacebar Clicker 01 986686 ImportExportTools NG232090244524 4.1.0

10.0.4

10.0.4

2 4631 Provider for Google Calendar177396185146 4.4.2

68.2.1

78.0.2

3 711780 LookOut (fix version)155499167069 1.3.04

2.0.4

3.0.6

4 640 Quicktext116170124421 1.5

2.15

3.6

5 195275 Send Later95261100064 6.5.0

7.4.4

8.9.8

6 4654 Remove Duplicate Messages8898993288 0.4.1

0.5.2.2

0.5.2.2

7 773590 TbSync6895872339 1.7.0.2

2.12

2.22

8 634298 CardBook6458967307 38.0

46.6

62.8

9 47144 Mail Merge6208665568 5.6.0

6.1.0

7.4.0

10 988138 Grammar and Spell Checker — LanguageTo5684559492 8.6.0

11 611 Signature Switch4979152308 1.7.1

1.8.2

2.15.3
12 986436 FileLink Provider for Dropbox4837050422 4
7
7
13 986258 Provider for CalDAV & CardDAV4400346264 0.15.0.2

1.12

1.24

14 986325 Owl for Exchange4243744338 0.7.1.3

0.7.8.2

0.7.9.4

15 986643 FileLink provider for WebDAV4038342361 2

3

3

17 987924 Web Translate3982141540 3.7
18 987716 Minimize on Close3623237774 2.0.1.4

2.0.1.4

19 987967 Textmarker3307034781 6.2.0
20 986338 Provider for Exchange ActiveSync3074032278 0.12

1.14

1.20

21 987761 *cloud - FileLink for Nextcloud and ow3054431989 3.15.0
3.15.0
22 386321 Lightning Calendar Tabs2701728225 2.2

2.3

2.5

23 54035 Thunderbird Conversations2489326066 2.14.7

3.1.24

3.2.35

24 987840 PrintingTools NG2422825681 2.0.61

2.0.61

25708783Emoji234291.6.1

1.68.4

1.78.7

1.91.8

1.102.10
1.102.10
1.102.10
2022-10-211.102.10
102.0**
26 2533 Addressbooks Synchronizer2296624686 1.2.2

2.0.1

4.14

26708783Emoji243551.6.1

1.68.4

1.78.7

1.91.8

1.102.10
1.102.10
1.102.10
2022-10-211.102.10
102.0**
27 477467 AutoarchiveReloaded2159322778 0.9.9.6.2

1.0.0.7
1.0.0.7
28986386Open Google Calendar210291.5
1.6
1.6
1.6
1.6
1.6
1.6
2020-12-131.6
68.0**
29 487108 FlexConfirmMail2063122776 1.17.1

2.2.4

4.1.7.1
3064758XNote++194582.2.14

2.3.1

3.1.7

3.5.16

3.5.16

4.1.12

2024-01-094.1.12

115.0115.*119.*29986386Open Google Calendar221021.5
1.6
1.6
1.6
1.6
1.6
1.6
2020-12-131.6
68.0**
3130 5582 Confirm-Address1932120992 1.3.2

1.3.5

1.3.8
3231 2281 Check and Send1921720742 1.0.20b1

1.1.1

2.1.5
3264758XNote++204452.2.14

2.3.1

3.1.7

3.5.16

3.5.16

4.1.12

2024-01-094.1.12

115.0115.*119.*
33 438634 DKIM Verifier1733117913 2.2.0

3.1.0

4.1.1

34988127Addon Compatibility Check for TB 102/T155361.9.10
1.9.10
1.9.10
1.9.10
1.9.10
1.9.10
2024-07-131.9.10
68.0**
35 4970 Tag Toolbar / Tag Popup1535616268 0.9.12

1.0.2

2.1.5

35988127Addon Compatibility Check for TB 102/T161391.9.10
1.9.10
1.9.10
1.9.10
1.9.10
1.9.10
2024-07-131.9.10
68.0**
37 217293 Signal Spam1510515269 2.2.3

3.1.2

4.1.6

38 10052 FiltaQuilla1452914946 1.5

2.1.2

3.4

40 3254 QuickFolders (Tabbed Folders)1400014551 4.22.3

4.22.3

5.9.1

41372870quickFilters139054.5

4.5

5.7.1

5.9.4

5.9.4

6.5.1

6.5.1

2024-07-166.5.1

112.0128.*128.*
42 15102 Manually sort folders1370714346 1.2.1

2.3.0

2.3.0

42372870quickFilters143114.5

4.5

5.7.1

5.9.4

5.9.4

6.5.1

6.5.1

2024-07-166.5.1

112.0128.*128.*
44 11005 Shrunked Image Resizer1283613252 4.4.8

4.5.5

5.0.2

45 986685 Phoenity Icons1264113175 2.9

3.4

46 986635 FileLink Provider for Box1239312928 4
5
47 90003 LocalFolders1221612811 2.0.2

3.0.1

3.0.1

48 605874 ReplyWithHeader1077211358 2.1.0

2.2.1

2.3.0

49695913List Addons in Windows' Programs109091.2

2.1
2.1
2.1
2.1
2.1
2.1
2023-12-262.1
68.0**
50 987783 Compact Headers1046810789 2.23

5051 987719 Display Mail User Agent T1016810584 1.8.10.6

1.8.14.64

2.2.3

5152 1556 Allow HTML Temp1003910394 5.4.3

5.7.8

6.3.8

52695913List Addons in Windows' Programs98291.2

2.1
2.1
2.1
2.1
2.1
2.1
2023-12-262.1
68.0**
53 987908 DeepL翻訳95419968 1.6.2

1.6.2

54 988018 Dark Reader93599645 4.9.68
56 987708 Auto Address Cleaner T89969494 1.0.8

1.0.8

1.1
57 987798 MyPhoneExplorer87868951 2.0.25

4.0

58 987780 Google Calendar Tab84368739 0.2
0.2
59 987934 Simple Mail Redirection79548418 1.44

60 1279 Xpunge78278099 0.7.1

1.0.0

2.1.1

61 330066 Edit Email Subject (EES)76207929 2.1.1

3.2

4.3

6263 988090 Google-4-TbSync76057828 0.1.8

65 986372 BorderColors D71537478 1.1.1

1.4.0

2023.8.1
66 472193 CategoryManager70917467 2.09

3.11

4.4

67987960Simple Startup Minimizer65680.6
0.6
0.6
0.6
0.6
2021-08-190.6
78.0**
68 12018 Quick Folder Move65586862 1.6.1

1.7.1

1.9.0

69742199Attach from Clipboard58361.1.0

1.3.68

68987960Simple Startup Minimizer67450.6
0.6
0.6
0.6
0.6
2021-08-190.6
78.0**
69742199Attach from Clipboard60371.1.0

1.3.68

1.78.1

1.91.2

1.91.2

70 56935 Identity Chooser58106006 1.9.7

1.9.9

2.2

71 809689 Grammalecte [fr] (for Thunderbird)57025903 1.5.0

1.9.2

2.1.1
72 987995 Hide Local Folders for TB78++53235592 1.0.1

73 987906 Full Address Column50425282 1.0.4

1.0.4

74 988175 Emoji49425152 3.19
75 988164 Outlook/Teams Appointments48285103 1.2
76 324497 SmartTemplates48055080 2.16

2.16

3.15.1

77 988116 Charset Menu47365032 1.1.2

78 987900 QNote46945020 0.12.5

0.12.5

79 244848 ExQuilla for Exchange46294818 68.1.1


78.1

78.1

81 987888 Message Header Toolbar Customize45754732 2.2.1

82987931Birthday Calendar43741.0

1.0

1.2.2

1.2.2

1.2.2

2024-06-161.2.2

102.0128.*128.*
83 987944 Darko43644525 3.4
83987931Birthday Calendar44701.0

1.0

1.2.2

1.2.2

1.2.2

2024-06-161.2.2

102.0128.*128.*
84 71 Enigmail
Thunderbird native OpenPGP support
42524444 2.0.12

2.1.9

2.2.4.2

85 646888 Dictionary for recipient42394429 1.0.3

2.0.5

2.3.1

8687 12802 Phoenity Buttons41834337 2.7

3.8

4.2

88987892Quote Colors & Collapse42561.0.5

2.0.10

3.2.7
4.1.0
4.2.1
4.2.1
2023-04-294.2.1
113.0**
89 747286 Google Keep Tab40714241 0.10.3

0.10.4

0.10.8
89987892Quote Colors & Collapse405090987885tbkeys-lite3947 1.0.5

2.0.10

3.2.7
4.1.0
4.2.1
4.2.1
2023-04-294.2.1
113.0**2.2.4

2.2.4

2.2.4

2.2.4

2.2.4

2.2.4

2023-07-202.2.4

68.0115.*130.*
9091 11646 No Message Pane Sort37993926 1.4

1.5

2.0.2

91987885tbkeys-lite37862.2.4

2.2.4

2.2.4

2.2.4

2.2.4

2.2.4

2023-07-202.2.4

68.0115.*130.*
92 988001 Attachment Viewer: view in a tab, slid37223893 1.2.7

93 59195 G-Hub Lite36373808 6.0.0

7.1.0
7.1.0
95 988296 Minimize on startup34873624 1.1
96116388Automatic Dictionary34641.11.0

1.12.0

3.0.1

3.0.1

3.11.0

3.11.0

3.11.0

2024-07-153.11.0

102.0129.0129.0
97 987909 ThirdStats34573614 1.8.0
9897 987801 FileLink for Plik34273607 1.2.2
1.2.2
9998116388Automatic Dictionary36031.11.0

1.12.0

3.0.1

3.0.1

3.11.0

3.11.0

3.11.0

2024-07-153.11.0

102.0129.0129.0
101 987740 Nostalgy++/ Manage, search and archive33843519 1.0.15

3.4.2

101102 6533 ThreadVis33183506 2.3.2

3.0.1

3.1.1

102103 331319 Folder Pane View Switcher33103417 2.0.2

4.0.2

4.0.2

1041898FolderFlags32671.2.6

1.6.0

1.6.0

1.6.0

1.6.0

1.6.0

2023-06-191.6.0

68.0115.*115.*
105 988333 WhatsApp Web in Thunderbird32583408 1.4.2
1.4.2
1071051898FolderFlags33761.2.6

1.6.0

1.6.0

1.6.0

1.6.0

1.6.0

2023-06-191.6.0

68.0115.*115.*
106 986682 Disable DragAndDrop (New)31883362 5.3.0

5.3.0

109108 46207 mailmindr30723212 0.9.1

0.9.4

1.5.0

110 811161 WarnAttachment28593040 0.11

2.13

2.13

113 356507 Header Tools Lite26122720 0.6.2

1.5.3

114115 986692 Profile Switcher25722677 2.4

2.6

115116 987775 Search Button25302649 1.0.1

2.3.2

117118 988190 Old (classic) Icons24552541 1.0.4

119 988091 Expression Search - NG23202412 2.11

120121 287743 MailHops22792339 3.2.0

3.8.1

4.3.3

122 987764 Header Tools Improved22382320 2.3

3.7

123124 987734 Mail Merge P21432258 2.3

126 11727 ReFwdFormatter20622178 1.65.1

2.68.0

2.78.0

127128 1203 Correct Identity
Identity Chooser
20392118 2.0.1

129 986300 URL Link20202085 2.05

3.5.2

3.5.2

130 2874 Folder Account19702051 7.0

9.0

10.0

131 988195 Filter Manager19251999 1.0

1.0

132987946Export to ZIP18311.0.0
1.0.0
1.0.0
1.0.0
1.0.0
2020-11-161.0.0
78.4.0**
133 769143 Lightning Invitation Notifier | LIN18291923 1.4

2.1b

128.0

134310BiDi Mail UI18190.10

0.13

0.13

0.13

0.13

0.14.1

133987946Export to ZIP19071.0.0
1.0.0
1.0.0
1.0.0
1.0.0
2020-11-161.0.0
78.4.0**
134310BiDi Mail UI18540.10

0.13

0.13

0.13

0.13

0.14.1

2023-09-02 0.14.1

135 987932 StandardTexter17531843 0.61

1.1.0
136 987833 GCalTab16951760 3.1.0
3.1.0
1372610Mailbox Alert16480.23.1

0.24

0.27

0.29.1

0.30

2022-07-030.30

102.0102.*102.*
138 2561 Copy Sent to Current16381705 1.2.4

2.0.3

3.27

1382610Mailbox Alert16980.23.1

0.24

0.27

0.29.1

0.30

2022-07-030.30

102.0102.*102.*
139 987800 Copy Address15851660 0.0.1
0.0.1
140 987865 Previous Colors15191599 1.2

1.2

141988057KeepRunning15162.2

2.2

2.2

2.2

2.2

2.2

2021-02-232.2

68.0**
142 987689 changeQuote14891562 1.4

1.5.3

144987911Spam Scores1473143988057KeepRunning1561 1.3.1

1.4.2

1.4.2

1.4.2

1.4.2

2024-06-201.4.2

91.0a1115.*2.2

2.2

2.2

2.2

2.2

2.2

2021-02-232.2

68.0* *
145144 988187 Google Chat Tab14491540 0.1.0
146988035Markdown Here Revival1434145987911Spam Scores1523 3.3.1

3.5.1

3.5.1

3.5.1

2023-11-183.5.1

91.0121.0121.01.3.1

1.4.2

1.4.2

1.4.2

1.4.2

2024-06-201.4.2

91.0a1115.**
147146 986323 ConfirmBeforeDelete14291493 0.3.8

1.3

1.5.5

147988035Markdown Here Revival14903.3.1

3.5.1

3.5.1

3.5.1

2023-11-183.5.1

91.0121.0121.0
148 987706 G Suite in tab13971469 0.2.0

1.0.1
149987784Config Button13891.4

1.7

1.8

1.8

2.1

2.1

2024-04-222.1

111.0127.*129.*
150 988115 Clippings for Thunderbird13811457 6.1.6

151150 705889 TORPEDO - TOoltip-poweRed Phishing Ema13631430 3.2.2
3.2.2
3.2.2
151987784Config Button14271.4

1.7

1.8

1.8

2.1

2.1

2024-04-222.1

111.0127.*129.*
154 2299 ThreadKey12931347 1.4

2.5

2.5

155987651Night and Day Dynamic12741.1
1.1
1.1
1.1
1.1
1.1
1.1
2019-07-271.1
60.0**
156 986632 SPAMBEE12731329 2.2.4

3.2.1

156987651Night and Day Dynamic13161.1
1.1
1.1
1.1
1.1
1.1
1.1
2019-07-271.1
60.0**
157 987787 Restart Button12721302 1.3

1.3

158987844InsertSignature12940.4.5
0.4.5
0.4.5
0.4.5
0.4.5
0.4.5
2024-07-170.4.5
68.6.0**
159 988056 Get All Mail Button for TB78++12651292 2.3.1

160162 988059 Unsubscribe12331266 1.1.1
161987844InsertSignature12330.4.5
0.4.5
0.4.5
0.4.5
0.4.5
0.4.5
2024-07-170.4.5
68.6.0**
162163 360086 Toggle Headers12261259 1.0

2.0

3.0

166987914Filter on Folder Button1117165988067Signature sync for Gmail1164 1.2.0

1.2.0

1.5.0

1.5.1

2023-09-051.5.1

115.0115.*115.*2.0.2

3.1.1
3.1.1
3.1.1
3.1.1
2024-01-043.1.1
91.0**
167 987966 Search for11031151 1.0.1
168988067Signature sync for Gmail1101987914Filter on Folder Button1149 2.0.2

3.1.1
3.1.1
3.1.1
3.1.1
2024-01-043.1.1
91.0**1.2.0

1.2.0

1.5.0

1.5.1

2023-09-051.5.1

115.0115.*115.*
170 987808 quicker quicksearch10771125 2.6
2.6
172173 988098 Thunderbird Todoist10601107 0.6
0.6
173175 331666 QuickArchiver10411076 0.2.4

0.2.5

0.2.11

176 612 NestedQuote Remover10121039 0.8.14

0.9.2

1.4.0
180 987987 Toggle HTML9761009 1.4

1.4

183184 987858 Mark All Read:WE939966 1.1
1.1
184986334Open With9366.8.6

6.9.2

7.2.6
7.2.6
7.2.6
7.2.6
7.2.6
2021-08-287.2.6
78.5.0**185987729New Folder Filters Button
Filter on Folder Button
9661.5

3.3

3.3

3.4

3.4

2023-07-263.4

102.0115.*115.*
185186 676875 Rspamd-spamness932963 0.9.1

1.1.1

2.1.0a1

186987729New Folder Filters Button
Filter on Folder Button
9311.5

3.3

3.3

3.4

3.4

2023-07-263.4

102.0115.*115.*187986334Open With9586.8.6

6.9.2

7.2.6
7.2.6
7.2.6
7.2.6
7.2.6
2021-08-287.2.6
78.5.0**
187188 987746 FileLink Provider for OwnCloud and Nex913953 1.8
1.8
190 987964 Smileyfixer874917 2.0.1
191 988546 Send Later Button870914 1.2
193 787632 Quick Folder Key Navigation857891 1.0.0.3

3.3.1

3.3.1

194 10149 New Tab Button855882 0.2.10b1

0.3.0

2.0.6

195 988108 OpenPGP Alias Updater823875 0.3i

197198 987933 Toggle Line Wrap811834 1.4.2

198200 3492 Show InOut786823 1.2.2

2.0.1

3.14

199203 987984 Just Report It770788 1.3.0
1.3.0
204988068Read Aloud: A Text to Speech Voice Rea7251.71.0
1.71.0
1.71.0
1.71.0
1.71.0
1.71.0
1.71.0
2024-05-291.71.0
60.0206987776Limit non-BCC recipients7542.1.1
2.1.1
2.1.1
2.1.1
2.1.1
2021-05-122.1.1
78.0 * *
205207 987994 Telegram Web in Thunderbird721749 3.2.1
3.2.1
206987776Limit non-BCC recipients7192.1.1
2.1.1
2.1.1
2.1.1
2.1.1
2021-05-122.1.1
78.0208988068Read Aloud: A Text to Speech Voice Rea7391.71.0
1.71.0
1.71.0
1.71.0
1.71.0
1.71.0
1.71.0
2024-05-291.71.0
60.0 * *
208209 508826 EDS Calendar Integration704725 0.5.3

0.8.0

0.9.3

210714655Layout Button6893.0
3.0
3.0
3.0
3.0
3.0
4.1
2024-06-274.1
128.0**
211 987803 Expand mailing lists685722 1.1.0
211714655Layout Button7103.0
3.0
3.0
3.0
3.0
3.0
4.1
2024-06-274.1
128.0**
212 711456 TexTra683710 1.0.15

1.18.0
1.18.0
213 984085 Unmangle Microsoft ATP Safelinks673701 1.51

2.0.2

3.0.1
214161710More Snooze6641.2.1

2.0.1

3.3.2

3.3.2

3.3.2

3.3.2

988066reply-all-auto-cc690 2023-07-063.3.2

78.0115.*115.*
215451482Paranoia6620.2.7

0.3.2

0.4.1
0.4.1
0.4.1
0.4.1
0.4.1
2024-06-230.4.1
1.1.3
1.1.3
1.1.3
1.1.3
1.1.3
2021-09-041.1.3
78.0 * *
216215 320395 RemindIt659690 2.1a

3.0.68
3.0.68
218216 161820 AlertSwitch650684 0.9.03

0.9.4

0.9.14

219988066reply-all-auto-cc647217161710More Snooze6841.2.1

2.0.1

3.3.2

3.3.2

3.3.2

3.3.2

1.1.3
1.1.3
1.1.3
1.1.3
1.1.3
2021-09-041.1.3
2023-07-063.3.2

78.0115.*115.*
218451482Paranoia6800.2.7

0.3.2

0.4.1
0.4.1
0.4.1
0.4.1
0.4.1
2024-06-230.4.1
78.0 * *220 987925 EML-Editor631655 1.8

221 988447 GMail Labels628653 0.2
223987920ProtonMail Encryption Status6241.0
1.0
1.0
1.0
1.0
1.0
2020-10-061.0
66.0**
224 988256 Grammar, Proofreading & Spell Checker617644 1.2
225987920ProtonMail Encryption Status6351.0
1.0
1.0
1.0
1.0
1.0
2020-10-061.0
66.0**
228 988289 keepassxc-mail599619 1.0.2.1

1.8

231233 988099 Link in Tab570583 1.6
235 4268 Colored Diffs515538 0.9

1.9

2.1.1
236 986655 FrameWhite509526 57.8

117.1
237987786DevTools Button5012548Sieve5240.3.1

0.6.1

0.6.1

0.6.1

0.6.1

1.2

1.3

1.5

1.5

1.5

1.5

2024-04-221.5

91.0127.*129.*2021-11-080.6.1

68.0a1102.0102.0
238239 988145 Google Messages Tab499514 1.0.0
239240 988079 Open Image In New Tab495513 1.0.1
2402548Sieve4950.3.1

0.6.1

0.6.1

0.6.1

0.6.1

2021-11-080.6.1

68.0a1102.0102.0
242241 988064 Thematic486511 7.0.2
7.0.2
7.0.2
24249594SubSwitch5080.9.36

0.9.39

0.9.56

0.9.56

0.9.56

0.9.62

2023-09-200.9.62

115.0119.*119.*
243 987923 Move Mail Shortcuts486504 5
245 987785 Toggle Message Pane479495 1.4

1.4

24649594SubSwitch4780.9.36

0.9.39

0.9.56

0.9.56

0.9.56

0.9.62

2023-09-200.9.62

115.0119.*119.*
247 987807 Add to Mailing list477492 1.0
1.0
1.1
249247467893Macro Template4882.1.1.1

3.3.0.0
3.3.0.0
3.3.0.0
3.3.0.0
3.3.0.0
2024-01-283.3.0.0
78.0**
248987821OpenAttachmentByExtension4850.10.4

0.10.4

0.10.4

0.10.4

0.10.4

2023-06-200.10.4

68.6.0115.*115.*
250 987902 Deselect on Delete TB78465479 3.6

250251 987705 Open Tab463479 1.2
1.2
1.2
251987821OpenAttachmentByExtension4610.10.4

0.10.4

0.10.4

0.10.4

0.10.4

2023-06-200.10.4

68.6.0115.*115.*
252467893Macro Template4602.1.1.1

3.3.0.0
3.3.0.0
3.3.0.0
3.3.0.0
3.3.0.0
2024-01-283.3.0.0
78.0**
253 987727 Monterail Full Dark 2 for TB>68454469 2.1

3.2.3

254253 348798 Evernote Tab448465 0.1.21

2.0.2
256254 476761 Windows Taskbar Unread Badge
↳ Native support for an unread badge
440461 1.2.20181207

2.0.0

3.0.1

262988255Topic Tree / Notebook in TB365258987786DevTools Button440 1.2.10
1.4.5
1.4.5
1.4.5
1.4.5
2023-05-161.4.5
1.2

1.3

1.5

1.5

1.5

1.5

2024-04-221.5

91.0**127.*129.*
263 988087 Message Mover365380 1.6.0
264 988038 Archive old messages364379 0.1.4
265988255Topic Tree / Notebook in TB3781.2.10
1.4.5
1.4.5
1.4.5
1.4.5
2023-05-161.4.5
91.0**
266 988416 Quick Filter By352365 7

267 987806 Weatherlicious351364 2.0
2.0
2.0
270269 988493 Aify345361 1.19
271272 988304 Contact Finder342355 1.2
272273 532656 CardDAV Browser342354 7.0
273274 367989 Rise of the Tools342351 1.1.1.0

1.2.0.2

2.0.0.2

274987894ScrollAnywhere3399.2
9.2
9.2
9.2
9.2
2022-04-199.2
78.0**
277276 988228 cb_thunderlink334346 1.7.3

1.7.3

279278987894ScrollAnywhere3439.2
9.2
9.2
9.2
9.2
2022-04-199.2
78.0**
283 987852 PGPGeek324329 1.6
281284 987857 Preferences Button320327 1.2

1.2

285987980Add contact to CC by mentioning in bod3250.6.4
0.6.4
0.6.4
0.6.4
0.6.4
2021-04-090.6.4
78.5.0**
286 986610 userChromeJS309318 0.0.3

1.0

1.0

286987980Add contact to CC by mentioning in bod3080.6.4
0.6.4
0.6.4
0.6.4
0.6.4
2021-04-090.6.4
78.5.0287805362Copy Message ID3161.0.1

1.3.2
1.3.2
1.3.2
1.3.2
1.3.2
1.3.2
2020-10-101.3.2
68.7.0 * *
287289 988230 MetaClean for Thunderbird306312 1.7

290805362Copy Message ID2991.0.1

1.3.2
1.3.2
1.3.2
1.3.2
1.3.2
1.3.2
2020-10-101.3.2
68.7.0292987701M-Hub Lite3092.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2019-10-032.0.0
68.0a1**
293746354New Email To All:reply, ready for new 3071.2.0

2.1
2.1
2.1
2.1
2.1
2021-03-182.1
78.4.0 * *
291294 690062 Sender Frequency299306 1.2.1

2.0.5

2.0.5

299988238Get All Senders 292746354New Email To All:reply, ready for new 2961.2.0

2.1
2.1
2.1
2.1
2.1
2021-03-182.1
78.4.0**
294987701M-Hub Lite2942.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2019-10-032.0.0
68.0a1**
298988238Get All Senders281 1.1.1
301 559954 Tidybird277290 1.3.1

2.1

3.2.1

303305 987859 Pywalfox274283 2.0.11
2.0.11
2.0.11
309312988024Open in browser2740.1.5
0.1.5
0.1.5
0.1.5
0.1.5
2024-07-190.1.5
78.0**
313 986522 PopMailListRecipients 2267272 1.1

2.3
312988024Open in browser266315988540ThunderWebTabs269 0.1.4
0.1.4
0.1.4
0.1.4
0.1.4
2022-06-210.1.4
78.00.4.0
0.4.0
0.4.0
0.4.0
0.4.0
0.4.0
2023-08-080.4.0
64.0 * *
314317 988002 Autofile - fast e-mail to folder filin261268 2.0.2
315988540ThunderWebTabs2570.4.0
0.4.0
0.4.0
0.4.0
0.4.0
0.4.0
2023-08-080.4.0
64.0**
320321 987738 Move messages250260 1.10
1.10
322988060Text Insert: Templates/Instant Spell C2571.5.7
1.5.7
1.5.7
1.5.7
1.5.7
2023-12-051.5.7
78.6.0115.*128.*
324 987926 UrgentMail247254 1.5
323988060Text Insert: Templates/Instant Spell C246325988279Jitsi Meet event generator251 1.5.7
1.5.7
1.5.7
1.5.7
1.5.7
2023-12-051.5.7
78.6.0115.*128.*0.2.2
0.2.2
0.2.2
0.2.2
0.2.2
2022-04-010.2.2
78.0**
324326 986523 Hide Email Folders245251 1.0

2.0

3.0.0

325988279Jitsi Meet event generator2430.2.2
0.2.2
0.2.2
0.2.2
0.2.2
2022-04-010.2.2
78.0**
328327 988197 TabControl238245 0.3.0
0.3.0
330329 988625 ObsidianClipper231241 0.4.1
331 987860 Empty Folder230238 1.4
1.4
338337 988338 WhatsApp - Thunderbird214223 1.1
340 987726 Monterail Dark 2 for TB>68210219 2.1

3.2.1

341988430archive-by-time2160.4.1
0.4.1
0.4.1
0.4.1
0.4.1
2024-01-110.4.1
78.0**
343 704523 EuropeanMX Spam Reporter209215 1.0

2.1
347988271Autocopy 78+2043.0.2
3.0.2
3.0.2
3.0.2
3.0.2
2022-02-253.0.2
78.4.0**
348346 986415 stripImages203212 1.0.9
1.0.9
349988271Autocopy 78+2093.0.2
3.0.2
3.0.2
3.0.2
3.0.2
2022-02-253.0.2
78.4.0**
351 988423 SpamTester200206 1.0.1
350352 988113 Ungender200205 1.0.0
351988430archive-by-time1960.4.1
0.4.1
0.4.1
0.4.1
0.4.1
2024-01-110.4.1
78.0**
354355 988356 Auto Mark As Read192197 1.0.10
1.0.10
1.0.10
363988070OpenFolder1821.1.0
1.1.0
1.1.0
1.1.0
1.1.0
1.1.0
2021-04-211.1.0
68.0**
368 745576 Logout169176 1.3

2.0

2.5

369988070OpenFolder1681.1.0
1.1.0
1.1.0
1.1.0
1.1.0
1.1.0
2021-04-211.1.0
68.0**
370372 1392 Maximize Message Pane167172 1.2.31

1.3.1

2.0.10

374375 987921 Safelink removal162167 0.0.4d
378988227Render Markdown Messages1571.2.0
1.2.0
1.2.0
1.2.0
1.2.0
2023-10-191.2.0
78.0**
380377 269954 TBDialOut155165 1.7.3

1.8.1

2.0.2

383379 987935 RedThunderMineBird Plus153164 2.2.0
384988085Open Google Voice148380988227Render Markdown Messages162 1.0
1.0
1.0
1.0
1.0
1.0
2021-03-251.0
68.01.2.0
1.2.0
1.2.0
1.2.0
1.2.0
2023-10-191.2.0
78.0**
386988094RainbowNote15231.1
31.1
31.1
31.1
31.1
2024-02-2731.1
78.0 * *
385387 566490 Expertspam148152 1.60

2.0.0
388988094RainbowNote145389988085Open Google Voice151 1.0
1.0
1.0
1.0
1.0
1.0
2021-03-251.0
68.0**
393987823AutoBucket148 31.1
31.1
31.1
31.1
31.1
2024-02-2731.1
1.0.13
1.2.0
1.2.0
1.2.0
1.2.0
1.2.0
2021-02-081.2.0
78.0 * *
389394 534258 Received145148 0.2.3

1.0.0

2.6.0

391987823AutoBucket1441.0.13
1.2.0
1.2.0
1.2.0
1.2.0
1.2.0
2021-02-081.2.0
78.0**
393396 988166 googlesearchwebapp143146 1.2
394398 615980 Toggle Quotes (Collapse Quotes)
Quote Colors & Collapse
141144 0.9

2.0

3.2

398400 327780 Auto Select Latest Message138141 2.2.0

2.3.0b1

3.2.1

401987670Remove Duplicates
Remove Duplicate Messages (alternative)
1341.8

3.3

988303TUD-CERT Phishing Report140 23.8.1

23.8.1

23.8.1

23.8.1

2020-09-163.3

2023-08-2123.8.1

78.078.*78.*115.*115.*
402 988243 Seafile Filelink133140 1.0.1
407988303TUD-CERT Phishing Report131403987670Remove Duplicates
Remove Duplicate Messages (alternative)
140 1.8

3.3

23.8.1

23.8.1

23.8.1

23.8.1

2023-08-2123.8.1

2020-09-163.3

78.0115.*115.*78.*78.*
413 988183 CloneMessage126131 1.3
415988167todowebapp1241.2
1.2
1.3
1.3
1.3
2023-06-181.3
102.0102.**
417 988180 Strip inline images122128 1.0
418988122Addon-Info/Sync/Compatibility122988167todowebapp1281.2
1.2
1.3
1.3
1.3
2023-06-181.3
102.0102.**
420988122Addon-Info/Sync/Compatibility126 1.1
419421 986230 Mailing list filter122126 1.1.1

2.0.0

3.0.1

422 988715 AI Grammar119125 2
426424 372603 Enhanced Priority Display117122 1.8.2

3.0.3

3.0.3

432428 988176 Notebird113120 1.7.0.1
1.7.0.1
1.7.0.1
434432 988698 Thunderbird Email 2 CSV Exporter112118 3.0
3.0
3.0
435434 988591 One-Click Forward111117 1.0.2
436 987869 Next Unread Thread (Mark All Read)111115 1.1

1.1

437438 987868 Next Unread Group (Mark All Read)111114 1.1

1.1

440988252RepSel: Reply to all selected mails1075
6.0
6.0
6.0
6.0
2023-10-176.0
88.0a1**
441987916telegramwebapp1071.2
1.2
1.31
1.31
1.31
2023-06-181.31
102.0102.**
442444 987838 Sender Domain107111 0.0.2

0.0.2

446988252RepSel: Reply to all selected mails1105
6.0
6.0
6.0
6.0
2023-10-176.0
88.0a1**
447 988025 Safe Links Cleaner106110 1.5.6
449987907Mark GMail Read104448987916telegramwebapp110 2.0.1

3.0.1

4.0.0
4.0.0
4.0.0
2022-11-074.0.0
1.2
1.2
1.31
1.31
1.31
2023-06-181.31
102.0102.* **
454450 4454 Priority Switcher102109 0.7.10b1

0.8.1

2.0.3

457452987907Mark GMail Read1072.0.1

3.0.1

4.1.0
4.1.0
4.1.0
2024-07-194.1.0
102.0**
458 988564 Paste code97102 0.1
458460 987779 BrowseInTab97100 2.8

462219725AutoSlide940.0.14

0.0.18beta1

0.0.19beta5

2021-02-040.0.19beta5

78.0*78.*
463461 988677 Tag Sync for TB9399 1.2.9
1.2.9
1.2.9
464219725AutoSlide980.0.14

0.0.18beta1

0.0.19beta5

2021-02-040.0.19beta5

78.0*78.*
465 987988 Toggle Inline9397 1.2

466 546538 Single Domain9295 2.5

3.3.1

4.3
467469 988327 Netiquette checker and wrapper9192 1.1
469470 852623 Remote Content By Folder9092 1.0.1

1.0.10

2.0.1

472 988417 Empty Folder8890 6
473 986572 Flat Folder Tree (updated)8890 1.1.3

1.1.5

1.1.5

481474986363ansitel Click-to-Dial MT2901.6
1.6
1.6
1.6
1.6
1.6
2021-10-061.6
68.3.0**
482 988557 Change Link Appearance8488 1.1
482484988171msofficewebapp881.2
1.2
1.3
1.3
1.3
2023-06-181.3
102.0102.**
487 988445 AutoMover8487 1.5
483987834SpoofDetection842.6.3
2.6.3
2.6.3
2.6.3
2.6.3
2020-07-292.6.3
73.0a1**
485488 988531 New Tab8386 1.0
1.0
1.0
488988171msofficewebapp83489987834SpoofDetection86 1.2
1.2
1.3
1.3
1.3
2023-06-181.3
102.0102.**
491986363ansitel Click-to-Dial MT2821.6
1.6
1.6
1.6
1.6
1.6
2021-10-061.6
68.3.02.6.3
2.6.3
2.6.3
2.6.3
2.6.3
2020-07-292.6.3
73.0a1 * *
492988282CatchAll Bird811.1.2
1.1.2
1.1.2
1.1.2
1.1.2
2024-01-071.1.2
78.0**
493 987989 Toggle Summary8183 1.3

494988389Thunderbird OpenProject78988282CatchAll Bird82 0.5
0.5
0.5
0.5
0.5
0.5
2022-10-280.5
68.0102.*1.1.2
1.1.2
1.1.2
1.1.2
1.1.2
2024-01-071.1.2
78.0* *
495 987664 Copy Patch7882 1.3.2

2.1.3

500988288sms7775497988389Thunderbird OpenProject81 1.1
1.1
1.1
1.1
1.1
2022-03-221.1
78.0*0.5
0.5
0.5
0.5
0.5
0.5
2022-10-280.5
68.0102.* *
501499 987922 Date detection7478 0.0.7

0.0.7

503987986Select Prev on Delete73502988199RT Archive Emails to Sugar & SuiteCRM76 1.0.0

1.0.0

1.0.0

1.1.0

2023-10-101.1.0

112.0118.*118.*2.2.3
2.2.3
2.2.3
2.2.3
2.2.3
2024-06-102.2.3
78.0**
504988300QuickOWL72503988288sms7775 1.6
1.6
1.6
1.6
1.6
2022-09-151.6
1.1
1.1
1.1
1.1
1.1
2022-03-221.1
78.0 * *
505504 988168 onedrivewebapp7275 1.2
507988300QuickOWL741.6
1.6
1.6
1.6
1.6
2022-09-151.6
78.0**
508987986Select Prev on Delete741.0.0

1.0.0

1.0.0

1.1.0

2023-10-101.1.0

112.0118.*118.*
512 988476 If This, Then! - IFTTT connector7173 1.0.5
509988199RT Archive Emails to Sugar & SuiteCRM712.2.3
2.2.3
2.2.3
2.2.3
2.2.3
2024-06-102.2.3
78.0**
511513 988106 Toggle Address Box7072 1.0

517 988686 Multimonth view6669 2.4.5

2.4.5

2.4.5

520522 988402 YouTube Video Downloader6567 2.0
2.0
2.0
521523 987978 Monterail Darkness Extended6567 1.0.7

526525502200X-Unsent support
Native support for X-Unsent
662.0.0

3.0.0

4.0.2

2021-09-024.0.2

78.090.090.0
529 988258 Recently6364 0.0.6
528988590YouTube RSS feed redesign62530987749marked-lightning64 0.1.6

0.1.6

0.1.6

0.1.6

1.1
1.1
1.1
1.1
1.1
2023-11-071.1
78.0**2022-06-300.1.6

68.0102.*102.*
532988245Conscious ClickUp Save612.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2022-01-062.0.0
78.0535988738Two Dynamic Birds630.1
0.1
0.1
0.1
0.1
0.1
0.1
2024-06-130.1
60.0 * *
533988126ResizeTbWidth61536988590YouTube RSS feed redesign63 20.1
20.1
20.1
20.1
20.1
2023-01-1520.1
1.1
1.1
1.1
1.1
1.1
2023-11-071.1
78.0102.** *
534988069SPAM Check for OCN61538988245Conscious ClickUp Save63 0.5.0
0.5.0
0.5.0
0.5.0
0.5.0
2021-03-070.5.0
2.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2022-01-062.0.0
78.0 * *
535539 987768 Edit Email Subject
Edit email Subject (EES)
6163 2.5

3.3

536987749marked-lightning610.1.6

0.1.6

0.1.6

0.1.6

2022-06-300.1.6

68.0102.*102.*
539502200X-Unsent support
Native support for X-Unsent
602.0.0

3.0.0

4.0.2

2021-09-024.0.2

78.090.090.0
540 337144 Mail Sent Notifier6063 0.6.3

0.7.0

1.0.0
545988738Two Dynamic Birds580.1
0.1
0.1
0.1
0.1
0.1
0.1
2024-06-130.1
60.0541988126ResizeTbWidth6220.1
20.1
20.1
20.1
20.1
2023-01-1520.1
78.0102.**
542988069SPAM Check for OCN620.5.0
0.5.0
0.5.0
0.5.0
0.5.0
2021-03-070.5.0
78.0 * * 551 988131 Larger Message List5658 0.0.5

555553 988170 skypewebapp5457 1.2
563987796MessagePreview512.3

2.7

3.0

2022-06-253.0

102.0a1102.*102.*
566562 988125 Estimate your CO₂5053 2.8.1
576568987796MessagePreview522.3

2.7

3.0

2022-06-253.0

102.0a1102.*102.*
579 988510 vault56 protection4748 1.0.7
577580 988462 Seafile Filelink24748 0.0.7
0.0.7
0.0.7
583581 988428 TileNote4548 1.6
587 987938 PRATICHE MAIL4346 11.0
597988545Dropbox Paper411.0
1.0
1.0
1.0
1.0
2023-08-121.0
78.0**
599594 987939 PREVENTIVI MAIL4144 7.0
600988380Thread in same folder40988545Dropbox Paper42 1.0
1.0
1.0
1.0
2022-09-222023-08-12 1.0
78.0 *
601987979AttachmentCount406.4

6.6

7.0

988380Thread in same folder42 2022-06-257.0

102.0a1102.*102.*1.0
1.0
1.0
1.0
1.0
2022-09-221.0
78.0**
602 987848 KundenMeister CRM Mail Export4042 1.1.3
1.1.3
1.1.3
603987816TransliteRussian for Thunderbird390.4
0.4
0.4
0.4
0.4
0.4
0.4
2020-10-220.4
60.0**
610988437Additional Info for Simplelogin38604987979AttachmentCount41 1.1
1.1
1.1
1.1
1.1
2024-03-221.1
78.0**6.4

6.6

7.0

2022-06-257.0

102.0a1102.*102.*
615612 988459 Cypherdog Encryption3739 1.0.1
616613987816TransliteRussian for Thunderbird390.4
0.4
0.4
0.4
0.4
0.4
0.4
2020-10-220.4
60.0**
619 832276 Rescue Conflicting Alternatives3738 0.2

0.4

2.0.1
623621 988451 PowerFolder3537 16.6.100
624622988437Additional Info for Simplelogin371.1
1.1
1.1
1.1
1.1
2024-03-221.1
78.0**
626 987849 Clacks Overhead3536 1.0.1
1.0.1
629 983832 Changelogger3435 1.1.1
1.1.1
1.1.1
630 442284 EnForward3435 0.4.11

0.5.1

2.1.2

634638 988431 RainbowMemo3132 2.3
644639 988399 Black Screen3032 1.0.1
1.0.1
1.0.1
650649988290Send then Archive300.1
0.1
0.1
0.1
0.1
2022-03-290.1
78.0**
651 988270 composeSelectMacro2829 1.0.6
651652 987760 Snakes by Bluemods2829 1.0
1.0
652988290Send then Archive27653987941Seams28 0.1
0.1
0.1
0.1
0.1
2022-03-290.1
2.0.1
2.0.1
2.0.1
2.0.1
2.0.1
2022-06-292.0.1
78.0 * *
659657 988482 New Bing Anywhere2627 1.6.0
1.6.0
1.6.0
660987941Seams262.0.1
2.0.1
2.0.1
2.0.1
2.0.1
2022-06-292.0.1
78.0**
661658 987927 To must occur only once2627 3.4.2
667666 988566 Mark Read on Tab Open2526 1.0
1.0
675677 988352 Archive 3 Month2425 0.2
684685 988213 Tomba : Email Finder2223 0.1.14
0.1.14
0.1.19
685686 987774 POPFile Jump2223 1.1.0
1.1.0
702703 988622 Articles Toolbar2021 1.1
1.1
1.1
727988448Arcus170.9.1
0.9.1
0.9.1
0.9.1
0.9.1
2023-02-150.9.1
78.0**
728724 988397 Dino Game1718 0.0.34
0.0.34
0.0.34
730726 988107 TuLPe1718 1.4
738735988448Arcus170.9.1
0.9.1
0.9.1
0.9.1
0.9.1
2023-02-150.9.1
78.0**
736 988398 White Screen1617 1.0.6
1.0.6
1.0.6
739737 987901 Transfer Immunity1617 1.4.2

1.4.2

759753987915Mahoor-Iranian-Date151.1.5

1.1.5

1.1.5

1.1.5

1.2.0

2024-07-121.2.0

115.10.0127.*127.*
762 988214 Filter email folders 14
766988100Folders for search, onDisk Status- Glo131.3

1.5.2

2023-07-311.5.2

102.0110.0110.0
767987915Mahoor-Iranian-Date131.1.5

1.1.5

1.1.5

1.1.5

1.2.0

2024-07-121.2.0

115.10.0127.*127.*
775771 988669 DMS HEADERS EXTRACTOR1213 0.0.0.1
777773988100Folders for search, onDisk Status- Glo131.3

1.5.2

2023-07-311.5.2

102.0110.0110.0
781 987660 TaskviewFlexLayout 12
785790 988169 wikipediasearchwebapp 11
786791 988023 TimetableForWeb 11
787792 987970 Replaceholder 11
798793987757TaskviewStyles112.6

6.1

6.1

6.1

2022-06-076.1

78.0102.*102.*
801988623Dysclusif101.2.6
1.2.6
1.2.6
1.2.6
1.2.6
2024-05-161.2.6
78.0**
802 988483 InfoCodex DocSummarizer 10
799803 988411 Thunvatar 10
801987757TaskviewStyles102.6

6.1

6.1

6.1

2022-06-076.1

78.0102.*102.*
809988623Dysclusif91.2.6
1.2.6
1.2.6
1.2.6
1.2.6
2024-05-161.2.6
78.0**
821817 988731 Reply All Button89 1.1.0
1.1.0
1.1.0
822818 988291 Zivver for Thunderbird89 1.0.0
823988185Bookmarks: eMails and XNotes - Quick '8819988146smartCompose9 1.8.4

1.8.4

1.8.4

1.1.0

1.1.0

1.1.0

2022-10-041.8.4

78.6.02022-09-271.1.0

78.0 102.* 102.*
824988146smartCompose828988185Bookmarks: eMails and XNotes - Quick ' 8 1.1.0

1.1.0

1.1.0

1.8.4

1.8.4

1.8.4

2022-09-271.1.0

78.02022-10-041.8.4

78.6.0 102.* 102.*
825829 987951 Check Time 8
843852 987750 TaskDescriptions 7
864868988757Customoji60.1b
0.1b
0.1b
0.1b
0.1b
0.1b
0.1b
2024-07-060.1b
60.0**
869988328Open in XPS | XPSLogic64
4
4
4
4
2023-11-294
78.0**
870 987945 TreeChildrenHeight50OrDottedTreeCell 6
865871 987863 Eventview 6
895988757Customoji50.1b
0.1b
0.1b
0.1b
0.1b
0.1b
0.1b
2024-07-060.1b
60.0**
897988328Open in XPS | XPSLogic54
4
4
4
4
2023-11-294
78.0**
898902 988297 acus 5
899903 988173 Thunderkey 5
900904 988000 TaskviewGridLayout 5
926931 988358 UUID - WES 4
927932 988323 Real sender of italian PEC 4
928933 988196 メッセージフィルターボタン 4
929934988065update-test42.5
2.5
2.5
2.5
2.5
2.5
2021-03-022.5
68.0**
935 987928 TabsInStatusbar&IconsInMenubar 4
931937 987753 Console messaging example 4
932938 987665 LeftTodaySubpaneOrLogoOrClock 4
959968 988754 BestReply 3
961969 988405 Netiquette Checker 3
962970 988361 EagleCloud Extension 3
963988065update-test32.5
2.5
2.5
2.5
2.5
2.5
2021-03-022.5
68.0**
965971 986673 PasteMarkdown&XHTMLForm 3
10041007 988260 X-Original-To Column 2
10051008 988133 Click Speed Tester 2
10061009 987940 HOTEL MAIL 2
10531060 988727 Lex-ON Conecta 1
10541061 988703 ThunderbirdBravoClick2Call 1
10571064 988140 CPS Test Pro 1
10581065 987976 FindTasksButton 1
10591066 987974 淘宝领券助手 1
10601067 987864 Metamorfik 1
12221223 988123 HERA - Hotel Email Reservation Assista 0
12231224 988086 ConfirmConversionsAtSelecting 01 986686 ImportExportTools NG232090244524 4.1.0

10.0.4

10.0.4

2 4631 Provider for Google Calendar177396185146 4.4.2

68.2.1

78.0.2

3 711780 LookOut (fix version)155499167069 1.3.04

2.0.4

3.0.6

4 640 Quicktext116170124421 1.5

2.15

3.6

5 195275 Send Later95261100064 6.5.0

7.4.4

8.9.8

6 4654 Remove Duplicate Messages8898993288 0.4.1

0.5.2.2

0.5.2.2

7 773590 TbSync6895872339 1.7.0.2

2.12

2.22

8 634298 CardBook6458967307 38.0

46.6

62.8

9 47144 Mail Merge6208665568 5.6.0

6.1.0

7.4.0

10 988138 Grammar and Spell Checker — LanguageTo5684559492 8.6.0

11 611 Signature Switch4979152308 1.7.1

1.8.2

2.15.3
12 986436 FileLink Provider for Dropbox4837050422 4
7
7
13 986258 Provider for CalDAV & CardDAV4400346264 0.15.0.2

1.12

1.24

14 986325 Owl for Exchange4243744338 0.7.1.3

0.7.8.2

0.7.9.4

15 986643 FileLink provider for WebDAV4038342361 2

3

3

16 988136 FileLink provider for Send3992741774 17 987924 Web Translate3982141540 3.7
18 987716 Minimize on Close3623237774 2.0.1.4

2.0.1.4

19 987967 Textmarker3307034781 6.2.0
20 986338 Provider for Exchange ActiveSync3074032278 0.12

1.14

1.20

21 987761 *cloud - FileLink for Nextcloud and ow3054431989 3.15.0
3.15.0
22 386321 Lightning Calendar Tabs2701728225 2.2

2.3

2.5

23 54035 Thunderbird Conversations2489326066 2.14.7

3.1.24

3.2.35

24 987840 PrintingTools NG2422825681 2.0.61

2.0.61

25708783Emoji234291.6.1

1.68.4

1.78.7

1.91.8

1.102.10
1.102.10
1.102.10
2022-10-211.102.10
102.0**
26 2533 Addressbooks Synchronizer2296624686 1.2.2

2.0.1

4.14

26708783Emoji243551.6.1

1.68.4

1.78.7

1.91.8

1.102.10
1.102.10
1.102.10
2022-10-211.102.10
102.0**
27 477467 AutoarchiveReloaded2159322778 0.9.9.6.2

1.0.0.7
1.0.0.7
28986386Open Google Calendar210291.5
1.6
1.6
1.6
1.6
1.6
1.6
2020-12-131.6
68.0**
29 487108 FlexConfirmMail2063122776 1.17.1

2.2.4

4.1.7.1
3064758XNote++194582.2.14

2.3.1

3.1.7

3.5.16

3.5.16

4.1.12

2024-01-094.1.12

115.0115.*119.*29986386Open Google Calendar221021.5
1.6
1.6
1.6
1.6
1.6
1.6
2020-12-131.6
68.0**
3130 5582 Confirm-Address1932120992 1.3.2

1.3.5

1.3.8
3231 2281 Check and Send1921720742 1.0.20b1

1.1.1

2.1.5
3264758XNote++204452.2.14

2.3.1

3.1.7

3.5.16

3.5.16

4.1.12

2024-01-094.1.12

115.0115.*119.*
33 438634 DKIM Verifier1733117913 2.2.0

3.1.0

4.1.1

3435 988127 Addon Compatibility Check for TB 102/T1553616139 1.9.10
1.9.10
37 217293 Signal Spam1510515269 2.2.3

3.1.2

4.1.6

38 10052 FiltaQuilla1452914946 1.5

2.1.2

3.4

40 3254 QuickFolders (Tabbed Folders)1400014551 4.22.3

4.22.3

5.9.1

41372870quickFilters139054.5

4.5

5.7.1

5.9.4

5.9.4

6.5.1

6.5.1

2024-07-166.5.1

112.0128.*128.*
42 15102 Manually sort folders1370714346 1.2.1

2.3.0

2.3.0

42372870quickFilters143114.5

4.5

5.7.1

5.9.4

5.9.4

6.5.1

6.5.1

2024-07-166.5.1

112.0128.*128.*
44 11005 Shrunked Image Resizer1283613252 4.4.8

4.5.5

5.0.2

45 986685 Phoenity Icons1264113175 2.9

3.4

46 986635 FileLink Provider for Box1239312928 4
5
47 90003 LocalFolders1221612811 2.0.2

3.0.1

3.0.1

48 605874 ReplyWithHeader1077211358 2.1.0

2.2.1

2.3.0

49695913List Addons in Windows' Programs109091.2

2.1
2.1
2.1
2.1
2.1
2.1
2023-12-262.1
68.0**
50 987783 Compact Headers1046810789 2.23

5051 987719 Display Mail User Agent T1016810584 1.8.10.6

1.8.14.64

2.2.3

5152 1556 Allow HTML Temp1003910394 5.4.3

5.7.8

6.3.8

52695913List Addons in Windows' Programs98291.2

2.1
2.1
2.1
2.1
2.1
2.1
2023-12-262.1
68.0**
53 987908 DeepL翻訳95419968 1.6.2

1.6.2

54 988018 Dark Reader93599645 4.9.68
55 988096 Attachment Extractor92659542 56 987708 Auto Address Cleaner T89969494 1.0.8

1.0.8

1.1
57 987798 MyPhoneExplorer87868951 2.0.25

4.0

58 987780 Google Calendar Tab84368739 0.2
0.2
59 987934 Simple Mail Redirection79548418 1.44

60 1279 Xpunge78278099 0.7.1

1.0.0

2.1.1

61 330066 Edit Email Subject (EES)76207929 2.1.1

3.2

4.3

6263 988090 Google-4-TbSync76057828 0.1.8

6364 988489 uBlock Origin74797677 65 986372 BorderColors D71537478 1.1.1

1.4.0

2023.8.1
66 472193 CategoryManager70917467 2.09

3.11

4.4

67987960Simple Startup Minimizer65680.6
0.6
0.6
0.6
0.6
2021-08-190.6
78.0**
68 12018 Quick Folder Move65586862 1.6.1

1.7.1

1.9.0

68987960Simple Startup Minimizer67450.6
0.6
0.6
0.6
0.6
2021-08-190.6
78.0**
69 742199 Attach from Clipboard58366037 1.1.0

1.3.68

1.78.1

70 56935 Identity Chooser58106006 1.9.7

1.9.9

2.2

71 809689 Grammalecte [fr] (for Thunderbird)57025903 1.5.0

1.9.2

2.1.1
72 987995 Hide Local Folders for TB78++53235592 1.0.1

73 987906 Full Address Column50425282 1.0.4

1.0.4

74 988175 Emoji49425152 3.19
75 988164 Outlook/Teams Appointments48285103 1.2
76 324497 SmartTemplates48055080 2.16

2.16

3.15.1

77 988116 Charset Menu47365032 1.1.2

78 987900 QNote46945020 0.12.5

0.12.5

79 244848 ExQuilla for Exchange46294818 68.1.1


78.1

78.1

80 988161 ✨ Awesome Emoji Picker ✨46094809 81 987888 Message Header Toolbar Customize45754732 2.2.1

82987931Birthday Calendar43741.0

1.0

1.2.2

1.2.2

1.2.2

2024-06-161.2.2

102.0128.*128.*
83 987944 Darko43644525 3.4
85646888Dictionary for recipient423983987931Birthday Calendar44701.0

1.0

1.2.2

1.2.2

1.2.2

2024-06-161.2.2

102.0128.*128.*
85646888Dictionary for recipient4429 1.0.3

2.0.5

2.3.1

8687 12802 Phoenity Buttons41834337 2.7

3.8

4.2

88987892Quote Colors & Collapse42561.0.5

2.0.10

3.2.7
4.1.0
4.2.1
4.2.1
2023-04-294.2.1
113.0**
89 747286 Google Keep Tab40714241 0.10.3

0.10.4

0.10.8
89987892Quote Colors & Collapse405090987885tbkeys-lite3947 1.0.5

2.0.10

3.2.7
4.1.0
4.2.1
4.2.1
2023-04-294.2.1
113.0**2.2.4

2.2.4

2.2.4

2.2.4

2.2.4

2.2.4

2023-07-202.2.4

68.0115.*130.*
9091 11646 No Message Pane Sort37993926 1.4

1.5

2.0.2

91987885tbkeys-lite37862.2.4

2.2.4

2.2.4

2.2.4

2.2.4

2.2.4

2023-07-202.2.4

68.0115.*130.*
92 988001 Attachment Viewer: view in a tab, slid37223893 1.2.7

93 59195 G-Hub Lite36373808 6.0.0

7.1.0
7.1.0
95 988296 Minimize on startup34873624 1.1
96116388Automatic Dictionary34641.11.0

1.12.0

3.0.1

3.0.1

3.11.0

3.11.0

3.11.0

2024-07-153.11.0

102.0129.0129.0
97 987909 ThirdStats34573614 1.8.0
9897 987801 FileLink for Plik34273607 1.2.2
1.2.2
9998116388Automatic Dictionary36031.11.0

1.12.0

3.0.1

3.0.1

3.11.0

3.11.0

3.11.0

2024-07-153.11.0

102.0129.0129.0
101 987740 Nostalgy++/ Manage, search and archive33843519 1.0.15

3.4.2

101102 6533 ThreadVis33183506 2.3.2

3.0.1

3.1.1

102103 331319 Folder Pane View Switcher33103417 2.0.2

4.0.2

4.0.2

1041898FolderFlags32671.2.6

1.6.0

1.6.0

1.6.0

1.6.0

1.6.0

2023-06-191.6.0

68.0115.*115.*
105 988333 WhatsApp Web in Thunderbird32583408 1.4.2
1.4.2
1071051898FolderFlags33761.2.6

1.6.0

1.6.0

1.6.0

1.6.0

1.6.0

2023-06-191.6.0

68.0115.*115.*
106 986682 Disable DragAndDrop (New)31883362 5.3.0

5.3.0

109108 46207 mailmindr30723212 0.9.1

0.9.4

1.5.0

110 811161 WarnAttachment28593040 0.11

2.13

2.13

113 356507 Header Tools Lite26122720 0.6.2

1.5.3

114115 986692 Profile Switcher25722677 2.4

2.6

115116 987775 Search Button25302649 1.0.1

2.3.2

117118 988190 Old (classic) Icons24552541 1.0.4

119 988091 Expression Search - NG23202412 2.11

120121 287743 MailHops22792339 3.2.0

3.8.1

4.3.3

122 987764 Header Tools Improved22382320 2.3

3.7

123124 987734 Mail Merge P21432258 2.3

126 11727 ReFwdFormatter20622178 1.65.1

2.68.0

2.78.0

127128 1203 Correct Identity
Identity Chooser
20392118 2.0.1

129 986300 URL Link20202085 2.05

3.5.2

3.5.2

130 2874 Folder Account19702051 7.0

9.0

10.0

131 988195 Filter Manager19251999 1.0

1.0

132987946Export to ZIP18311.0.0
1.0.0
1.0.0
1.0.0
1.0.0
2020-11-161.0.0
78.4.0**
133 769143 Lightning Invitation Notifier | LIN18291923 1.4

2.1b

128.0

133987946Export to ZIP19071.0.0
1.0.0
1.0.0
1.0.0
1.0.0
2020-11-161.0.0
78.4.0**
134 310 BiDi Mail UI18191854 0.10

0.13

0.13

135 987932 StandardTexter17531843 0.61

1.1.0
136 987833 GCalTab16951760 3.1.0
3.1.0
1372610Mailbox Alert16480.23.1

0.24

0.27

0.29.1

0.30

2022-07-030.30

102.0102.*102.*
138 2561 Copy Sent to Current16381705 1.2.4

2.0.3

3.27

139987800Copy Address15851382610Mailbox Alert16980.23.1

0.24

0.27

0.29.1

0.30

2022-07-030.30

102.0102.*102.*
139987800Copy Address1660 0.0.1
0.0.1
0.0.1
0.0.2
0.0.2
0.0.2
140 987865 Previous Colors15191599 1.2

1.2

141988057KeepRunning15162.2

2.2

2.2

2.2

2.2

2.2

2021-02-232.2

68.0**
142 987689 changeQuote14891562 1.4

1.5.3

144987911Spam Scores1473143988057KeepRunning1561 1.3.1

1.4.2

1.4.2

1.4.2

1.4.2

2024-06-201.4.2

91.0a1115.*2.2

2.2

2.2

2.2

2.2

2.2

2021-02-232.2

68.0* *
145144 988187 Google Chat Tab14491540 0.1.0
146988035Markdown Here Revival1434145987911Spam Scores1523 3.3.1

3.5.1

3.5.1

3.5.1

2023-11-183.5.1

91.0121.0121.01.3.1

1.4.2

1.4.2

1.4.2

1.4.2

2024-06-201.4.2

91.0a1115.**
147146 986323 ConfirmBeforeDelete14291493 0.3.8

1.3

1.5.5

147988035Markdown Here Revival14903.3.1

3.5.1

3.5.1

3.5.1

2023-11-183.5.1

91.0121.0121.0
148 987706 G Suite in tab13971469 0.2.0

1.0.1
149987784Config Button13891.4

1.7

1.8

1.8

2.1

2.1

2024-04-222.1

111.0127.*129.*
150 988115 Clippings for Thunderbird13811457 6.1.6

151150 705889 TORPEDO - TOoltip-poweRed Phishing Ema13631430 3.2.2
3.2.2
3.2.2
151987784Config Button14271.4

1.7

1.8

1.8

2.1

2.1

2024-04-222.1

111.0127.*129.*
153 988081 Outlook Address Book Enabler12981368 154 2299 ThreadKey12931347 1.4

2.5

2.5

155987651Night and Day Dynamic12741.1
1.1
1.1
1.1
1.1
1.1
1.1
2019-07-271.1
60.0**
156 986632 SPAMBEE12731329 2.2.4

3.2.1

156987651Night and Day Dynamic13161.1
1.1
1.1
1.1
1.1
1.1
1.1
2019-07-271.1
60.0**
157 987787 Restart Button12721302 1.3

1.3

158987844InsertSignature12940.4.5
0.4.5
0.4.5
0.4.5
0.4.5
0.4.5
2024-07-170.4.5
68.6.0**
159 988056 Get All Mail Button for TB78++12651292 2.3.1

160162 988059 Unsubscribe12331266 1.1.1
161987844InsertSignature12330.4.5
0.4.5
0.4.5
0.4.5
0.4.5
0.4.5
2024-07-170.4.5
68.6.0**
162163 360086 Toggle Headers12261259 1.0

2.0

3.0

164 988215 Start with Inbox11581183
166987914Filter on Folder Button1117165988067Signature sync for Gmail1164 1.2.0

1.2.0

1.5.0

1.5.1

2023-09-051.5.1

115.0115.*115.*2.0.2

3.1.1
3.1.1
3.1.1
3.1.1
2024-01-043.1.1
91.0**
167 987966 Search for11031151 1.0.1
168988067Signature sync for Gmail1101987914Filter on Folder Button1149 2.0.2

3.1.1
3.1.1
3.1.1
3.1.1
2024-01-043.1.1
91.0**1.2.0

1.2.0

1.5.0

1.5.1

2023-09-051.5.1

115.0115.*115.*
170 987808 quicker quicksearch10771125 2.6
2.6
172173 988098 Thunderbird Todoist10601107 0.6
0.6
173175 331666 QuickArchiver10411076 0.2.4

0.2.5

0.2.11

176 612 NestedQuote Remover10121039 0.8.14

0.9.2

1.4.0
180 987987 Toggle HTML9761009 1.4

1.4

183184 987858 Mark All Read:WE939966 1.1
1.1
184986334Open With9366.8.6

6.9.2

7.2.6
7.2.6
7.2.6
7.2.6
7.2.6
2021-08-287.2.6
78.5.0**185987729New Folder Filters Button
Filter on Folder Button
9661.5

3.3

3.3

3.4

3.4

2023-07-263.4

102.0115.*115.*
185186 676875 Rspamd-spamness932963 0.9.1

1.1.1

2.1.0a1

186987729New Folder Filters Button
Filter on Folder Button
9311.5

3.3

3.3

3.4

3.4

2023-07-263.4

102.0115.*115.*187986334Open With9586.8.6

6.9.2

7.2.6
7.2.6
7.2.6
7.2.6
7.2.6
2021-08-287.2.6
78.5.0**
187188 987746 FileLink Provider for OwnCloud and Nex913953 1.8
1.8
190 987964 Smileyfixer874917 2.0.1
191 988546 Send Later Button870914 1.2
193 787632 Quick Folder Key Navigation857891 1.0.0.3

3.3.1

3.3.1

194 10149 New Tab Button855882 0.2.10b1

0.3.0

2.0.6

195 988108 OpenPGP Alias Updater823875 0.3i

197988353Link Creator8621.0
1.0
1.1.2
1.2
2024-07-141.2
124.0**
198 987933 Toggle Line Wrap811834 1.4.2

198200 3492 Show InOut786823 1.2.2

2.0.1

3.14

199203 987984 Just Report It770788 1.3.0
1.3.0
204988068Read Aloud: A Text to Speech Voice Rea7251.71.0
1.71.0
1.71.0
1.71.0
1.71.0
1.71.0
1.71.0
2024-05-291.71.0
60.0206987776Limit non-BCC recipients7542.1.1
2.1.1
2.1.1
2.1.1
2.1.1
2021-05-122.1.1
78.0 * *
205207 987994 Telegram Web in Thunderbird721749 3.2.1
3.2.1
206987776Limit non-BCC recipients7192.1.1
2.1.1
2.1.1
2.1.1
2.1.1
2021-05-122.1.1
78.0208988068Read Aloud: A Text to Speech Voice Rea7391.71.0
1.71.0
1.71.0
1.71.0
1.71.0
1.71.0
1.71.0
2024-05-291.71.0
60.0 * *
208209 508826 EDS Calendar Integration704725 0.5.3

0.8.0

0.9.3

209988353Link Creator700210987803Expand mailing lists722 1.0
1.0
1.1.2
1.2
2024-07-141.2
124.01.1.0
1.1.0
1.1.0
1.1.0
1.1.0
2020-12-031.1.0
78.0 * *
210211 714655 Layout Button689710 3.0
3.0
3.0
211987803Expand mailing lists6851.1.0
1.1.0
1.1.0
1.1.0
1.1.0
2020-12-031.1.0
78.0**
212 711456 TexTra683710 1.0.15

1.18.0
1.18.0
213 984085 Unmangle Microsoft ATP Safelinks673701 1.51

2.0.2

3.0.1
214161710More Snooze6641.2.1

2.0.1

3.3.2

3.3.2

3.3.2

3.3.2

988066reply-all-auto-cc690 2023-07-063.3.2

1.1.3
1.1.3
1.1.3
1.1.3
1.1.3
2021-09-041.1.3
78.0115.*115.***
215451482Paranoia6620.2.7

0.3.2

0.4.1
0.4.1
0.4.1
0.4.1
0.4.1
2024-06-230.4.1
78.0**
216 320395 RemindIt659690 2.1a

3.0.68
3.0.68
218216 161820 AlertSwitch650684 0.9.03

0.9.4

0.9.14

219988066reply-all-auto-cc647217161710More Snooze6841.2.1

2.0.1

3.3.2

3.3.2

3.3.2

3.3.2

1.1.3
1.1.3
1.1.3
1.1.3
1.1.3
2021-09-041.1.3
2023-07-063.3.2

78.0115.*115.*
218451482Paranoia6800.2.7

0.3.2

0.4.1
0.4.1
0.4.1
0.4.1
0.4.1
2024-06-230.4.1
78.0 * *220 987925 EML-Editor631655 1.8

221 988447 GMail Labels628653 0.2
223987920ProtonMail Encryption Status6241.0
1.0
1.0
1.0
1.0
1.0
2020-10-061.0
66.0**
224 988256 Grammar, Proofreading & Spell Checker617644 1.2
225987920ProtonMail Encryption Status6351.0
1.0
1.0
1.0
1.0
1.0
2020-10-061.0
66.0**
228 988289 keepassxc-mail599619 1.0.2.1

1.8

228229 988314 Auto-Mark Folder Read590613
231988099Link in Tab5701.6
1.6
1.6
1.7
1.7
2024-05-061.7
115.0**
233232 988513 S3 FileLink Provider565588
233988099Link in Tab5831.6
1.6
1.6
1.7
1.7
2024-05-061.7
115.0**
235 4268 Colored Diffs515538 0.9

1.9

2.1.1
236 986655 FrameWhite509526 57.8

117.1
237987786DevTools Button5012548Sieve5240.3.1

0.6.1

0.6.1

0.6.1

0.6.1

1.2

1.3

1.5

1.5

1.5

1.5

2024-04-221.5

91.0127.*129.*2021-11-080.6.1

68.0a1102.0102.0
238239 988145 Google Messages Tab499514 1.0.0
239240 988079 Open Image In New Tab495513 1.0.1
2402548Sieve4950.3.1

0.6.1

0.6.1

0.6.1

0.6.1

2021-11-080.6.1

68.0a1102.0102.0
242241 988064 Thematic486511 7.0.2
7.0.2
7.0.2
24249594SubSwitch5080.9.36

0.9.39

0.9.56

0.9.56

0.9.56

0.9.62

2023-09-200.9.62

115.0119.*119.*
243 987923 Move Mail Shortcuts486504 5
244 988488 Just Verify It479495 245 987785 Toggle Message Pane479495 1.4

1.4

24649594SubSwitch4780.9.36

0.9.39

0.9.56

0.9.56

0.9.56

0.9.62

2023-09-200.9.62

115.0119.*119.*
247 987807 Add to Mailing list477492 1.0
1.0
1.1
249987902Deselect on Delete TB78465247467893Macro Template488 3.6

3.6

3.7
3.7
3.7
2023-10-113.7
102.0**
250987705Open Tab4631.2
1.2
1.2
1.2
1.2
1.2
1.2
2022-05-271.2
60.02.1.1.1

3.3.0.0
3.3.0.0
3.3.0.0
3.3.0.0
3.3.0.0
2024-01-283.3.0.0
78.0 * *
251248 987821 OpenAttachmentByExtension461485 0.10.4

0.10.4

252467893Macro Template460250987902Deselect on Delete TB78479 2.1.1.1

3.3.0.0
3.3.0.0
3.3.0.0
3.3.0.0
3.3.0.0
2024-01-283.3.0.0
78.03.6

3.6

3.7
3.7
3.7
2023-10-113.7
102.0**
251987705Open Tab4791.2
1.2
1.2
1.2
1.2
1.2
1.2
2022-05-271.2
60.0 * *
253252 987727 Monterail Full Dark 2 for TB>68454469 2.1

3.2.3

254253 348798 Evernote Tab448465 0.1.21

2.0.2
258987786DevTools Button4401.2

1.3

1.5

1.5

1.5

1.5

2024-04-221.5

91.0127.*129.*
259 988442 Move Folder (context-menu)402415 260 988365 Advanced Composer397414 261 988293 Joplin Export376389
262988255Topic Tree / Notebook in TB3651.2.10
1.4.5
1.4.5
1.4.5
1.4.5
2023-05-161.4.5
91.0**
263 988087 Message Mover365380 1.6.0
264 988038 Archive old messages364379 0.1.4
265988255Topic Tree / Notebook in TB3781.2.10
1.4.5
1.4.5
1.4.5
1.4.5
2023-05-161.4.5
91.0**
266 988416 Quick Filter By352365 7

267 987806 Weatherlicious351364 2.0
2.0
2.0
270269 988493 Aify345361 1.19
271272 988304 Contact Finder342355 1.2
272273 532656 CardDAV Browser342354 7.0
273274 367989 Rise of the Tools342351 1.1.1.0

1.2.0.2

2.0.0.2

274987894ScrollAnywhere3399.2
9.2
9.2
9.2
9.2
2022-04-199.2
78.0**
277276 988228 cb_thunderlink334346 1.7.3

1.7.3

279987852PGPGeek324278987894ScrollAnywhere343 1.6
1.6
1.6
1.6
1.6
2020-07-091.6
9.2
9.2
9.2
9.2
9.2
2022-04-199.2
78.0 * *280 988342 External Editor Revived320331
281987857Preferences Button3201.2

1.2

1.5

1.5

1.5

1.5

2024-04-221.5

91.0127.*129.*
282 988160 Unicodify – Text transformer318329
285986610userChromeJS3090.0.3

1.0

1.0

1.2

1.2

1.2

1.2

2023-09-051.2

91.0119.*128.*
286987980Add contact to CC by mentioning in bod308283987852PGPGeek329 0.6.4
0.6.4
0.6.4
0.6.4
0.6.4
2021-04-090.6.4
78.5.01.6
1.6
1.6
1.6
1.6
2020-07-091.6
78.0 * *
287988230MetaClean for Thunderbird306284987857Preferences Button327 1.2

1.2

1.5

1.5

1.5

1.5

2024-04-221.5

91.0127.*129.*
285987980Add contact to CC by mentioning in bod325 1.7

1.7

2.0.2

2.0.2

2024-02-132.0.2

102.0120.*120.*0.6.4
0.6.4
0.6.4
0.6.4
0.6.4
2021-04-090.6.4
78.5.0**
286986610userChromeJS3180.0.3

1.0

1.0

1.2

1.2

1.2

1.2

2023-09-051.2

91.0119.*128.*
290287 805362 Copy Message ID299316 1.0.1

1.3.2
1.3.2
291690062Sender Frequency2991.2.1

2.0.5

2.0.5

2.0.5

2.0.5

3.0.1

3.1.0

2024-07-073.1.0

128.0128.*128.*289988230MetaClean for Thunderbird3121.7

1.7

2.0.2

2.0.2

2024-02-132.0.2

102.0120.*120.*
292987701M-Hub Lite3092.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2019-10-032.0.0
68.0a1**
293 746354 New Email To All:reply, ready for new 296307 1.2.0

2.1
294987701M-Hub Lite2942.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2019-10-032.0.0
68.0a1**690062Sender Frequency3061.2.1

2.0.5

2.0.5

2.0.5

2.0.5

3.0.1

3.1.0

2024-07-073.1.0

128.0128.*128.*
298299 988238 Get All Senders281292 1.1.1
301 559954 Tidybird277290 1.3.1

2.1

3.2.1

303305 987859 Pywalfox274283 2.0.11
2.0.11
2.0.11
308311 988362 Scriptable Notifications267274
309312988024Open in browser2740.1.5
0.1.5
0.1.5
0.1.5
0.1.5
2024-07-190.1.5
78.0**
313 986522 PopMailListRecipients 2267272 1.1

2.3
312988024Open in browser266315988540ThunderWebTabs269 0.1.4
0.1.4
0.1.4
0.1.4
0.1.4
2022-06-210.1.4
78.00.4.0
0.4.0
0.4.0
0.4.0
0.4.0
0.4.0
2023-08-080.4.0
64.0 * *
314317 988002 Autofile - fast e-mail to folder filin261268 2.0.2
315988540ThunderWebTabs2570.4.0
0.4.0
0.4.0
0.4.0
0.4.0
0.4.0
2023-08-080.4.0
64.0**
316320 988221 ReplyAsOriginalRecipientUp257260
320321 987738 Move messages250260 1.10
1.10
322988060Text Insert: Templates/Instant Spell C2571.5.7
1.5.7
1.5.7
1.5.7
1.5.7
2023-12-051.5.7
78.6.0115.*128.*
324 987926 UrgentMail247254 1.5
323988060Text Insert: Templates/Instant Spell C246325988279Jitsi Meet event generator251 1.5.7
1.5.7
1.5.7
1.5.7
1.5.7
2023-12-051.5.7
78.6.0115.*128.*0.2.2
0.2.2
0.2.2
0.2.2
0.2.2
2022-04-010.2.2
78.0**
324326 986523 Hide Email Folders245251 1.0

2.0

3.0.0

325988279Jitsi Meet event generator2430.2.2
0.2.2
0.2.2
0.2.2
0.2.2
2022-04-010.2.2
78.0**
328327 988197 TabControl238245 0.3.0
0.3.0
330329 988625 ObsidianClipper231241 0.4.1
331 987860 Empty Folder230238 1.4
1.4
338337 988338 WhatsApp - Thunderbird214223 1.1
340 987726 Monterail Dark 2 for TB>68210219 2.1

3.2.1

341988430archive-by-time2160.4.1
0.4.1
0.4.1
0.4.1
0.4.1
2024-01-110.4.1
78.0**
343 704523 EuropeanMX Spam Reporter209215 1.0

2.1
346345 988561 Freecosys - Провайдер FileLink204214
347988271Autocopy 78+2043.0.2
3.0.2
3.0.2
3.0.2
3.0.2
2022-02-253.0.2
78.4.0**
348346 986415 stripImages203212 1.0.9
1.0.9
349988271Autocopy 78+2093.0.2
3.0.2
3.0.2
3.0.2
3.0.2
2022-02-253.0.2
78.4.0**
351 988423 SpamTester200206 1.0.1
350352 988113 Ungender200205 1.0.0
351988430archive-by-time1960.4.1
0.4.1
0.4.1
0.4.1
0.4.1
2024-01-110.4.1
78.0**
352354 988359 thundersort195201
354355 988356 Auto Mark As Read192197 1.0.10
1.0.10
1.0.10
360362 988319 10ten Japanese Reader (Rikaichamp)180186
363988070OpenFolder1821.1.0
1.1.0
1.1.0
1.1.0
1.1.0
1.1.0
2021-04-211.1.0
68.0**
366 415184 iOS IMAP Notes175179 0.1.2

0.1.4

368 745576 Logout169176 1.3

2.0

2.5

369988070OpenFolder168371988292CustomCSS172 1.1.0
1.1.0
1.1.0
1.1.0
1.1.0
1.1.0
2021-04-211.1.0
68.01.3
1.3
1.3
1.3
2023-09-301.3
91.0 * *
370372 1392 Maximize Message Pane167172 1.2.31

1.3.1

2.0.10

372988292CustomCSS1641.3
1.3
1.3
1.3
2023-09-301.3
91.0**
374375 987921 Safelink removal162167 0.0.4d
377988268GTrash157379987935RedThunderMineBird Plus164 0.2.1
0.3.0
0.3.0
0.3.0
2022-06-300.3.0
102.02.2.0
2.2.0
2.2.0
2.2.0
2.2.0
2021-10-202.2.0
78.0 * *
378380 988227 Render Markdown Messages157162 1.2.0
381382 988307 AddAccents154160
383987935RedThunderMineBird Plus153988268GTrash160 2.2.0
2.2.0
2.2.0
2.2.0
2.2.0
2021-10-202.2.0
78.0**
0.2.1
0.3.0
0.3.0
0.3.0
2022-06-300.3.0
102.0**
384988085Open Google Voice148386988094RainbowNote152 1.0
1.0
1.0
1.0
1.0
1.0
2021-03-251.0
68.031.1
31.1
31.1
31.1
31.1
2024-02-2731.1
78.0 * *
385387 566490 Expertspam148152 1.60

2.0.0
388988094RainbowNote145389988085Open Google Voice151 1.0
1.0
1.0
1.0
1.0
1.0
2021-03-251.0
68.0**
393987823AutoBucket148 31.1
31.1
31.1
31.1
31.1
2024-02-2731.1
1.0.13
1.2.0
1.2.0
1.2.0
1.2.0
1.2.0
2021-02-081.2.0
78.0 * *
389394 534258 Received145148 0.2.3

1.0.0

2.6.0

391987823AutoBucket1441.0.13
1.2.0
1.2.0
1.2.0
1.2.0
1.2.0
2021-02-081.2.0
78.0**
393396 988166 googlesearchwebapp143146 1.2
394398 615980 Toggle Quotes (Collapse Quotes)
Quote Colors & Collapse
141144 0.9

2.0

3.2

398400 327780 Auto Select Latest Message138141 2.2.0

2.3.0b1

3.2.1

402988243Seafile Filelink1331.0.1
1.0.1
1.0.1
1.0.1
1.0.1
2022-01-041.0.1
78.0**
407401 988303 TUD-CERT Phishing Report131140 23.8.1

413988183CloneMessage126402988243Seafile Filelink140 1.3
1.3
1.3
1.3
1.3
2022-06-171.3
1.0.1
1.0.1
1.0.1
1.0.1
1.0.1
2022-01-041.0.1
78.0 * *
415988167todowebapp124413988183CloneMessage131 1.2
1.2
1.3
1.3
1.3
2023-06-18 1.3
102.0102.*1.3
2022-06-171.3
78.0* *
417 988180 Strip inline images122128 1.0
418988167todowebapp1281.2
1.2
1.3
1.3
1.3
2023-06-181.3
102.0102.**
420 988122 Addon-Info/Sync/Compatibility122126 1.1
422 988715 AI Grammar119125 2
426424 372603 Enhanced Priority Display117122 1.8.2

3.0.3

3.0.3

432428 988176 Notebird113120 1.7.0.1
1.7.0.1
1.7.0.1
434432 988698 Thunderbird Email 2 CSV Exporter112118 3.0
3.0
3.0
435434 988591 One-Click Forward111117 1.0.2
436 987869 Next Unread Thread (Mark All Read)111115 1.1

1.1

437438 987868 Next Unread Group (Mark All Read)111114 1.1

1.1

440988252RepSel: Reply to all selected mails107443988387DS-BCC112 5
6.0
6.0
6.0
6.0
2023-10-176.0
88.0a1**
441987916telegramwebapp107 1.2
1.2
1.31
1.31
1.31
2023-06-181.31
102.0102.*1.0.7
1.0.7
1.0.7
1.0.7
2024-02-121.0.7
91.0* *
442444 987838 Sender Domain107111 0.0.2

0.0.2

446988025Safe Links Cleaner106988252RepSel: Reply to all selected mails1105
6.0
6.0
6.0
6.0
2023-10-176.0
88.0a1**
447988025Safe Links Cleaner110 1.5.6
452988387DS-BCC103448987916telegramwebapp110 1.0.7
1.0.7
1.0.7
1.0.7
2024-02-121.0.7
91.0*1.2
1.2
1.31
1.31
1.31
2023-06-181.31
102.0102.* *
454450 4454 Priority Switcher102109 0.7.10b1

0.8.1

2.0.3

456 988188 MoreLayouts98103
457458 988564 Paste code97102 0.1
458460 987779 BrowseInTab97100 2.8

463461 988677 Tag Sync for TB9399 1.2.9
1.2.9
1.2.9
464465 987988 Toggle Inline9397 1.2

466 546538 Single Domain9295 2.5

3.3.1

4.3
467988327Netiquette checker and wrapper91468988543selectAll Button92 1.1
1.1
1.1
1.1
2023-08-04 1.1
2022-09-291.1
78.091.0 * *
468988543selectAll Button90469988327Netiquette checker and wrapper92 1.1
1.1
1.1
1.1
2023-08-04 1.1
91.02022-09-291.1
78.0 * *
469470 852623 Remote Content By Folder9092 1.0.1

1.0.10

2.0.1

472 988417 Empty Folder8890 6
481474986363ansitel Click-to-Dial MT2901.6
1.6
1.6
1.6
1.6
1.6
2021-10-061.6
68.3.0**
482 988557 Change Link Appearance8488 1.1
482484988171msofficewebapp881.2
1.2
1.3
1.3
1.3
2023-06-181.3
102.0102.**
487 988445 AutoMover8487 1.5
483987834SpoofDetection842.6.3
2.6.3
2.6.3
2.6.3
2.6.3
2020-07-292.6.3
73.0a1**
485488 988531 New Tab8386 1.0
1.0
1.0
488988171msofficewebapp83489987834SpoofDetection86 1.2
1.2
1.3
1.3
1.3
2023-06-181.3
102.0102.**
491986363ansitel Click-to-Dial MT2821.6
1.6
1.6
1.6
1.6
1.6
2021-10-061.6
68.3.02.6.3
2.6.3
2.6.3
2.6.3
2.6.3
2020-07-292.6.3
73.0a1 * *
492988282CatchAll Bird811.1.2
1.1.2
1.1.2
1.1.2
1.1.2
2024-01-071.1.2
78.0**
493 987989 Toggle Summary8183 1.3

494988389Thunderbird OpenProject78988282CatchAll Bird82 0.5
0.5
0.5
0.5
0.5
0.5
2022-10-280.5
68.0102.*1.1.2
1.1.2
1.1.2
1.1.2
1.1.2
2024-01-071.1.2
78.0* *
495 987664 Copy Patch7882 1.3.2

2.1.3

500988288sms7775497988389Thunderbird OpenProject81 1.1
1.1
1.1
1.1
1.1
2022-03-221.1
78.0*0.5
0.5
0.5
0.5
0.5
0.5
2022-10-280.5
68.0102.* *
501499 987922 Date detection7478 0.0.7

0.0.7

503987986Select Prev on Delete73502988199RT Archive Emails to Sugar & SuiteCRM76 1.0.0

1.0.0

1.0.0

1.1.0

2023-10-101.1.0

112.0118.*118.*2.2.3
2.2.3
2.2.3
2.2.3
2.2.3
2024-06-102.2.3
78.0**
504988300QuickOWL72503988288sms7775 1.6
1.6
1.6
1.6
1.6
2022-09-151.6
1.1
1.1
1.1
1.1
1.1
2022-03-221.1
78.0 * *
505504 988168 onedrivewebapp7275 1.2
507988300QuickOWL741.6
1.6
1.6
1.6
1.6
2022-09-151.6
78.0**
508987986Select Prev on Delete741.0.0

1.0.0

1.0.0

1.1.0

2023-10-101.1.0

112.0118.*118.*
512 988476 If This, Then! - IFTTT connector7173 1.0.5
509988199RT Archive Emails to Sugar & SuiteCRM712.2.3
2.2.3
2.2.3
2.2.3
2.2.3
2024-06-102.2.3
78.0**
511513 988106 Toggle Address Box7072 1.0

517 988686 Multimonth view6669 2.4.5

2.4.5

2.4.5

520522 988402 YouTube Video Downloader6567 2.0
2.0
2.0
521523 987978 Monterail Darkness Extended6567 1.0.7

526529 988258 Recently6364 0.0.6
528530987749marked-lightning640.1.6

0.1.6

0.1.6

0.1.6

2022-06-300.1.6

68.0102.*102.*
535988738Two Dynamic Birds630.1
0.1
0.1
0.1
0.1
0.1
0.1
2024-06-130.1
60.0**
536 988590 YouTube RSS feed redesign6263 1.1
531537 988330 Reply with subaddress6163
532538 988245 Conscious ClickUp Save6163 2.0.0
2.0.0
78.0 **
533988126ResizeTbWidth6120.1
20.1
20.1
20.1
20.1
2023-01-1520.1
78.0102.**
534988069SPAM Check for OCN610.5.0
0.5.0
0.5.0
0.5.0
0.5.0
2021-03-070.5.0
78.0**
536987749marked-lightning610.1.6

0.1.6

0.1.6

0.1.6

2022-06-300.1.6

68.0102.*102.**
540 337144 Mail Sent Notifier6063 0.6.3

0.7.0

1.0.0
545988738Two Dynamic Birds580.1
0.1
0.1
0.1
0.1
0.1
0.1
2024-06-130.1
60.0541988126ResizeTbWidth6220.1
20.1
20.1
20.1
20.1
2023-01-1520.1
78.0102.**
542988069SPAM Check for OCN620.5.0
0.5.0
0.5.0
0.5.0
0.5.0
2021-03-070.5.0
78.0 * * 551 988131 Larger Message List5658 0.0.5

555553 988170 skypewebapp5457 1.2
563987796MessagePreview512.3

2.7

3.0

2022-06-253.0

102.0a1102.*102.*
566562 988125 Estimate your CO₂5053 2.8.1
576568987796MessagePreview522.3

2.7

3.0

2022-06-253.0

102.0a1102.*102.*
579 988510 vault56 protection4748 1.0.7
577580 988462 Seafile Filelink24748 0.0.7
0.0.7
0.0.7
583581 988428 TileNote4548 1.6
587 987938 PRATICHE MAIL4346 11.0
591988618Safelinks Cleanup422.1
2.1
2.1
2.1
2023-12-222.1
91.0**
597988545Dropbox Paper411.0
1.0
1.0
1.0
1.0
2023-08-121.0
78.0**
598593 988354 Bug Opener4144
599594 987939 PREVENTIVI MAIL4144 7.0
599988618Safelinks Cleanup422.1
2.1
2.1
2.1
2023-12-222.1
91.0**
600988380Thread in same folder40988545Dropbox Paper42 1.0
1.0
1.0
1.0
2022-09-222023-08-12 1.0
78.0 *
601987979AttachmentCount406.4

6.6

7.0

988380Thread in same folder42 2022-06-257.0

102.0a1102.*102.*1.0
1.0
1.0
1.0
1.0
2022-09-221.0
78.0**
602 987848 KundenMeister CRM Mail Export4042 1.1.3
1.1.3
1.1.3
603987816TransliteRussian for Thunderbird390.4
0.4
0.4
0.4
0.4
0.4
0.4
2020-10-220.4
60.0**
610988437Additional Info for Simplelogin38604987979AttachmentCount41 1.1
1.1
1.1
1.1
1.1
2024-03-221.1
78.0**6.4

6.6

7.0

2022-06-257.0

102.0a1102.*102.*
615612 988459 Cypherdog Encryption3739 1.0.1
616613987816TransliteRussian for Thunderbird390.4
0.4
0.4
0.4
0.4
0.4
0.4
2020-10-220.4
60.0**
619 832276 Rescue Conflicting Alternatives3738 0.2

0.4

2.0.1
623621 988451 PowerFolder3537 16.6.100
624622988437Additional Info for Simplelogin371.1
1.1
1.1
1.1
1.1
2024-03-221.1
78.0**
626 987849 Clacks Overhead3536 1.0.1
1.0.1
629 983832 Changelogger3435 1.1.1
1.1.1
1.1.1
630 442284 EnForward3435 0.4.11

0.5.1

2.1.2

634638 988431 RainbowMemo3132 2.3
644639 988399 Black Screen3032 1.0.1
1.0.1
1.0.1
650649988290Send then Archive300.1
0.1
0.1
0.1
0.1
2022-03-290.1
78.0**
651 988270 composeSelectMacro2829 1.0.6
651652 987760 Snakes by Bluemods2829 1.0
1.0
652988290Send then Archive27653987941Seams28 0.1
0.1
0.1
0.1
0.1
2022-03-290.1
2.0.1
2.0.1
2.0.1
2.0.1
2.0.1
2022-06-292.0.1
78.0 * *
659657 988482 New Bing Anywhere2627 1.6.0
1.6.0
1.6.0
660987941Seams262.0.1
2.0.1
2.0.1
2.0.1
2.0.1
2022-06-292.0.1
78.0**
661658 987927 To must occur only once2627 3.4.2
667666 988566 Mark Read on Tab Open2526 1.0
1.0
675677 988352 Archive 3 Month2425 0.2
684685 988213 Tomba : Email Finder2223 0.1.14
0.1.14
0.1.19
685686 987774 POPFile Jump2223 1.1.0
1.1.0
702703 988622 Articles Toolbar2021 1.1
1.1
1.1
703708 988322 Tela Icons 20
726723 988463 GrapeVine for Salesforce1718
727988448Arcus170.9.1
0.9.1
0.9.1
0.9.1
0.9.1
2023-02-150.9.1
78.0**
728724 988397 Dino Game1718 0.0.34
0.0.34
0.0.34
729725 988236 Safelinks Offr1718
730726 988107 TuLPe1718 1.4
738735988448Arcus170.9.1
0.9.1
0.9.1
0.9.1
0.9.1
2023-02-150.9.1
78.0**
736 988398 White Screen1617 1.0.6
1.0.6
1.0.6
739737 987901 Transfer Immunity1617 1.4.2

1.4.2

759753987915Mahoor-Iranian-Date151.1.5

1.1.5

1.1.5

1.1.5

1.2.0

2024-07-121.2.0

115.10.0127.*127.*
762 988214 Filter email folders 14
765771988669DMS HEADERS EXTRACTOR130.0.0.1
0.0.0.1
0.0.0.1
0.0.0.1
0.0.0.1
2024-02-120.0.0.1
78.0**
772 988281 regimail 13
767987915Mahoor-Iranian-Date131.1.5

1.1.5

1.1.5

1.1.5

1.2.0

2024-07-121.2.0

115.10.0127.*127.*
775988669DMS HEADERS EXTRACTOR120.0.0.1
0.0.0.1
0.0.0.1
0.0.0.1
0.0.0.1
2024-02-120.0.0.1
78.0789988752Mark Subfolders Read111.0
1.0
1.0
1.0
2024-06-261.0
91.0 * *
785790 988169 wikipediasearchwebapp 11
786791 988023 TimetableForWeb 11
787792 987970 Replaceholder 11
797988752Mark Subfolders Read10793987757TaskviewStyles11 2.6

6.1

6.1

6.1

1.0
1.0
1.0
1.0
2024-06-261.0
91.02022-06-076.1

78.0102.*102.*
801988623Dysclusif101.2.6
1.2.6
1.2.6
1.2.6
1.2.6
2024-05-161.2.6
78.0 * *
798802 988483 InfoCodex DocSummarizer 10
799803 988411 Thunvatar 10
800805 988276 ThunderThings 10
801987757TaskviewStyles102.6

6.1

6.1

6.1

2022-06-076.1

78.0102.*102.*
809988623Dysclusif91.2.6
1.2.6
1.2.6
1.2.6
1.2.6
2024-05-161.2.6
78.0**
821817 988731 Reply All Button89 1.1.0
1.1.0
1.1.0
822818 988291 Zivver for Thunderbird89 1.0.0
823988185Bookmarks: eMails and XNotes - Quick '8819988146smartCompose9 1.8.4

1.8.4

1.8.4

1.1.0

1.1.0

1.1.0

2022-10-041.8.4

78.6.02022-09-271.1.0

78.0 102.* 102.*
824988146smartCompose828988185Bookmarks: eMails and XNotes - Quick ' 8 1.1.0

1.1.0

1.1.0

1.8.4

1.8.4

1.8.4

2022-09-271.1.0

78.02022-10-041.8.4

78.6.0 102.* 102.*
825829 987951 Check Time 8
841850 988198 DontRestoreTabsRevival 7
864868988757Customoji60.1b
0.1b
0.1b
0.1b
0.1b
0.1b
0.1b
2024-07-060.1b
60.0**
869988328Open in XPS | XPSLogic64
4
4
4
4
2023-11-294
78.0**
870 987945 TreeChildrenHeight50OrDottedTreeCell 6
865871 987863 Eventview 6
895988757Customoji50.1b
0.1b
0.1b
0.1b
0.1b
0.1b
0.1b
2024-07-060.1b
60.0**
896901 988355 GIMPS Opener 5
897988328Open in XPS | XPSLogic54
4
4
4
4
2023-11-294
78.0**
898902 988297 acus 5
899903 988173 Thunderkey 5
900904 988000 TaskviewGridLayout 5
926931 988358 UUID - WES 4
927932 988323 Real sender of italian PEC 4
928933 988196 メッセージフィルターボタン 4
929934988065update-test42.5
2.5
2.5
2.5
2.5
2.5
2021-03-022.5
68.0**
935 987928 TabsInStatusbar&IconsInMenubar 4
931937 987753 Console messaging example 4
932938 987665 LeftTodaySubpaneOrLogoOrClock 4
959968 988754 BestReply 3
961969 988405 Netiquette Checker 3
962970 988361 EagleCloud Extension 3
963988065update-test32.5
2.5
2.5
2.5
2.5
2.5
2021-03-022.5
68.0**
10041007 988260 X-Original-To Column 2
10051008 988133 Click Speed Tester 2
10061009 987940 HOTEL MAIL 2
10531060 988727 Lex-ON Conecta 1
10541061 988703 ThunderbirdBravoClick2Call 1
10551062 988376 PGP Universal 1
10561063 988234 tbhints 1
10571064 988140 CPS Test Pro 1
10581065 987976 FindTasksButton 1
10591066 987974 淘宝领券助手 1
10601067 987864 Metamorfik 1
10671074 986223 Thunderbird Addons Test 1
12201221 988392 Message List Preview 0
12221223 988123 HERA - Hotel Email Reservation Assista 0
12231224 988086 ConfirmConversionsAtSelecting 09 47144 Mail Merge6208665568 5.6.0

6.1.0

7.4.0

10 988138 Grammar and Spell Checker — LanguageTo5684559492 8.6.0

69 742199 Attach from Clipboard58366037 1.1.0

1.3.68

1.78.1

126 11727 ReFwdFormatter20622178 1.65.1

2.68.0

2.78.0

140 987865 Previous Colors15191599 1.2

1.2

141143 988057 KeepRunning15161561 2.2

2.2

144145 987911 Spam Scores14731523 1.3.1

162163 360086 Toggle Headers12261259 1.0

2.0

3.0

200202 407832 Filter Button769795 1.2

1.2

220 987925 EML-Editor631655 1.8

299302 988559 Unified Folders Debugging280286 304 844927 ToggleReplied273284 0.5.3

1.0.5

4241 15102 Manually sort folders1370714346 1.2.1

2.3.0

2.3.0

78 987900 QNote46945020 0.12.5

0.12.5

137138 2610 Mailbox Alert16481698 0.23.1

0.24

0.27

253252 987727 Monterail Full Dark 2 for TB>68454469 2.1

3.2.3

273274 367989 Rise of the Tools342351 1.1.1.0

1.2.0.2

2.0.0.2

340 987726 Monterail Dark 2 for TB>68210219 2.1

3.2.1

370372 1392 Maximize Message Pane167172 1.2.31

1.3.1

2.0.10

398400 327780 Auto Select Latest Message138141 2.2.0

2.3.0b1

3.2.1

426424 372603 Enhanced Priority Display117122 1.8.2

3.0.3

3.0.3

442444 987838 Sender Domain107111 0.0.2

0.0.2

68.0a1 * 110.0


454450 4454 Priority Switcher102109 0.7.10b1

0.8.1

2.0.3

456 988188 MoreLayouts98103
458460 987779 BrowseInTab97100 2.8

536530 987749 marked-lightning6164 0.1.6

0.1.6

551 988131 Larger Message List5658 0.0.5

563568 987796 MessagePreview5152 2.3

601604 987979 AttachmentCount4041 6.4

630 442284 EnForward3435 0.4.11

0.5.1

2.1.2

703708 988322 Tela Icons 20
739737 987901 Transfer Immunity1617 1.4.2

1.4.2

759762 988214 Filter email folders 14
766773 988100 Folders for search, onDisk Status- Glo 13
799793987757TaskviewStyles112.6

6.1

6.1

6.1

2022-06-076.1

78.0102.*102.*
803 988411 Thunvatar 10
801987757TaskviewStyles10819988146smartCompose9 2.6

6.1

6.1

6.1

1.1.0

1.1.0

1.1.0

2022-06-076.1

2022-09-271.1.0

78.0 102.* 102.*
823828 988185 Bookmarks: eMails and XNotes - Quick ' 8
824988146smartCompose81.1.0

1.1.0

1.1.0

2022-09-271.1.0

78.0102.*102.*
864870 987945 TreeChildrenHeight50OrDottedTreeCell 6
865871 987863 Eventview 6
900904 988000 TaskviewGridLayout 5
927932 988323 Real sender of italian PEC 4
932938 987665 LeftTodaySubpaneOrLogoOrClock 4
10041007 988260 X-Original-To Column 2
10551062 988376 PGP Universal 1
10581065 987976 FindTasksButton 1
12201221 988392 Message List Preview 0
12231224 988086 ConfirmConversionsAtSelecting 0
9
8
7
2
3
1
1
1
4 640 Quicktext116170124421 1.5

2.15

3.6

6 4654 Remove Duplicate Messages8898993288 0.4.1

0.5.2.2

0.5.2.2

7 773590 TbSync6895872339 1.7.0.2

2.12

2.22

20 986338 Provider for Exchange ActiveSync3074032278 0.12

1.14

1.20

24 987840 PrintingTools NG2422825681 2.0.61

2.0.61

3032 64758 XNote++1945820445 2.2.14

2.3.1

3.1.7

33 438634 DKIM Verifier1733117913 2.2.0

3.1.0

4.1.1

3534 4970 Tag Toolbar / Tag Popup1535616268 0.9.12

1.0.2

2.1.5

40 3254 QuickFolders (Tabbed Folders)1400014551 4.22.3

4.22.3

5.9.1

55 988096 Attachment Extractor92659542 60 1279 Xpunge78278099 0.7.1

1.0.0

2.1.1

6263 988090 Google-4-TbSync76057828 0.1.8

72 987995 Hide Local Folders for TB78++53235592 1.0.1

73 987906 Full Address Column50425282 1.0.4

1.0.4

92 988001 Attachment Viewer: view in a tab, slid37223893 1.2.7

99101 987740 Nostalgy++/ Manage, search and archive33843519 1.0.15

3.4.2

101102 6533 ThreadVis33183506 2.3.2

3.0.1

3.1.1

104105 1898 FolderFlags32673376 1.2.6

1.6.0

1.6.0

107106 986682 Disable DragAndDrop (New)31883362 5.3.0

5.3.0

109108 46207 mailmindr30723212 0.9.1

0.9.4

1.5.0

113 356507 Header Tools Lite26122720 0.6.2

1.5.3

117118 988190 Old (classic) Icons24552541 1.0.4

119 988091 Expression Search - NG23202412 2.11

134 310 BiDi Mail UI18191854 0.10

0.13

0.13

142 987689 changeQuote14891562 1.4

1.5.3

146988035Markdown Here Revival14343.3.1

3.5.1

3.5.1

3.5.1

2023-11-183.5.1

91.0121.0121.0
147 986323 ConfirmBeforeDelete14291493 0.3.8

1.3

1.5.5

147988035Markdown Here Revival14903.3.1

3.5.1

3.5.1

3.5.1

2023-11-183.5.1

91.0121.0121.0
154 2299 ThreadKey12931347 1.4

2.5

2.5

166168 987914 Filter on Folder Button11171149 1.2.0

173175 331666 QuickArchiver10411076 0.2.4

0.2.5

0.2.11

186185 987729 New Folder Filters Button
Filter on Folder Button
931966 1.5

3.3

195 988108 OpenPGP Alias Updater823875 0.3i

197198 987933 Toggle Line Wrap811834 1.4.2

208209 508826 EDS Calendar Integration704725 0.5.3

0.8.0

0.9.3

212 711456 TexTra683710 1.0.15

1.18.0
1.18.0
214161710More Snooze6641.2.1

2.0.1

3.3.2

3.3.2

3.3.2

3.3.2

2023-07-063.3.2

78.0115.*115.*
218216 161820 AlertSwitch650684 0.9.03

0.9.4

0.9.14

246217161710More Snooze6841.2.1

2.0.1

3.3.2

3.3.2

3.3.2

3.3.2

2023-07-063.3.2

78.0115.*115.*
242 49594 SubSwitch478508 0.9.36

0.9.39

0.9.56

251248 987821 OpenAttachmentByExtension461485 0.10.4

0.10.4

266 988416 Quick Filter By352365 7

277276 988228 cb_thunderlink334346 1.7.3

1.7.3

287289 988230 MetaClean for Thunderbird306312 1.7

289291 988383 Get Map for Thunderbird301309 301 559954 Tidybird277290 1.3.1

2.1

3.2.1

313314 988572 Group Favorite Folders261270
346345 988561 Freecosys - Провайдер FileLink204214 368 745576 Logout169176 1.3

2.0

2.5

390388 988576 Last selected message144151
407401 988303 TUD-CERT Phishing Report131140 23.8.1

419421 986230 Mailing list filter122126 1.1.1

2.0.0

3.0.1

434432 988698 Thunderbird Email 2 CSV Exporter112118 3.0
3.0
3.0
501499 987922 Date detection7478 0.0.7

0.0.7

503508 987986 Select Prev on Delete7374 1.0.0

517 988686 Multimonth view6669 2.4.5

2.4.5

2.4.5

592 988592 Hide Duplicates From 'All Mail'4244
613610 988728 Date Time Formatter3739
679675 988571 FindNow2325
718721 988722 Custom Subject Column 18
765753987915Mahoor-Iranian-Date151.1.5

1.1.5

1.1.5

1.1.5

1.2.0

2024-07-121.2.0

115.10.0127.*127.*
772 988281 regimail 13
767987915Mahoor-Iranian-Date131.1.5

1.1.5

1.1.5

1.1.5

1.2.0

2024-07-121.2.0

115.10.0127.*127.*
776780 988575 Filtered Folder to Favorite 12
10561063 988234 tbhints 1
6462 324492 ImportExportTools74177903 3.3.2

113 356507 Header Tools Lite26122720 0.6.2

1.5.3

143141 962584 Theme Font & Size Changer (fixed)14811576 64.6

165166 543462 Emoji Menu11281164 2.0

174171 4394 Stationery10391122 1.0.0

182 330424 PrintingTools950997 1.3.0

196 986288 MinimizeToTray Reanimated
Native tray support or third-party application
818864 1.4.11

201199 418520 Join-NG764828 0.8.4

207204 327777 Auto Compress File717785 1.1.1

226222 454238 Address bulk copy (アドレス一括コピー)597648 1.0.4

232226 986495 Copy Folder mod570626 2.2.1

236 986655 FrameWhite509526 57.8

117.1
258255 277002 ThunderPEC416457 1.9.1

276275 2377 Toolbar Buttons338347 1.1.1-signed.1-signed

293290 478179 Awesome Auto Archive295311 0.8

302303 158397 Auto Resize Image275286 1.1.0

310602486Dorando keyconfig2672018.1

307508352Menu Wizard2815.11

2018-02-262018.1

5.0b12018-10-115.11

17.0 *60.*64.*
311508352Menu Wizard2675.11

309602486Dorando keyconfig2772018.1

2018-10-115.11

17.02018-02-262018.1

5.0b1 *64.*60.*
317310 362387 Custom Address Sidebar253277 2.5

321319 9808 StartupMaster248261 1.6.5

3279956ToneQuilla2401.2.2

2019-11-251.2.2

60.0*60.*
329328 363065 Copy Folder232243 2.1

332295715Flexible Identity
Single Domain
2291.0.6

3309956ToneQuilla2411.2.2

2019-10-051.0.6

3.02019-11-251.2.2

60.0 * 60.*
333332 256173 Master Password+220237 1.30.9

335333295715Flexible Identity
Single Domain
2351.0.6

2019-10-051.0.6

3.0*60.*
334 336740 TitleCase For Thunderbird218226 2.6.1

339 5337 ThunderBirthDay
Birthday Calendar
213220 0.8.4

341704523EuropeanMX Spam Reporter2091.0

2.1
2.1
2.1
2.1
2.1
2022-06-242.1
74.0a1**
343342 1339 Expression Search / GMailUI206216 1.3

353343704523EuropeanMX Spam Reporter2151.0

2.1
2.1
2.1
2.1
2.1
2022-06-242.1
74.0a1**
348 312205 Address Move Button193210 0.3

359361 876088 Theme Font & Size Changer for ThunderB181188 64.1

366365 333220 ProfileSwitcher170181 1.7.7

367369 306600 Contact Tabs170176 2.6.4

385566490Expertspam1481.60

2.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2023-03-162.0.0
78.0**
386384 550640 Nextcloud for Filelink
*cloud - FileLink for Nextcloud and ownCloud
147158 1.8

396387566490Expertspam1521.60

2.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2023-03-162.0.0
78.0**
395 475804 Search as list139147 3.1.1

421415 800008 AddressBook in Tab120129 1.4

444437 7026 Forward107115 0.19

447175989Subject Manager1061.2.0

440470213P7MON1141.0.2

2018-10-311.2.0

3.0a1pre2014-03-051.0.2

27.0a1 *60.*64.*
450470213P7MON1041.0.2

445175989Subject Manager1111.2.0

2014-03-051.0.2

27.0a12018-10-311.2.0

3.0a1pre *64.*60.*
460455 479809 Secure Addressing97105 1.9

484475 9210 Ruler Bar8490 0.5.2019041801

498496 176736 Imap-ACL-Extension7682 0.2.8

510 4591 Disable DragAndDrop (Thunderbird)7174 3.2.0

518 866823 Classic Password Editor6668 1.1.2

519520 14467 Year view6668 0.6.2

524526 5878 CuteButtons6466 0.5.6

541162140Get Selected Mails601.3.0

531442020Awesome ldapInfoShow641.2

2018-08-301.3.0

3.0a1pre2018-09-021.2

60.0 *60.*63.0
544442020Awesome ldapInfoShow591.2

543162140Get Selected Mails611.3.0

2018-09-021.2

60.02018-08-301.3.0

3.0a1pre *63.060.*
546545 427201 Tiny JavaScript Debugger5860 1.2.1

547550 12514 Gantt View5859 1.0.0.60

570572 669617 MEGAbird4951 3.0

572573 405119 AttachExtraTools4951 1.9.0

578577 262823 ResetRec4750 1.3

579578 57219 SortPref4750 1.1.4

606608 303967 Advanced Unread Folders3940 2.4

60775777QuickPasswords616254571DOM Inspector Plus! [dm] 393.10

2.0.17.1.5

2018-05-073.10

22.02018-09-192.0.17.1.5

5.0 * 60.*
612254571DOM Inspector Plus! [dm]382.0.17.1.5

61775777QuickPasswords393.10

2018-09-192.0.17.1.5

5.02018-05-073.10

22.0 * 60.*
620623 375281 Markdown Here3637 2.13.4

627 9695 ViewAbout3536 2.1.2

631 742184 Reply As Original Recipient3334 1.1

632521266Set Default Columns341.2

2018-12-191.2

45.0*60.*
633 376453 LDAP - View Groups Members3234 0.4

635640 771081 lightningWeather3132 0.5.0

637521266Set Default Columns311.2

642521230Reply to All as Cc321.5.4

2018-12-191.2

2019-09-271.5.4

45.0 * 60.*
638521230Reply to All as Cc646368862CALDAV - Search/Subscribe 311.5.4

0.4.1

2019-09-271.5.4

45.02018-12-120.4.1

60.0 *60.*61.*
645647 354877 Enhanced Desktop Notifications3031 1.04

647368862CALDAV - Search/Subscribe290.4.1

2018-12-120.4.1

60.0*61.*
648650 358688 Lightning QR Code Add-on2930 1.2.6

656663 14417 Expand mailing list recipients 27
669667 986476 Show Outlook Appointments (vcal / ics)2526 0.2.3

670668 986470 PDF Viewer2526 1.0

686740067SMTP Switch Reborn220.3.2

2019-01-040.3.2

3.0a1pre*60.*
693 800006 AdvancedTasks2122 1.6

694439060Mark Junk Read211.04

740067SMTP Switch Reborn220.3.2

2018-10-171.04

5.02019-01-040.3.2

3.0a1pre * 60.*
704695 663190 Thunderbird-DontRestoreTabs2022 1.2

722696439060Mark Junk Read221.04

2018-10-171.04

5.0*60.*
717 372945 Sort and Search Customization Dialogs1819 0.1.4

731727 986609 Custom Sender Address and Reply1718 1.0.0

732507700IMAP Draft Unread171.1.2

729322568Report Spam181.05

2018-03-191.1.2

21.02019-03-081.05

60.0 * 60.*
733381417TorBirdy738986676Enhanced Date Formatter 170.2.6

1.0.1

2018-10-060.2.6

52.02019-07-151.0.1

60.0 * 60.*
734322568Report Spam741507700IMAP Draft Unread 171.05

1.1.2

2019-03-081.05

60.02018-03-191.1.2

21.0 * 60.*
741986676Enhanced Date Formatter161.0.1

742381417TorBirdy170.2.6

2019-07-151.0.1

60.02018-10-060.2.6

52.0 * 60.*
746745 234329 SavedSearchThemAll1617 1.4

763758 9873 GlodaQuilla search indexing enhancemen1415 0.3.5

769764 740070 Reply To All Reminder1314 1.0

788794 986658 DetachAttachment 11
812806 694104 ExtendIMAPFilters910 1.0.1

813808 580612 Lightning Reminder Left Buttons910 2.0.1

850367335Trashcan71.1

8474798Spamness80.6.4

2015-02-071.1

3.12018-12-120.6.4

60.0 * 60.*
85413037MailSentry IronPort Spam Reporter853986684X-Spam-Score Column 71.4.2

1.2

2013-10-111.4.2

14.0a12019-07-101.2

2.0 *61.060.*
8594798Spamness854986556AutoCopy_rebirth
AutoCopy 78+
70.6.4

1.2.91.1

2018-12-120.6.4

60.02019-03-081.2.91.1

13.0 * 60.*
866986684X-Spam-Score Column61.2

859367335Trashcan71.1

2019-07-101.2

2.02015-02-071.1

3.1 * 60.*
867986556AutoCopy_rebirth
AutoCopy 78+
61.2.91.1

86313037MailSentry IronPort Spam Reporter71.4.2

2019-03-081.2.91.1

13.02013-10-111.4.2

14.0a1 *60.*61.0
903908 620552 QFO - Quick Fuck Off 5
934941 717404 MultiTemplateLoader 4
936942 607570 Gravatars 4
945946424270ZNotes40.9.24

2014-11-250.9.24

17.0*60.*
953 304954 dwMailCopy 4
966972 986260 EasyRight2Left 3
969975 702784 Tategaki 3
980424270ZNotes30.9.24

2014-11-250.9.24

17.0*60.*
987991 326852 FastCC 3
9961001 2947 AVIM 3
10081011 986672 Flat Folder Tree Reborn 2
10091012 986303 Browsing Enhanced ⁵︎  (Hide Caption T 2
10101014 934975 Send to Things for Thunderbird 2
10121016 812455 Webreq® Mailboard® 2
10191024 522418 CodeHighlight 2
10201026499806Redmine連携21.0.10

2019-01-121.0.10

1.0*60.*
1027 487684 GNOME Keyring integration 2
10621069 987799 Iranian Date For Thunderbird 1
10641071 986450 Secure Addressing Plus 1
10651072 986305 Dictionary Search 1
10661073 986261 Seturgent 1
10671074 986223 Thunderbird Addons Test 1
10701076 910305 Asciidoctor for Thunderbird 1
10821087 670376 DisableChunks 1
10911096 623472 Feedly Synchronizer 1
1110499806Redmine連携11.0.10

2019-01-121.0.10

1.0*60.*
1181 9356
12241225 986680 Report Phishing 0
12251226 986525 TarotSignature 0
12261227 960552 Esign 0
12271228 946707 Thunderbird Taiga Integration 0
12511252 686656 Zonio Freebusy for Lightning 0
12731274 614698 NirvanaHQ 036 13564 CompactHeader1516715726 2.1.6

3.0.0beta5

39 8451 gContactSync
Thunderbird native CardDAV support
Google-4-TbSync
CardBook
1433214885 2.1.13

3.1.7

8786 881 Display Quota40964352 0.3.8

0.4.2

94 986477 Colored Folders36123785 1.2.5.2

1.3.5

10099 14385 Account Colors33823537 11.1

13.5

103100 5602 Blinking Alert32783530 1.2.0

1.3.1

106728297Thunderbook31920.9

0.10

10791129LightningButton
Native calendar toolbar icons
32651.5.7

1.6.1.1

2020-03-140.10

68.3.02019-06-021.6.1.1

68.0a1 * 73.0
10891129LightningButton
Native calendar toolbar icons
31361.5.7

1.6.1.1

109728297Thunderbook32050.9

0.10

2019-06-021.6.1.1

68.0a12020-03-140.10

68.3.0 * 73.0 111 1191 ReminderFox27942922 2.1.6.10

2.1.6.10

116114 550 Mail Redirect25182680 0.10.9

0.10.9

124123 505906 IMAP Quota (Free Space)21332278 1.2

2.0

125 14384 Calendar Tweaks21302212 7.1

8.3

128127 438960 Hide Local Folders
↳ Thunderbird Supernova native support
20372165 1.05

2.1

152 318146 Add Signature13301386 0.4.3

0.4.4

159161 161924 Show Address Only12401287 0.1.9

0.2.0

171172 941901 Duplicate Contacts Manager10771115 1.1

2.1.1

175174 347 QuoteCollapse
Quote Colors & Collapse
10361084 1.1.1

2.0

178177 265079 Search Results Sort By Date Not Releva9961038 1.17

1.18

181 2487 Nostalgy
Manage and archive emails/Nostalgy++
9631008 0.2.36

0.3

188183 2152 ConfirmFolderMove909970 1.2.0

1.3.0

189 781706 Keep in Taskbar891930 1.11

2.0

200202 407832 Filter Button769795 1.2

1.2

217219 324989 Mail Summaries653678 4.0

4.1

229231 2273 Mark All Read Button589609 0.7.2

0.8

234 5731 Folder Filters Button531550 1.4

2.0

265262 596736 ThunderStats! Your Thunderbird Statist
ThirdStats
361381 1.4.5

1.4.5

268271 55669 Get All Mail Button
Get All Mail Button for TB78++
349359 0.1

0.5

288 445196 Menu On Top (SuperMenu Avatar)306315 1.15

1.16

304 844927 ToggleReplied273284 0.5.3

1.0.5

306 402704 Encrypt if possible270283 2.0.3

2.1.1

326323 658700 Lightning Colors Reminder242255 1.2

1.3.0

334335 986534 Use BCC Instead C218225 3.5.3

336338 14896 Message Archive Options216223 5.1.0

5.1.0

355353 986279 Confirm-Address2189203 1.3.9

1.3.11

356314745ThunderLink1891.2.11

1.2.11

728162Checkbox Column1941.3.0

1.4.68

2020-05-281.2.11

60.02019-10-091.4.68

68.0 * 73.0
357728162Checkbox Column1881.3.0

1.4.68

314745ThunderLink1941.2.11

1.2.11

2019-10-091.4.68

68.02020-05-281.2.11

60.0 * 73.0
361359 656526 PathExplorer176192 1.0.2

1.0.3

362360 262821 Opacus SugarCRM/SuiteCRM Thunderbird E176190 1.6.6

1.6.8

363415184iOS IMAP Notes1750.1.2

0.1.4

0.2.0

0.2.0

1.0.1
1.0.1
2023-09-291.0.1
115.0**
364 335326 Show All Body Parts173181 1.3.1

1.3.6

366415184iOS IMAP Notes1790.1.2

0.1.4

0.2.0

0.2.0

1.0.1
1.0.1
2023-09-291.0.1
115.0**
373 823247 attachment column in search result lis163170 1.0

3.0

382381 405960 MRC Compose154162 1.9.1

2.0.5

395391239632Subject Cleaner1502.0.0

2.0.0

2020-04-262.0.0

60.0*68.*
392 477355 ColumnsWizard140149 7.0.0

7.0.0

397 377160 IMAP Received Date138145 2.0.1

2.0.6

399239632Subject Cleaner1382.0.0

2.0.0

2020-04-262.0.0

60.0*68.*
400 2162 Exit Button Thunderbird137142 0.7

0.8

408407 818175 One-by-One Forward130136 1.1.1

1.2.0

42869999NoComposeAccount1151.4

1.5.4

429987702Toggle Word Wrap120 2.0

2020-01-141.5.4

2019-10-082.0

68.0 * 73.0
430987702Toggle Word Wrap1142.0

69999NoComposeAccount1201.4

1.5.4

2019-10-082.0

2020-01-141.5.4

68.0 * 73.0
433435 987722 ShowFolderSize-T113117 0.2.9.2

438439 650068 Todo.txt109114 1.0.1

2.0.1

443449 987773 DeepDark for Thunderbird107110 13.1.10

448451 57534 Delete Trash Button106108 0.3

0.4

453454 471588 Menu Filter103106 21

25

459462 847125 Stop Ignoring Reply:To9799 1.3

1.4

474471 586552 Toggle Folderpane View8891 2.0.3

2.0.3

496498 987671 Custom sync interval for Lightning Cal7781 1.0.0

1.0.1

497500 207607 filemail7678 0.6.4

0.6.5

515516 329131 Purge Events Plus6870 0.3.3

0.3.4

522519 391965 Before Tabs Toolbar6568 1.7

1.8.1

523528409482Opacus SugarCRM 6.2+ Thunderbird Integ651.0.4

1.0.9

2019-11-061.0.9

68.0*73.0
533 48583 LaTeX It! 64
537409482Opacus SugarCRM 6.2+ Thunderbird Integ611.0.4

1.0.9

546401970Security Settings from Address Book602.0.1

2.1

2019-11-061.0.9

2019-10-062.1

68.0 *73.068.*
548401970Security Settings from Address Book554987766New QuoteColors
Quote Colors & Collapse
572.0.1

2.1

0.3.5

0.3.5

2019-10-062.1

68.02020-01-200.3.5

60.0 *68.*73.0
556558 987873 ThunderbirdCR (Dictionary)5355 0.43

557987766New QuoteColors
Quote Colors & Collapse
530.3.5

0.3.5

2020-01-200.3.5

60.0*73.0
559 987743 Folder Colors5255 1.0.1

1.0.1

571642320Sensitivity Header490.2

0.3

986441Typical Reply510.5.3

0.6.2

2019-08-010.3

2020-09-010.6.2

68.0*73.068.*68.*
574575 10524 Archive This4951 1.5.0.0

580986441Typical Reply460.5.3

0.6.2

576642320Sensitivity Header500.2

0.3

2020-09-010.6.2

2019-08-010.3

68.068.*68.**73.0
586590 372739 Layout Switcher4445 4

4

619614 987710 Open In Conversation3639 1.0.1

621620 182393 Teamworkx Thunderbird Integration for 3638 1.0.60.1

1.0.68.1b

636578400QuickFilter Watched Threads311.2.1

1.3.1

13131Get Partial Messages330.3.3

0.4.0beta1

2019-12-251.3.1

2019-11-290.4.0beta1

68.0 * 73.0
64113131Get Partial Messages310.3.3

0.4.0beta1

578400QuickFilter Watched Threads321.2.1

1.3.1

2019-11-290.4.0beta1

2019-12-251.3.1

68.0 * 73.0654 975494 KeeBird2728 1.1.3

2.0.0

668659 987721 QuickNote-T2527 0.7.7.4

671669 743926 Zoiper Thunderbird Plugin2526 1.06

2.0

692702 2335 Zombie Keys (Multilanguage Keyboard) 22
710714 987733 Close on Escape Too 19
711715 818635 Reply to Multiple Messages 19
740747 987724 Just Restart/Quick Quit_TB115! 16
752755 364572 Auto Save Drafts Folders 15
768763 987692 TabAddressbook1314 2.0.1

779776 466796 Kmaleon Extension1213 1.3.0.0

1.5.0.0

781784 363545 Gmail Buttons 12
842851 987841 Protonmail Thunderbird theme 7
902906 696119 TracEmail 5
930987769Disable Signature41.0.0

911546430Resubmit51.0.0

2.0.0a3

2020-01-231.0.0

2019-12-012.0.0a3

68.0*73.071.*71.*
933961125Bugmail (fixed version)936987769Disable Signature 44.3

4.4.1

1.0.0

2019-07-064.4.1

68.0a12020-01-231.0.0

68.0 *73.*73.0
938546430Resubmit939987661Autocrypt 41.0.0

2.0.0a3

0.9.3

2019-12-012.0.0a3

68.071.*71.*2019-09-060.9.3

68.0a169.069.0
964987661Autocrypt30.9.3

940961125Bugmail (fixed version)44.3

4.4.1

2019-09-060.9.3

2019-07-064.4.1

68.0a169.069.0*73.*
10071010 987711 Un-Safelinks 2
10271033 395696 Hyperactive 2
10611068 987850 Ordinal 1
10631070 987677 Check Domain NG 1
11581159 273646 Undigestify 1
12211222 988370 Spacebar Clicker 0
3534 4970 Tag Toolbar / Tag Popup1535616268 0.9.12

1.0.2

2.1.5

84 71 Enigmail
Thunderbird native OpenPGP support
42524444 2.0.12

2.1.9

2.2.4.2

256254 476761 Windows Taskbar Unread Badge
↳ Native support for an unread badge
440461 1.2.20181207

2.0.0

3.0.1

380377 269954 TBDialOut155165 1.7.3

1.8.1

2.0.2

401403 987670 Remove Duplicates
Remove Duplicate Messages (alternative)
134140 1.8

3.3

419421 986230 Mailing list filter122126 1.1.1

2.0.0

3.0.1

449452 987907 Mark GMail Read104107 2.0.1

3.0.1

4.0.0
4.0.0
4.0.0
2022-11-074.0.0
4.1.0
4.1.0
4.1.0
2024-07-194.1.0
102.0 * *
462464 219725 AutoSlide9498 0.0.14

0.0.18beta1

0.0.19beta5

473 986572 Flat Folder Tree (updated)8890 1.1.3

1.1.5

1.1.5

535987768Edit Email Subject
Edit email Subject (EES)
612.5

3.3

525502200X-Unsent support
Native support for X-Unsent
662.0.0

3.0.0

4.0.2

2020-08-303.3

2021-09-024.0.2

78.078.*78.*90.090.0
539502200X-Unsent support
Native support for X-Unsent
602.0.0

3.0.0

4.0.2

987768Edit Email Subject
Edit email Subject (EES)
632.5

3.3

2021-09-024.0.2

2020-08-303.3

78.090.090.078.*78.*
766773 988100 Folders for search, onDisk Status- Glo 13
777781 987660 TaskviewFlexLayout 12
843852 987750 TaskDescriptions 7
965971 986673 PasteMarkdown&XHTMLForm 3
240237 2548 Sieve495524 0.3.1

0.6.1

0.6.1

521523 987978 Monterail Darkness Extended6567 1.0.7

841850 988198 DontRestoreTabsRevival 7
899903 988173 Thunderkey 5
928933 988196 メッセージフィルターボタン 4
929935 987928 TabsInStatusbar&IconsInMenubar 4
12221223 988123 HERA - Hotel Email Reservation Assista 09 47144 Mail Merge6208665568 5.6.0

6.1.0

7.4.0

10 988138 Grammar and Spell Checker — LanguageTo5684559492 8.6.0

3032 64758 XNote++1945820445 2.2.14

2.3.1

3.1.7

33 438634 DKIM Verifier1733117913 2.2.0

3.1.0

4.1.1

37 217293 Signal Spam1510515269 2.2.3

3.1.2

4.1.6

4950 987783 Compact Headers1046810789 2.23

5152 1556 Allow HTML Temp1003910394 5.4.3

5.7.8

6.3.8

57 987798 MyPhoneExplorer87868951 2.0.25

4.0

8687 12802 Phoenity Buttons41834337 2.7

3.8

4.2

9011646No Message Pane Sort37991.4

1.5

2.0.2

2.0.2

2.0.2

3.0.2

3.0.2

2023-07-213.0.2

115.0116.*128.*
91 987885 tbkeys-lite37863947 2.2.4

2.2.4

1029111646No Message Pane Sort39261.4

1.5

2.0.2

2.0.2

2.0.2

3.0.2

3.0.2

2023-07-213.0.2

115.0116.*128.*
103 331319 Folder Pane View Switcher33103417 2.0.2

4.0.2

4.0.2

114115 986692 Profile Switcher25722677 2.4

2.6

115116 987775 Search Button25302649 1.0.1

2.3.2

117118 988190 Old (classic) Icons24552541 1.0.4

131 988195 Filter Manager19251999 1.0

1.0

144145 987911 Spam Scores14731523 1.3.1

149151 987784 Config Button13891427 1.4

1.7

156155 986632 SPAMBEE12731329 2.2.4

3.2.1

157 987787 Restart Button12721302 1.3

1.3

158159 988056 Get All Mail Button for TB78++12651292 2.3.1

164 988215 Start with Inbox11581183 180 987987 Toggle HTML9761009 1.4

1.4

185186 676875 Rspamd-spamness932963 0.9.1

1.1.1

2.1.0a1

200202 407832 Filter Button769795 1.2

1.2

208209 508826 EDS Calendar Integration704725 0.5.3

0.8.0

0.9.3

237987786DevTools Button5011.2

1.3

1.5

1.5

1.5

1.5

2024-04-221.5

91.0127.*129.*
245 987785 Toggle Message Pane479495 1.4

1.4

281258987786DevTools Button4401.2

1.3

1.5

1.5

1.5

1.5

2024-04-221.5

91.0127.*129.*
284 987857 Preferences Button320327 1.2

1.2

285286 986610 userChromeJS309318 0.0.3

1.0

1.0

299302 988559 Unified Folders Debugging280286 304 844927 ToggleReplied273284 0.5.3

1.0.5

323322 988060 Text Insert: Templates/Instant Spell C246257 1.5.7
337336 988567 Send Unsent Mail Button214223
376374 988427 EnhancedReplyHeaders160167
389394 534258 Received145148 0.2.3

1.0.0

2.6.0

393396 988166 googlesearchwebapp143146 1.2
394398 615980 Toggle Quotes (Collapse Quotes)
Quote Colors & Collapse
141144 0.9

2.0

3.2

415418 988167 todowebapp124128 1.2
436 987869 Next Unread Thread (Mark All Read)111115 1.1

1.1

437438 987868 Next Unread Group (Mark All Read)111114 1.1

1.1

441448 987916 telegramwebapp107110 1.2
464465 987988 Toggle Inline9397 1.2

488484 988171 msofficewebapp8388 1.2
493492 987989 Toggle Summary8183 1.3

494497 988389 Thunderbird OpenProject7881 0.5
0.5
505504 988168 onedrivewebapp7275 1.2
511513 988106 Toggle Address Box7072 1.0

526529 988258 Recently6364 0.0.6
533541 988126 ResizeTbWidth6162 20.1
555553 988170 skypewebapp5457 1.2
583581 988428 TileNote4548 1.6
623621 988451 PowerFolder3537 16.6.100
634638 988431 RainbowMemo3132 2.3
785790 988169 wikipediasearchwebapp 11
899903 988173 Thunderkey 5
10561063 988234 tbhints 178 987900 QNote46945020 0.12.5

0.12.5

253252 987727 Monterail Full Dark 2 for TB>68454469 2.1

3.2.3

340 987726 Monterail Dark 2 for TB>68210219 2.1

3.2.1

442444 987838 Sender Domain107111 0.0.2

0.0.2

68.0a1 * 110.0
462464 219725 AutoSlide9498 0.0.14

0.0.18beta1

0.0.19beta5

473 986572 Flat Folder Tree (updated)8890 1.1.3

1.1.5

1.1.5

521523 987978 Monterail Darkness Extended6567 1.0.7

739737 987901 Transfer Immunity1617 1.4.2

1.4.2

777781 987660 TaskviewFlexLayout 12
864870 987945 TreeChildrenHeight50OrDottedTreeCell 6
932938 987665 LeftTodaySubpaneOrLogoOrClock 4
12231224 988086 ConfirmConversionsAtSelecting 0
10
2
1
1
diff --git a/add-on-reports/parsing-error.html b/add-on-reports/parsing-error.html index 36ae5f1..2c0ddb8 100644 --- a/add-on-reports/parsing-error.html +++ b/add-on-reports/parsing-error.html @@ -46,7 +46,7 @@ - 1219 + 1220 986549 MailTabs Example 0 @@ -66,7 +66,7 @@ - 1697 + 1698 775 MR Tech Disable XPI Install Delay 0 diff --git a/add-on-reports/pending-permission-update.html b/add-on-reports/pending-permission-update.html new file mode 100644 index 0000000..ef5e689 --- /dev/null +++ b/add-on-reports/pending-permission-update.html @@ -0,0 +1,558 @@ + + + + + Thunderbird Add-on Database Analysis + + + + + + + +
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#IdNameUsersTB60TB68TB78TB91TB102TB115TB128ActivityCurrentMin (ATN)Max (XPI)Max (ATN)Notes
37217293Signal Spam152692.2.3

3.1.2

4.1.6

4.1.6

4.1.6

4.1.6

4.1.6

2023-07-104.1.6

77.0116.*128.*
121287743MailHops23393.2.0

3.8.1

4.3.3

4.3.3

4.3.3

4.4.0
4.4.0
2023-04-074.4.0
112.0**
155986632SPAMBEE13292.2.4

3.2.1

3.2.1

3.2.1

3.2.1

3.2.1

2023-07-103.2.1

77.0116.*128.*
203987984Just Report It7881.3.0
1.3.0
2.3.0
2.3.0
3.1.1
3.1.1
2024-02-283.1.1
115.0**
215320395RemindIt6902.1a

3.0.68
3.0.68
3.0.68
3.0.68
3.0.68
3.0.68
2020-02-133.0.68
68.0**
221988447GMail Labels6530.2
0.2
0.2
0.2
0.2
2023-02-120.2
78.0**
229988314Auto-Mark Folder Read6131.5
1.5
1.5
1.5
2022-08-161.5
91.0**
277988439RemindMe3451.0
1.0
1.0
2023-01-281.0
102.0**
281988532Tagger3291.2
1.2
1.2
2023-07-251.2
102.0**
343704523EuropeanMX Spam Reporter2151.0

2.1
2.1
2.1
2.1
2.1
2022-06-242.1
74.0a1**
355988356Auto Mark As Read1971.0.10
1.0.10
1.0.10
1.0.10
1.0.10
1.0.10
1.0.10
2024-04-241.0.10
60.0**
387566490Expertspam1521.60

2.0.0
2.0.0
2.0.0
2.0.0
2.0.0
2023-03-162.0.0
78.0**
393987823AutoBucket1481.0.13
1.2.0
1.2.0
1.2.0
1.2.0
1.2.0
2021-02-081.2.0
78.0**
411988371Mark Read on Reply1330.1
0.1
0.1
2022-09-090.1
92.0a1**
446988252RepSel: Reply to all selected mails1105
6.0
6.0
6.0
6.0
2023-10-176.0
88.0a1**
461988677Tag Sync for TB991.2.9
1.2.9
1.2.9
1.2.9
1.2.9
1.2.9
1.2.9
2024-02-261.2.9
60.0**
489987834SpoofDetection862.6.3
2.6.3
2.6.3
2.6.3
2.6.3
2020-07-292.6.3
73.0a1**
512988476If This, Then! - IFTTT connector731.0.5
1.0.5
1.0.5
1.0.5
1.0.5
2023-04-131.0.5
78.6.0**
542988069SPAM Check for OCN620.5.0
0.5.0
0.5.0
0.5.0
0.5.0
2021-03-070.5.0
78.0**
587987938PRATICHE MAIL4611.0
11.0
11.0
11.0
11.0
2021-10-0411.0
78.0**
594987939PREVENTIVI MAIL447.0
7.0
7.0
7.0
7.0
2021-09-037.0
78.0**
666988566Mark Read on Tab Open261.0
1.0
1.0
1.0
1.0
1.0
2023-10-071.0
68.0**
723988463GrapeVine for Salesforce181.1.0
1.1.1
1.1.1
1.1.1
2023-03-191.1.1
102.0**
789988752Mark Subfolders Read111.0
1.0
1.0
1.0
2024-06-261.0
91.0**
1009987940HOTEL MAIL23.0
3.0
3.0
3.0
3.0
3.0
2021-10-043.0
68.0**
+ + +
+ +

+ The report is based on work by Christopher Leidigh, extended by John Bieling. +

+ + + diff --git a/add-on-reports/pure-webext-with-upper-limit.html b/add-on-reports/pure-webext-with-upper-limit.html index 24c5ebe..5c21dc4 100644 --- a/add-on-reports/pure-webext-with-upper-limit.html +++ b/add-on-reports/pure-webext-with-upper-limit.html @@ -46,10 +46,10 @@ - 109 + 108 46207 mailmindr - 3072 + 3212 0.9.1

0.9.4

1.5.0

@@ -66,10 +66,10 @@ - 173 + 175 331666 QuickArchiver - 1041 + 1076 0.2.4

0.2.5

0.2.11

@@ -89,7 +89,7 @@ 212 711456 TexTra - 683 + 710 1.0.15

1.18.0
1.18.0
@@ -106,10 +106,10 @@ - 323 + 322 988060 Text Insert: Templates/Instant Spell C - 246 + 257 1.5.7
@@ -126,10 +126,10 @@ - 346 + 345 988561 Freecosys - Провайдер FileLink - 204 + 214 @@ -146,10 +146,10 @@ - 376 + 374 988427 EnhancedReplyHeaders - 160 + 167 @@ -166,10 +166,10 @@ - 379 + 378 988718 CollectAddresses - 156 + 164 @@ -186,10 +186,10 @@ - 393 + 396 988166 googlesearchwebapp - 143 + 146 1.2
@@ -206,10 +206,10 @@ - 415 + 418 988167 todowebapp - 124 + 128 1.2
@@ -226,10 +226,10 @@ - 434 + 432 988698 Thunderbird Email 2 CSV Exporter - 112 + 118 3.0
3.0
3.0
@@ -246,10 +246,10 @@ - 441 + 448 987916 telegramwebapp - 107 + 110 1.2
@@ -266,10 +266,10 @@ - 488 + 484 988171 msofficewebapp - 83 + 88 1.2
@@ -286,10 +286,10 @@ - 494 + 497 988389 Thunderbird OpenProject - 78 + 81 0.5
0.5
@@ -306,10 +306,10 @@ - 505 + 504 988168 onedrivewebapp - 72 + 75 1.2
@@ -326,10 +326,10 @@ - 526 + 529 988258 Recently - 63 + 64 0.0.6
@@ -346,10 +346,10 @@ - 533 + 541 988126 ResizeTbWidth - 61 + 62 20.1
@@ -366,10 +366,10 @@ - 555 + 553 988170 skypewebapp - 54 + 57 1.2
@@ -386,10 +386,10 @@ - 583 + 581 988428 TileNote - 45 + 48 1.6
@@ -406,10 +406,10 @@ - 623 + 621 988451 PowerFolder - 35 + 37 16.6.100
@@ -426,10 +426,10 @@ - 634 + 638 988431 RainbowMemo - 31 + 32 2.3
@@ -446,10 +446,10 @@ - 709 + 707 988748 Check before sending email - 19 + 20 @@ -466,7 +466,7 @@ - 785 + 790 988169 wikipediasearchwebapp 11 @@ -486,7 +486,7 @@ - 1221 + 1222 988370 Spacebar Clicker 0 diff --git a/add-on-reports/purge-candidates.html b/add-on-reports/purge-candidates.html index ac55e2a..dc51d39 100644 --- a/add-on-reports/purge-candidates.html +++ b/add-on-reports/purge-candidates.html @@ -49,7 +49,7 @@ 43 6622 DOM Inspector - 13206 + 13529 @@ -66,10 +66,10 @@ - 64 + 62 324492 ImportExportTools - 7417 + 7903 3.3.2

@@ -86,10 +86,10 @@ - 143 + 141 962584 Theme Font & Size Changer (fixed) - 1481 + 1576 64.6

@@ -106,10 +106,10 @@ - 163 + 160 4433 LookOut - 1194 + 1291 @@ -126,10 +126,10 @@ - 165 + 166 543462 Emoji Menu - 1128 + 1164 2.0

@@ -149,7 +149,7 @@ 169 12581 MinimizeToTray revived
Native tray support or third-party application - 1097 + 1149 @@ -166,10 +166,10 @@ - 174 + 171 4394 Stationery - 1039 + 1122 1.0.0

@@ -186,10 +186,10 @@ - 177 - 216 - JavaScript Debugger - 1004 + 178 + 4868 + FireTray + 1034 @@ -197,19 +197,19 @@ - 2012-03-20 - 0.9.89.1-signed.1-signed

- 3.0 + 2016-05-01 + 0.6.1

+ 7.0 * - 16.* + 50.0 179 - 4868 - FireTray - 978 + 216 + JavaScript Debugger + 1028 @@ -217,11 +217,11 @@ - 2016-05-01 - 0.6.1

- 7.0 + 2012-03-20 + 0.9.89.1-signed.1-signed

+ 3.0 * - 50.0 + 16.* @@ -229,7 +229,7 @@ 182 330424 PrintingTools - 950 + 997 1.3.0

@@ -249,7 +249,7 @@ 196 986288 MinimizeToTray Reanimated
Native tray support or third-party application - 818 + 864 1.4.11

@@ -266,10 +266,10 @@ - 201 + 199 418520 Join-NG - 764 + 828 0.8.4

@@ -286,10 +286,10 @@ - 207 + 204 327777 Auto Compress File - 717 + 785 1.1.1

@@ -306,10 +306,10 @@ - 226 + 222 454238 Address bulk copy (アドレス一括コピー) - 597 + 648 1.0.4

@@ -326,10 +326,10 @@ - 232 + 226 986495 Copy Folder mod - 570 + 626 2.2.1

@@ -346,50 +346,50 @@ - 257 - 220 - FlashGot Mass Downloader - 440 - + 255 + 277002 + ThunderPEC + 457 + 1.9.1

- 2016-11-30 - 1.5.6.14

- 14.0 + 2018-05-16 + 1.9.1

+ 3.0 * - 52.0 + 64.* - 258 - 277002 - ThunderPEC - 416 - 1.9.1

+ 257 + 220 + FlashGot Mass Downloader + 442 - 2018-05-16 - 1.9.1

- 3.0 + + 2016-11-30 + 1.5.6.14

+ 14.0 * - 64.* + 52.0 - 275 + 270 326741 Color Folders - 339 + 360 @@ -406,10 +406,10 @@ - 276 + 275 2377 Toolbar Buttons - 338 + 347 1.1.1-signed.1-signed

@@ -426,10 +426,10 @@ - 284 + 279 344149 Test Pilot for Thunderbird - 313 + 339 @@ -446,10 +446,10 @@ - 293 + 290 478179 Awesome Auto Archive - 295 + 311 0.8

@@ -467,9 +467,9 @@ 295 - 4364 - Element Hiding Helper for Adblock Plus - 288 + 7148 + Auto Address Cleaner
Auto Address Cleaner T + 301 @@ -477,19 +477,19 @@ - 2017-04-11 - 1.4

- 38.0 + 2016-04-25 + 1.0.4

+ 1.5 * - 57.0 + 45.* - 297 - 7148 - Auto Address Cleaner
Auto Address Cleaner T - 284 + 298 + 11604 + Address Close Button + 293 @@ -497,19 +497,39 @@ - 2016-04-25 - 1.0.4

- 1.5 + 2011-07-10 + 1.3

+ 2.0b1 * - 45.* + 31.* - 302 + 300 + 4364 + Element Hiding Helper for Adblock Plus + 292 + + + + + + + + 2017-04-11 + 1.4

+ 38.0 + * + 57.0 + + + + + 303 158397 Auto Resize Image - 275 + 286 1.1.0

@@ -527,29 +547,29 @@ 307 - 11604 - Address Close Button - 270 - + 508352 + Menu Wizard + 281 + 5.11

- 2011-07-10 - 1.3

- 2.0b1 + 2018-10-11 + 5.11

+ 17.0 * - 31.* + 64.* - 310 + 309 602486 Dorando keyconfig - 267 + 277 2018.1

@@ -566,30 +586,10 @@ - 311 - 508352 - Menu Wizard - 267 - 5.11

- - - - - - - 2018-10-11 - 5.11

- 17.0 - * - 64.* - - - - - 317 + 310 362387 Custom Address Sidebar - 253 + 277 2.5

@@ -609,7 +609,7 @@ 318 956 Remove Duplicate Messages
Remove Duplicate Messages (alternative) - 253 + 263 @@ -626,10 +626,10 @@ - 321 + 319 9808 StartupMaster - 248 + 261 1.6.5

@@ -646,30 +646,10 @@ - 327 - 9956 - ToneQuilla - 240 - 1.2.2

- - - - - - - 2019-11-25 - 1.2.2

- 60.0 - * - 60.* - - - - - 329 + 328 363065 Copy Folder - 232 + 243 2.1

@@ -686,30 +666,30 @@ - 332 - 295715 - Flexible Identity
Single Domain - 229 - 1.0.6

+ 330 + 9956 + ToneQuilla + 241 + 1.2.2

- 2019-10-05 - 1.0.6

- 3.0 + 2019-11-25 + 1.2.2

+ 60.0 * 60.* - 333 + 332 256173 Master Password+ - 220 + 237 1.30.9

@@ -726,10 +706,30 @@ - 335 + 333 + 295715 + Flexible Identity
Single Domain + 235 + 1.0.6

+ + + + + + + 2019-10-05 + 1.0.6

+ 3.0 + * + 60.* + + + + + 334 336740 TitleCase For Thunderbird - 218 + 226 2.6.1

@@ -749,7 +749,7 @@ 339 5337 ThunderBirthDay
Birthday Calendar - 213 + 220 0.8.4

@@ -767,29 +767,9 @@ 342 - 300254 - Disable Add-on Compatibility Checks - 206 - - - - - - - - 2011-10-04 - 1.3.1-signed.1-signed

- 3.3a1 - * - 31.* - - - - - 343 1339 Expression Search / GMailUI - 206 + 216 1.3

@@ -809,7 +789,7 @@ 344 258 Folderpane Tools - 206 + 215 @@ -826,10 +806,10 @@ - 345 - 60265 - Saved Password Editor - 205 + 347 + 300254 + Disable Add-on Compatibility Checks + 212 @@ -837,19 +817,19 @@ - 2017-10-31 - 2.10.4

- 45.0 - * - 52.* + 2011-10-04 + 1.3.1-signed.1-signed

+ 3.3a1 + * + 31.* - 353 + 348 312205 Address Move Button - 193 + 210 0.3

@@ -866,50 +846,50 @@ - 359 - 876088 - Theme Font & Size Changer for ThunderB - 181 - 64.1

+ 350 + 60265 + Saved Password Editor + 209 - 2018-01-11 - 64.1

- 3.0b4 + + 2017-10-31 + 2.10.4

+ 45.0 * - 60.* + 52.* - 365 - 139 - Image Zoom - 172 - + 361 + 876088 + Theme Font & Size Changer for ThunderB + 188 + 64.1

- 2013-05-27 - 0.6.3.1-signed.1-signed

- 17.0 + 2018-01-11 + 64.1

+ 3.0b4 * - 18.* + 60.* - 366 + 365 333220 ProfileSwitcher - 170 + 181 1.7.7

@@ -927,9 +907,29 @@ 367 + 139 + Image Zoom + 178 + + + + + + + + 2013-05-27 + 0.6.3.1-signed.1-signed

+ 17.0 + * + 18.* + + + + + 369 306600 Contact Tabs - 170 + 176 2.6.4

@@ -946,10 +946,10 @@ - 386 + 384 550640 Nextcloud for Filelink
*cloud - FileLink for Nextcloud and ownCloud - 147 + 158 1.8

@@ -966,10 +966,10 @@ - 396 + 395 475804 Search as list - 139 + 147 3.1.1

@@ -986,10 +986,10 @@ - 403 - 464919 - Lightbird - 133 + 405 + 496788 + Color Text Compose Buttons + 138 @@ -997,19 +997,19 @@ - 2017-08-04 - 0.7.1

- 17.0 + 2016-06-05 + 4.1.1

+ 31.0 * - 57.0 + 45.0 - 404 + 406 6038 Return Receipt Toolbar Button - 133 + 138 @@ -1026,10 +1026,10 @@ - 406 - 48585 - Minimize On Start and Close - 132 + 408 + 464919 + Lightbird + 136 @@ -1037,19 +1037,19 @@ - 2010-04-25 - 1.3.2.1-signed.1-signed

- 2.0 + 2017-08-04 + 0.7.1

+ 17.0 * - 28.0 + 57.0 409 - 496788 - Color Text Compose Buttons - 129 + 48585 + Minimize On Start and Close + 136 @@ -1057,11 +1057,11 @@ - 2016-06-05 - 4.1.1

- 31.0 + 2010-04-25 + 1.3.2.1-signed.1-signed

+ 2.0 * - 45.0 + 28.0 @@ -1069,7 +1069,7 @@ 410 589242 Extra Format Buttons - 128 + 134 @@ -1086,10 +1086,10 @@ - 414 + 412 170 Quote Colors
Quote Colors & Collapse - 125 + 132 @@ -1106,10 +1106,10 @@ - 420 + 414 2307 Slideshow
Attachment Image Viewer/Slideshow - 122 + 130 @@ -1126,10 +1126,10 @@ - 421 + 415 800008 AddressBook in Tab - 120 + 129 1.4

@@ -1149,7 +1149,7 @@ 423 67147 AddressBookTab - 119 + 123 @@ -1166,10 +1166,10 @@ - 424 - 441146 - Bluhell Firewall - 118 + 425 + 9716 + Extra Folder Columns + 122 @@ -1177,19 +1177,19 @@ - 2017-08-13 - 2.6.4

- 48.0 + 2013-03-25 + 1.1.5

+ 3.0 * - 53.* + 37.* - 429 - 9716 - Extra Folder Columns - 115 + 427 + 441146 + Bluhell Firewall + 121 @@ -1197,11 +1197,11 @@ - 2013-03-25 - 1.1.5

- 3.0 + 2017-08-13 + 2.6.4

+ 48.0 * - 37.* + 53.* @@ -1209,7 +1209,7 @@ 431 2505 Duplicate Contact Manager - 114 + 120 @@ -1226,90 +1226,90 @@ - 439 - 344828 - Thunderbird Message Filter Import/Expo - 108 - + 437 + 7026 + Forward + 115 + 0.19

- 2013-01-29 - 1.0.3

- 15.0 + 2016-04-04 + 0.19

+ 1.5 * - 19.* + 60.* - 444 - 7026 - Forward - 107 - 0.19

+ 440 + 470213 + P7MON + 114 + 1.0.2

- 2016-04-04 - 0.19

- 1.5 + 2014-03-05 + 1.0.2

+ 27.0a1 * - 60.* + 64.* - 447 - 175989 - Subject Manager - 106 - 1.2.0

+ 441 + 344828 + Thunderbird Message Filter Import/Expo + 114 - 2018-10-31 - 1.2.0

- 3.0a1pre + + 2013-01-29 + 1.0.3

+ 15.0 * - 60.* + 19.* - 450 - 470213 - P7MON - 104 - 1.0.2

+ 445 + 175989 + Subject Manager + 111 + 1.2.0

- 2014-03-05 - 1.0.2

- 27.0a1 + 2018-10-31 + 1.2.0

+ 3.0a1pre * - 64.* + 60.* - 460 + 455 479809 Secure Addressing - 97 + 105 1.9

@@ -1326,10 +1326,10 @@ - 465 + 459 688542 Colored Recipient Type - 92 + 101 @@ -1346,7 +1346,47 @@ - 471 + 475 + 9210 + Ruler Bar + 90 + 0.5.2019041801

+ + + + + + + 2019-04-18 + 0.5.2019041801

+ 60.0 + * + 60.* + + + + + 476 + 5817 + SQLite Manager + 90 + + + + + + + + 2015-02-28 + 0.8.3.1-signed.1-signed

+ 22.0 + * + 39.0 + + + + + 479 390359 WebDAV for Filelink 89 @@ -1366,10 +1406,10 @@ - 475 + 480 355792 Customizations for Adblock Plus - 88 + 89 @@ -1386,9 +1426,9 @@ - 476 - 5817 - SQLite Manager + 485 + 57991 + Contact Photos 88 @@ -1397,19 +1437,19 @@ - 2015-02-28 - 0.8.3.1-signed.1-signed

- 22.0 + 2017-11-23 + 1.0.1

+ 3.0 * - 39.0 + 59.0 - 477 + 486 2848 Password Exporter - 87 + 88 @@ -1426,30 +1466,10 @@ - 484 - 9210 - Ruler Bar - 84 - 0.5.2019041801

- - - - - - - 2019-04-18 - 0.5.2019041801

- 60.0 - * - 60.* - - - - - 489 + 491 325597 Silent Block - 83 + 84 @@ -1466,9 +1486,9 @@ - 490 - 57991 - Contact Photos + 493 + 3563 + Edit As New 83 @@ -1477,19 +1497,19 @@ - 2017-11-23 - 1.0.1

- 3.0 + 2007-03-05 + 0.2

+ 1.0 * - 59.0 + 3.0a1 - 498 + 496 176736 Imap-ACL-Extension - 76 + 82 0.2.8

@@ -1506,10 +1526,10 @@ - 499 - 3563 - Edit As New - 76 + 501 + 70768 + Google Calendar Tab + 77 @@ -1517,19 +1537,19 @@ - 2007-03-05 - 0.2

- 1.0 + 2011-10-07 + 3.9

+ 3.1 * - 3.0a1 + 31.* - 502 - 70768 - Google Calendar Tab - 74 + 505 + 488576 + Tag Sequence Arranger + 75 @@ -1537,19 +1557,19 @@ - 2011-10-07 - 3.9

- 3.1 + 2016-02-26 + 0.2.0.166

+ 3.0 * - 31.* + 38.4.0 - 506 - 476246 - Download Status Bar - 72 + 509 + 463075 + Simple Locale Switcher + 74 @@ -1557,11 +1577,11 @@ - 2016-09-26 - 15.0.0.1

- 0.3 - * + 2017-08-07 + 1.0.2

52.0 + * + 56.* @@ -1569,7 +1589,7 @@ 510 4591 Disable DragAndDrop (Thunderbird) - 71 + 74 3.2.0

@@ -1586,10 +1606,10 @@ - 512 - 463075 - Simple Locale Switcher + 511 70 + Contacts Sidebar + 74 @@ -1597,19 +1617,19 @@ - 2017-08-07 - 1.0.2

- 52.0 + 2007-09-16 + 0.7.1

+ 1.5b * - 56.* + 3.0a1 - 513 - 488576 - Tag Sequence Arranger - 69 + 514 + 476246 + Download Status Bar + 72 @@ -1617,19 +1637,19 @@ - 2016-02-26 - 0.2.0.166

- 3.0 + 2016-09-26 + 15.0.0.1

+ 0.3 * - 38.4.0 + 52.0 - 514 + 515 453420 DL for Thunderbird - 68 + 72 @@ -1645,31 +1665,11 @@ - - 516 - 70 - Contacts Sidebar - 68 - - - - - - - - 2007-09-16 - 0.7.1

- 1.5b - * - 3.0a1 - - - 518 866823 Classic Password Editor - 66 + 68 1.1.2

@@ -1686,10 +1686,10 @@ - 519 + 520 14467 Year view - 66 + 68 0.6.2

@@ -1707,9 +1707,29 @@ 524 + 389381 + LDAP Contact Photo + 67 + + + + + + + + 2013-04-09 + 0.5.0

+ 16.0 + * + 46.* + + + + + 526 5878 CuteButtons - 64 + 66 0.5.6

@@ -1726,10 +1746,10 @@ - 525 + 527 1333 Quick Locale Switcher - 64 + 66 @@ -1746,10 +1766,30 @@ - 527 + 531 + 442020 + Awesome ldapInfoShow + 64 + 1.2

+ + + + + + + 2018-09-02 + 1.2

+ 60.0 + * + 63.0 + + + + + 532 370540 Google Search for Thunderbird - 63 + 64 @@ -1766,10 +1806,10 @@ - 529 + 534 5373 ThunderBrowse - 62 + 64 @@ -1786,30 +1826,10 @@ - 538 - 389381 - LDAP Contact Photo - 61 - - - - - - - - 2013-04-09 - 0.5.0

- 16.0 - * - 46.* - - - - - 541 + 543 162140 Get Selected Mails - 60 + 61 1.3.0

@@ -1826,10 +1846,10 @@ - 542 + 544 6003 Text2Link - 60 + 61 @@ -1846,110 +1866,110 @@ - 543 - 673591 - Diagnostics for Adblock Plus - 59 - + 545 + 427201 + Tiny JavaScript Debugger + 60 + 1.2.1

- 2016-05-03 - 1.3.2

- 38.0 + 2018-09-23 + 1.2.1

+ 24.0 * - 57.0 + 61.0 - 544 - 442020 - Awesome ldapInfoShow - 59 - 1.2

+ 547 + 7065 + Select Address Book Text + 60 - 2018-09-02 - 1.2

- 60.0 + + 2011-07-04 + 1.5

+ 3.0 * - 63.0 + 31.* - 546 - 427201 - Tiny JavaScript Debugger - 58 - 1.2.1

+ 548 + 46 + QuickNote + 60 - 2018-09-23 - 1.2.1

- 24.0 + + 2016-04-27 + 0.7.6

+ 3.1 * - 61.0 + 49.0 - 547 - 12514 - Gantt View - 58 - 1.0.0.60

+ 549 + 673591 + Diagnostics for Adblock Plus + 59 - 2018-06-30 - 1.0.0.60

- 57.0 + + 2016-05-03 + 1.3.2

+ 38.0 * - 64.* + 57.0 - 549 - 7065 - Select Address Book Text - 57 - + 550 + 12514 + Gantt View + 59 + 1.0.0.60

- 2011-07-04 - 1.5

- 3.0 + 2018-06-30 + 1.0.0.60

+ 57.0 * - 31.* + 64.* - 550 - 46 - QuickNote - 57 + 552 + 364710 + Zoom Button for Thunderbird + 58 @@ -1957,19 +1977,19 @@ - 2016-04-27 - 0.7.6

- 3.1 + 2014-09-06 + 0.0.8

+ 31.0 * - 49.0 + 41.0a1 - 552 + 555 369148 Restart - 56 + 57 @@ -1986,30 +2006,10 @@ - 553 - 364710 - Zoom Button for Thunderbird - 56 - - - - - - - - 2014-09-06 - 0.0.8

- 31.0 - * - 41.0a1 - - - - - 554 + 556 318229 Use Bcc Instead - 55 + 57 @@ -2026,10 +2026,10 @@ - 558 + 557 9886 JunQuilla - 53 + 56 @@ -2047,9 +2047,9 @@ 560 - 584594 - 中止ボタンがサーニャに見えて困る - 52 + 498988 + GPO support For Firefox and Thunderbir + 55 @@ -2057,11 +2057,11 @@ - 2015-02-11 - 0.4.0.10.1-signed.1-signed

- 1.0 + 2017-07-14 + 0.6.7.2

+ 10.0 * - 3.0a1 + 38.* @@ -2069,7 +2069,7 @@ 561 7844 Clean Subject - 52 + 54 @@ -2086,10 +2086,10 @@ - 562 - 988708 - uBlock Origin - 51 + 563 + 467220 + LookOut+ + 53 @@ -2097,19 +2097,19 @@ - 2024-05-19 - 1.3

- 50.0 + 2013-10-15 + 1.2.15

+ 1.5 * - 52.* + 50.0 564 - 467220 - LookOut+ - 51 + 465311 + Print Preview Button and Keyboard Shor + 53 @@ -2117,19 +2117,19 @@ - 2013-10-15 - 1.2.15

- 1.5 + 2014-11-14 + 1.0.2.1-signed.1-signed

+ 24.0 * - 50.0 + 31.* - 567 - 498988 - GPO support For Firefox and Thunderbir - 50 + 565 + 463795 + OBM Connector + 53 @@ -2137,19 +2137,19 @@ - 2017-07-14 - 0.6.7.2

- 10.0 + 2014-12-03 + 4.0.8

+ 17.0 * - 38.* + 31.* - 568 - 465311 - Print Preview Button and Keyboard Shor - 50 + 569 + 584594 + 中止ボタンがサーニャに見えて困る + 52 @@ -2157,19 +2157,39 @@ - 2014-11-14 - 1.0.2.1-signed.1-signed

- 24.0 + 2015-02-11 + 0.4.0.10.1-signed.1-signed

+ 1.0 * - 31.* + 3.0a1 570 + 988708 + uBlock Origin + 51 + + + + + + + + 2024-05-19 + 1.3

+ 50.0 + * + 52.* + + + + + 572 669617 MEGAbird - 49 + 51 3.0

@@ -2186,10 +2206,10 @@ - 572 + 573 405119 AttachExtraTools - 49 + 51 1.9.0

@@ -2206,10 +2226,10 @@ - 573 + 574 353318 Copy Plain Text 2 - 49 + 51 @@ -2226,30 +2246,10 @@ - 575 - 463795 - OBM Connector - 48 - - - - - - - - 2014-12-03 - 4.0.8

- 17.0 - * - 31.* - - - - - 578 + 577 262823 ResetRec - 47 + 50 1.3

@@ -2266,10 +2266,10 @@ - 579 + 578 57219 SortPref - 47 + 50 1.1.4

@@ -2286,10 +2286,50 @@ - 581 + 582 + 409328 + Titlebar Tabs Cleaner + 48 + + + + + + + + 2012-12-23 + 0.4.1

+ 16.0 + * + 31.* + + + + + 584 + 584784 + Path Linker + 47 + + + + + + + + 2015-02-11 + 1.0.0

+ 1.0 + * + 42.0 + + + + + 585 399856 AutoConfiguration Hook - 46 + 47 @@ -2306,10 +2346,10 @@ - 582 + 586 344925 Copy As Plain Text - 46 + 47 @@ -2326,10 +2366,10 @@ - 584 - 409328 - Titlebar Tabs Cleaner - 45 + 588 + 311616 + Scan'Mail + 46 @@ -2337,39 +2377,19 @@ - 2012-12-23 - 0.4.1

- 16.0 + 2014-01-09 + 2.1.2

+ 3.0 * 31.* - - 588 - 584784 - Path Linker - 43 - - - - - - - - 2015-02-11 - 1.0.0

- 1.0 - * - 42.0 - - - 589 - 296790 - hitsniffer visitors monitoring - 43 + 279909 + Resize Header + 46 @@ -2377,19 +2397,19 @@ - 2014-01-19 - 1.4.1-signed.1-signed

+ 2011-08-17 + 2.0

3.1 * - 3.1.* + 31.* - 590 + 591 5538 Send Filter - 43 + 45 @@ -2406,10 +2426,10 @@ - 594 + 595 380901 BorderColors GT - 42 + 44 @@ -2426,10 +2446,10 @@ - 595 - 311616 - Scan'Mail - 42 + 597 + 487102 + Force Addon Status + 43 @@ -2437,19 +2457,19 @@ - 2014-01-09 - 2.1.2

- 3.0 + 2016-10-24 + 1.5

+ 38.0 * - 31.* + 45.* - 596 - 279909 - Resize Header - 42 + 598 + 296790 + hitsniffer visitors monitoring + 43 @@ -2457,19 +2477,19 @@ - 2011-08-17 - 2.0

+ 2014-01-19 + 1.4.1-signed.1-signed

3.1 * - 31.* + 3.1.* - 604 + 606 725705 Disable Addon Compatibility Checks (Ve - 39 + 40 @@ -2486,10 +2506,10 @@ - 605 + 607 677455 No need flash plugin on embeded youtub - 39 + 40 @@ -2506,10 +2526,10 @@ - 606 + 608 303967 Advanced Unread Folders - 39 + 40 2.4

@@ -2526,30 +2546,30 @@ - 607 - 75777 - QuickPasswords - 39 - 3.10

+ 609 + 14307 + Signature /Auto Paste /Prefill Fourms + 40 - 2018-05-07 - 3.10

- 22.0 + + 2011-01-26 + 4.2.1-signed.1-signed.1-signed

+ 1.0 * - 60.* + 57.0 - 611 - 487102 - Force Addon Status - 38 + 615 + 520260 + EmailPicky 4 + 39 @@ -2557,19 +2577,19 @@ - 2016-10-24 - 1.5

- 38.0 + 2014-06-05 + 4.0

+ 1.5 * - 45.* + 33.0 - 612 + 616 254571 DOM Inspector Plus! [dm] - 38 + 39 2.0.17.1.5

@@ -2587,29 +2607,29 @@ 617 - 520260 - EmailPicky 4 - 37 - + 75777 + QuickPasswords + 39 + 3.10

- 2014-06-05 - 4.0

- 1.5 + 2018-05-07 + 3.10

+ 22.0 * - 33.0 + 60.* 618 - 14307 - Signature /Auto Paste /Prefill Fourms - 37 + 4390 + ThunderPlunger + 39 @@ -2617,19 +2637,19 @@ - 2011-01-26 - 4.2.1-signed.1-signed.1-signed

- 1.0 + 2013-09-15 + 2.14

+ 1.5 * 57.0 - 620 + 623 375281 Markdown Here - 36 + 37 2.13.4

@@ -2646,30 +2666,10 @@ - 622 - 4390 - ThunderPlunger - 36 - - - - - - - - 2013-09-15 - 2.14

- 1.5 - * - 57.0 - - - - - 625 + 624 368166 AutoUp - 35 + 37 @@ -2686,10 +2686,10 @@ - 626 + 625 66590 Is It Compatible? - 35 + 37 @@ -2709,7 +2709,7 @@ 627 9695 ViewAbout - 35 + 36 2.1.2

@@ -2729,7 +2729,7 @@ 628 8051 UnMHT - 35 + 36 @@ -2749,7 +2749,7 @@ 631 742184 Reply As Original Recipient - 33 + 34 1.1

@@ -2767,9 +2767,29 @@ 632 + 521266 + Set Default Columns + 34 + 1.2

+ + + + + + + 2018-12-19 + 1.2

+ 45.0 + * + 60.* + + + + + 633 376453 LDAP - View Groups Members - 32 + 34 0.4

@@ -2786,10 +2806,10 @@ - 633 - 191033 - New Mail Attention - 32 + 634 + 265058 + ThunderSync + 34 @@ -2797,59 +2817,59 @@ - 2011-09-07 - 1.2.1.1-let-fixed

+ 2015-11-10 + 2.6

3.0 * - 39.* + 38.* 635 - 771081 - lightningWeather - 31 - 0.5.0

+ 330907 + RedirectFilter + 33 - 2019-01-30 - 0.5.0

- 45.* + + 2013-12-30 + 0.1.8

+ 24.0a1 * - 60.* + 31.* - 637 - 521266 - Set Default Columns - 31 - 1.2

+ 640 + 771081 + lightningWeather + 32 + 0.5.0

- 2018-12-19 - 1.2

- 45.0 + 2019-01-30 + 0.5.0

+ 45.* * 60.* - 638 + 642 521230 Reply to All as Cc - 31 + 32 1.5.4

@@ -2866,30 +2886,10 @@ - 639 - 330907 - RedirectFilter - 31 - - - - - - - - 2013-12-30 - 0.1.8

- 24.0a1 - * - 31.* - - - - - 640 - 265058 - ThunderSync - 31 + 643 + 191033 + New Mail Attention + 32 @@ -2897,19 +2897,19 @@ - 2015-11-10 - 2.6

+ 2011-09-07 + 1.2.1.1-let-fixed

3.0 * - 38.* + 39.* - 642 + 644 3414 Dictionary Switcher - 31 + 32 @@ -2926,10 +2926,30 @@ - 645 + 646 + 368862 + CALDAV - Search/Subscribe + 31 + 0.4.1

+ + + + + + + 2018-12-12 + 0.4.1

+ 60.0 + * + 61.* + + + + + 647 354877 Enhanced Desktop Notifications - 30 + 31 1.04

@@ -2946,10 +2966,10 @@ - 646 + 648 2234 SmtpSelect - 30 + 31 @@ -2966,47 +2986,47 @@ - 647 - 368862 - CALDAV - Search/Subscribe - 29 - 0.4.1

+ 650 + 358688 + Lightning QR Code Add-on + 30 + 1.2.6

- 2018-12-12 - 0.4.1

+ 2018-11-28 + 1.2.6

60.0 * - 61.* + 60.* - 648 - 358688 - Lightning QR Code Add-on - 29 - 1.2.6

+ 655 + 347232 + Message Notes Plus + 28 - 2018-11-28 - 1.2.6

- 60.0 + + 2016-11-12 + 1.5.0.0

+ 3.0 * - 60.* + 45.* - 653 + 660 985173 EditEmailSubject-hotfix 27 @@ -3026,7 +3046,27 @@ - 655 + 661 + 490796 + Noia Fox options + 27 + + + + + + + + 2015-06-21 + 3.0.2.1-signed

+ 31.0a1 + * + 42.0 + + + + + 662 372883 Add-ons Manager Context Menu 27 @@ -3046,7 +3086,7 @@ - 656 + 663 14417 Expand mailing list recipients 27 @@ -3066,7 +3106,27 @@ - 657 + 664 + 4623 + Lightning Nightly Updater (Unofficial) + 27 + + + + + + + + 2011-07-14 + 0.11.110714

+ 3.1pre + * + 24.* + + + + + 665 2516 Mnenhy 27 @@ -3086,49 +3146,49 @@ - 662 - 490796 - Noia Fox options + 667 + 986476 + Show Outlook Appointments (vcal / ics) 26 + 0.2.3

- - 2015-06-21 - 3.0.2.1-signed

- 31.0a1 + 2019-01-13 + 0.2.3

+ 60.0 * - 42.0 + 60.* - 663 - 347232 - Message Notes Plus + 668 + 986470 + PDF Viewer 26 + 1.0

- - 2016-11-12 - 1.5.0.0

- 3.0 + 2019-01-04 + 1.0

+ 60.0a1 * - 45.* + 60.* - 664 - 10558 - ToggleReplied + 670 + 349284 + Outgoing Message Format 26 @@ -3137,18 +3197,18 @@ - 2013-01-20 - 0.4

- 3.0b2pre + 2011-11-30 + 1.1

+ 6.0 * - 31.* + 52.* - 665 - 4623 - Lightning Nightly Updater (Unofficial) + 671 + 10558 + ToggleReplied 26 @@ -3157,16 +3217,16 @@ - 2011-07-14 - 0.11.110714

- 3.1pre + 2013-01-20 + 0.4

+ 3.0b2pre * - 24.* + 31.* - 666 + 672 2707 Custom Buttons 26 @@ -3186,47 +3246,27 @@ - 669 - 986476 - Show Outlook Appointments (vcal / ics) - 25 - 0.2.3

- - - - - + 673 + 519 + SyncKolab + 26 - 2019-01-13 - 0.2.3

- 60.0 - * - 60.* - - - - - 670 - 986470 - PDF Viewer - 25 - 1.0

- 2019-01-04 - 1.0

- 60.0a1 + 2014-09-12 + 3.1.6

+ 10.0 * - 60.* + 35.0 - 672 + 678 481410 CookieKeeper 25 @@ -3246,29 +3286,9 @@ - 673 - 349284 - Outgoing Message Format - 25 - - - - - - - - 2011-11-30 - 1.1

- 6.0 - * - 52.* - - - - - 674 - 519 - SyncKolab + 679 + 6095 + Zindus 25 @@ -3277,16 +3297,16 @@ - 2014-09-12 - 3.1.6

- 10.0 + 2012-08-30 + 0.8.42.1-let-fixed

+ 2.0b2 * - 35.0 + 17.* - 676 + 680 427658 No Small Text 24 @@ -3305,31 +3325,11 @@ - - 677 - 6095 - Zindus - 24 - - - - - - - - 2012-08-30 - 0.8.42.1-let-fixed

- 2.0b2 - * - 17.* - - - 681 382085 Google Tasks Sync - 23 + 24 @@ -3347,9 +3347,9 @@ 682 - 337159 - AutoCopy 2
AutoCopy 78+ - 23 + 377585 + Check Domain + 24 @@ -3357,19 +3357,19 @@ - 2016-04-28 - 1.2.91

- 13.0 + 2016-04-22 + 1.4.0

+ 3.0 * - 49.0 + 52.* 683 - 195535 - Flat Folder Tree - 23 + 337409 + Restart application + 24 @@ -3377,31 +3377,31 @@ - 2010-08-14 - 1.1.2

+ 2012-10-26 + 1.2.1.1-signed.1-signed

3.0 * - 20.* + 24.* - 686 - 740067 - SMTP Switch Reborn - 22 - 0.3.2

+ 684 + 337159 + AutoCopy 2
AutoCopy 78+ + 24 - 2019-01-04 - 0.3.2

- 3.0a1pre + + 2016-04-28 + 1.2.91

+ 13.0 * - 60.* + 49.0 @@ -3409,7 +3409,7 @@ 687 472283 Lightweight Themes Manager - 22 + 23 @@ -3427,9 +3427,9 @@ 688 - 377585 - Check Domain - 22 + 370110 + Fit Images + 23 @@ -3437,19 +3437,19 @@ - 2016-04-22 - 1.4.0

- 3.0 + 2012-04-01 + 1.0

+ 5.0 * - 52.* + 31.* 689 - 370110 - Fit Images - 22 + 195535 + Flat Folder Tree + 23 @@ -3457,19 +3457,39 @@ - 2012-04-01 - 1.0

- 5.0 + 2010-08-14 + 1.1.2

+ 3.0 * - 31.* + 20.* 690 + 6501 + Tab Wheel Scroll + 23 + + + + + + + + 2017-01-04 + 20170104.7.46

+ 31.0 + * + 51.0 + + + + + 691 5296 Sender Name - 22 + 23 @@ -3486,10 +3506,10 @@ - 691 + 692 3851 Search for Sender - 22 + 23 @@ -3509,7 +3529,7 @@ 693 800006 AdvancedTasks - 21 + 22 1.6

@@ -3527,19 +3547,19 @@ 694 - 439060 - Mark Junk Read - 21 - 1.04

+ 740067 + SMTP Switch Reborn + 22 + 0.3.2

- 2018-10-17 - 1.04

- 5.0 + 2019-01-04 + 0.3.2

+ 3.0a1pre * 60.* @@ -3547,49 +3567,69 @@ 695 - 424820 - OutlookAlike BETA - 21 - + 663190 + Thunderbird-DontRestoreTabs + 22 + 1.2

- 2014-04-18 - 0.3.0.8

- 17.0 + 2018-12-23 + 1.2

+ 31.0 * - 45.* + 60.* 696 - 337409 - Restart application - 21 + 439060 + Mark Junk Read + 22 + 1.04

+ 2018-10-17 + 1.04

+ 5.0 + * + 60.* + + + + + 697 + 355827 + Today's messages + 22 - 2012-10-26 - 1.2.1.1-signed.1-signed

+ + + + + + + 2013-10-15 + 1.3.1

3.0 * - 24.* + 31.* - 697 + 698 310118 Personal Level Indicators - 21 + 22 @@ -3606,10 +3646,10 @@ - 698 + 699 255237 Prevent Delete - 21 + 22 @@ -3626,10 +3666,10 @@ - 699 + 700 48971 Google Docs Viewer (PDF, DOCX, PPTX, X - 21 + 22 @@ -3646,10 +3686,10 @@ - 700 + 701 47398 宅配便の配達状況 - 21 + 22 @@ -3666,9 +3706,9 @@ - 701 - 6501 - Tab Wheel Scroll + 704 + 424820 + OutlookAlike BETA 21 @@ -3677,39 +3717,39 @@ - 2017-01-04 - 20170104.7.46

- 31.0 + 2014-04-18 + 0.3.0.8

+ 17.0 * - 51.0 + 45.* - 704 - 663190 - Thunderbird-DontRestoreTabs - 20 - 1.2

+ 705 + 4721 + .vcs Support + 21 - 2018-12-23 - 1.2

- 31.0 + + 2011-08-13 + 0.6.4

+ 5.0 * - 60.* + 24.* - 705 - 355827 - Today's messages - 20 + 706 + 4546 + Keyword Highlight + 21 @@ -3717,18 +3757,18 @@ - 2013-10-15 - 1.3.1

- 3.0 + 2011-09-30 + 1.04

+ 1.5 * 31.* - 706 - 337045 - SmilieInserter Plus + 709 + 964241 + Auto Filter Timer 20 @@ -3737,18 +3777,18 @@ - 2012-03-03 - 1.1.1

- 0.7 + 2018-06-13 + 1.043

+ 20.0 * - 31.* + 59.* - 707 - 4721 - .vcs Support + 710 + 487120 + Insert Link from Local File 20 @@ -3757,18 +3797,18 @@ - 2011-08-13 - 0.6.4

- 5.0 + 2015-06-11 + 1.1

+ 10.0 * - 24.* + 38.* - 708 - 4546 - Keyword Highlight + 711 + 337045 + SmilieInserter Plus 20 @@ -3777,9 +3817,9 @@ - 2011-09-30 - 1.04

- 1.5 + 2012-03-03 + 1.1.1

+ 0.7 * 31.* @@ -3787,9 +3827,9 @@ 712 - 625198 - about:config Button - 19 + 76838 + Right Encoding + 20 @@ -3797,19 +3837,19 @@ - 2015-06-21 - 1.1.3.1-signed

- 20.0 + 2015-09-14 + 0.3.5

+ 31.0 * - 42.0 + 38.* 713 - 87434 - Quicker Filer - 19 + 3993 + Dictionary Switcher for Thunderbird + 20 @@ -3817,18 +3857,18 @@ - 2014-09-29 - 0.6.4

- 24.0 + 2009-12-13 + 1.1.5

+ 2.0 * - 33.* + 31.* - 714 - 76838 - Right Encoding + 716 + 625198 + about:config Button 19 @@ -3837,38 +3877,38 @@ - 2015-09-14 - 0.3.5

- 31.0 + 2015-06-21 + 1.1.3.1-signed

+ 20.0 * - 38.* + 42.0 - 715 - 4550 - Compact Menu 2 + 717 + 372945 + Sort and Search Customization Dialogs 19 + 0.1.4

- - 2011-10-05 - 4.3.1.1-signed.1-signed

- 3.0 + 2018-04-11 + 0.1.4

+ 60.0 * - 10.0a1 + 60.* - 716 - 3993 - Dictionary Switcher for Thunderbird + 718 + 87434 + Quicker Filer 19 @@ -3877,18 +3917,18 @@ - 2009-12-13 - 1.1.5

- 2.0 + 2014-09-29 + 0.6.4

+ 24.0 * - 31.* + 33.* - 717 - 3740 - Automatic Export + 719 + 4550 + Compact Menu 2 19 @@ -3897,19 +3937,19 @@ - 2012-03-29 - 0.5.2

- 11.0 + 2011-10-05 + 4.3.1.1-signed.1-signed

+ 3.0 * - 31.* + 10.0a1 - 719 - 964241 - Auto Filter Timer - 18 + 720 + 3740 + Automatic Export + 19 @@ -3917,36 +3957,36 @@ - 2018-06-13 - 1.043

- 20.0 + 2012-03-29 + 0.5.2

+ 11.0 * - 59.* + 31.* - 720 - 487120 - Insert Link from Local File + 727 + 986609 + Custom Sender Address and Reply 18 + 1.0.0

- - 2015-06-11 - 1.1

- 10.0 + 2019-03-31 + 1.0.0

+ 3.0 * - 38.* + 60.* - 721 + 728 379979 Always HTML 18 @@ -3966,19 +4006,19 @@ - 722 - 372945 - Sort and Search Customization Dialogs + 729 + 322568 + Report Spam 18 - 0.1.4

+ 1.05

- 2018-04-11 - 0.1.4

+ 2019-03-08 + 1.05

60.0 * 60.* @@ -3986,7 +4026,7 @@ - 723 + 730 315875 eCleaner 18 @@ -4005,111 +4045,31 @@ - - 724 - 301312 - SendWithoutSubject - 18 - - - - - - - - 2014-12-09 - 1.0.5

- 29.0 - * - 34.* - - - 731 - 986609 - Custom Sender Address and Reply - 17 - 1.0.0

- - - - - - - 2019-03-31 - 1.0.0

- 3.0 - * - 60.* - - - - - 732 - 507700 - IMAP Draft Unread - 17 - 1.1.2

- - - - - - - 2018-03-19 - 1.1.2

- 21.0 - * - 60.* - - - - - 733 - 381417 - TorBirdy - 17 - 0.2.6

- - - - - - - 2018-10-06 - 0.2.6

- 52.0 - * - 60.* - - - - - 734 - 322568 - Report Spam - 17 - 1.05

+ 301312 + SendWithoutSubject + 18 - 2019-03-08 - 1.05

- 60.0 + + 2014-12-09 + 1.0.5

+ 29.0 * - 60.* + 34.* - 735 + 732 258235 OrderAtt - 17 + 18 @@ -4126,10 +4086,10 @@ - 736 + 733 187593 Unified Search - 17 + 18 @@ -4146,10 +4106,10 @@ - 737 + 734 11287 Any Confirmation Message before Send - 17 + 18 @@ -4166,10 +4126,10 @@ - 741 + 738 986676 Enhanced Date Formatter - 16 + 17 1.0.1

@@ -4186,10 +4146,10 @@ - 742 + 739 685896 GNotifier - 16 + 17 @@ -4206,10 +4166,10 @@ - 743 - 638842 - Squared Australis Tabs (Tb) - 16 + 740 + 567540 + Add-ons Button + 17 @@ -4217,19 +4177,59 @@ - 2017-05-13 - 1.1

- 31.0a1 + 2015-06-01 + 1.1.2.1-signed

+ 20.0 * - 53.0 + 42.0 - 744 + 741 + 507700 + IMAP Draft Unread + 17 + 1.1.2

+ + + + + + + 2018-03-19 + 1.1.2

+ 21.0 + * + 60.* + + + + + 742 + 381417 + TorBirdy + 17 + 0.2.6

+ + + + + + + 2018-10-06 + 0.2.6

+ 52.0 + * + 60.* + + + + + 743 372860 Super Date Format - 16 + 17 @@ -4246,10 +4246,10 @@ - 745 + 744 349258 www.Translate - 16 + 17 @@ -4266,10 +4266,10 @@ - 746 + 745 234329 SavedSearchThemAll - 16 + 17 1.4

@@ -4286,7 +4286,47 @@ - 747 + 748 + 638842 + Squared Australis Tabs (Tb) + 16 + + + + + + + + 2017-05-13 + 1.1

+ 31.0a1 + * + 53.0 + + + + + 749 + 54317 + Disable "You" + 16 + + + + + + + + 2009-12-27 + 1.1

+ 3.0 + * + 49.0 + + + + + 750 5792 Firesizer 16 @@ -4306,7 +4346,7 @@ - 748 + 751 2471 rikaichan 16 @@ -4326,10 +4366,10 @@ - 750 - 567540 - Add-ons Button - 15 + 752 + 1852 + Dafizilla Table2Clipboard + 16 @@ -4337,16 +4377,16 @@ - 2015-06-01 - 1.1.2.1-signed

- 20.0 + 2011-08-05 + 1.5.3.1.1-signed.1-signed

+ 2.0 * - 42.0 + 20.* - 751 + 754 374924 URLFilter 15 @@ -4366,7 +4406,7 @@ - 753 + 756 249342 Restartless Restart 15 @@ -4386,9 +4426,9 @@ - 754 - 54317 - Disable "You" + 757 + 9995 + EMail Address Crawler 15 @@ -4397,38 +4437,38 @@ - 2009-12-27 - 1.1

- 3.0 + 2010-09-07 + 3

+ 1.5 * - 49.0 + 3.1.* - 755 - 1915 - Sun Cult + 758 + 9873 + GlodaQuilla search indexing enhancemen 15 + 0.3.5

- - 2015-07-30 - 1.3.20150730

- 1.5 + 2019-01-21 + 0.3.5

+ 60.0 * - 45.* + 60.* - 756 - 1852 - Dafizilla Table2Clipboard + 759 + 1915 + Sun Cult 15 @@ -4437,16 +4477,16 @@ - 2011-08-05 - 1.5.3.1.1-signed.1-signed

- 2.0 + 2015-07-30 + 1.3.20150730

+ 1.5 * - 20.* + 45.* - 757 + 760 883 Transliterator 15 @@ -4466,7 +4506,27 @@ - 760 + 764 + 740070 + Reply To All Reminder + 14 + 1.0

+ + + + + + + 2016-10-08 + 1.0

+ 1.5 + * + 65.0 + + + + + 765 618822 Free Memory Button 14 @@ -4486,7 +4546,7 @@ - 761 + 766 413716 Link Properties Plus 14 @@ -4497,16 +4557,56 @@ - 2017-03-13 - 1.6.1

- 3.1 + 2017-03-13 + 1.6.1

+ 3.1 + * + 55.0a1 + + + + + 767 + 387115 + Autohide Folders panel + 14 + + + + + + + + 2013-06-11 + 0.6

+ 3.0 + * + 31.* + + + + + 768 + 58857 + ThunderCal + 14 + + + + + + + + 2010-06-19 + 1.1

+ 3.0 * - 55.0a1 + 24.* - 762 + 769 13572 Notepad (QuickFox) 14 @@ -4526,27 +4626,7 @@ - 763 - 9873 - GlodaQuilla search indexing enhancemen - 14 - 0.3.5

- - - - - - - 2019-01-21 - 0.3.5

- 60.0 - * - 60.* - - - - - 764 + 770 6143 Show Password On Input 14 @@ -4566,27 +4646,7 @@ - 769 - 740070 - Reply To All Reminder - 13 - 1.0

- - - - - - - 2016-10-08 - 1.0

- 1.5 - * - 65.0 - - - - - 770 + 774 706000 No Resource URI Leak 13 @@ -4606,9 +4666,9 @@ - 771 - 387115 - Autohide Folders panel + 775 + 548598 + Email signature for Thunderbird - Wise 13 @@ -4617,18 +4677,18 @@ - 2013-06-11 - 0.6

- 3.0 + 2014-10-05 + 3.14.0

+ 5.0 * - 31.* + 45.0 - 772 - 348047 - WebApp Tabs + 777 + 458038 + Perfect View 13 @@ -4637,18 +4697,18 @@ - 2012-03-14 - 2.1.1-let-fixed

- 8.0 + 2017-01-17 + 6.6

+ 35.0 * - 24.* + 56.0 - 773 - 58857 - ThunderCal + 778 + 348814 + Filter Of Filters 13 @@ -4657,18 +4717,18 @@ - 2010-06-19 + 2012-11-23 1.1

3.0 * - 24.* + 16.* - 774 - 9995 - EMail Address Crawler + 779 + 348047 + WebApp Tabs 13 @@ -4677,18 +4737,18 @@ - 2010-09-07 - 3

- 1.5 + 2012-03-14 + 2.1.1-let-fixed

+ 8.0 * - 3.1.* + 24.* - 778 - 548598 - Email signature for Thunderbird - Wise + 782 + 923239 + Force Hide Message Pane 12 @@ -4697,18 +4757,18 @@ - 2014-10-05 - 3.14.0

- 5.0 + 2018-01-18 + 0.3

+ 31.0 * - 45.0 + 52.* - 780 - 458038 - Perfect View + 783 + 482252 + Thunderbird Chat Notification 12 @@ -4717,16 +4777,16 @@ - 2017-01-17 - 6.6

- 35.0 + 2014-08-30 + 1.3.0

+ 15.0 * - 56.0 + 31.* - 782 + 785 355400 Trueblock Plus 12 @@ -4746,7 +4806,7 @@ - 783 + 786 156142 Folder Categories 12 @@ -4766,7 +4826,27 @@ - 784 + 787 + 5286 + DragToCompose + 12 + + + + + + + + 2008-03-19 + 0.3

+ 1.5 + * + 58.* + + + + + 788 81 Launchy 12 @@ -4786,7 +4866,7 @@ - 788 + 794 986658 DetachAttachment 11 @@ -4806,9 +4886,9 @@ - 789 - 636942 - Extension List Dumper 2 + 795 + 693775 + DSN Settings 2 11 @@ -4817,18 +4897,18 @@ - 2017-01-14 - 1.0.2

- 31.0 + 2016-03-25 + 1.0.3

+ 3.0 * - 50.* + 49.0 - 790 - 628108 - Version Number in Add-ons Manager + 796 + 636942 + Extension List Dumper 2 11 @@ -4837,18 +4917,18 @@ - 2018-05-12 - 1.10

- 41.0 + 2017-01-14 + 1.0.2

+ 31.0 * - 56.* + 50.* - 791 - 482252 - Thunderbird Chat Notification + 797 + 628108 + Version Number in Add-ons Manager 11 @@ -4857,16 +4937,16 @@ - 2014-08-30 - 1.3.0

- 15.0 + 2018-05-12 + 1.10

+ 41.0 * - 31.* + 56.* - 792 + 798 398350 Rikaichan Japanese-English Dictionary 11 @@ -4886,7 +4966,7 @@ - 793 + 799 397180 ALL To CC BCC 11 @@ -4906,27 +4986,7 @@ - 794 - 348814 - Filter Of Filters - 11 - - - - - - - - 2012-11-23 - 1.1

- 3.0 - * - 16.* - - - - - 795 + 800 5467 Simple Search-For Extension 11 @@ -4946,67 +5006,27 @@ - 796 - 5286 - DragToCompose - 11 - - - - - - - - 2008-03-19 - 0.3

- 1.5 - * - 58.* - - - - - 802 - 923239 - Force Hide Message Pane - 10 - - - - - - - - 2018-01-18 - 0.3

- 31.0 - * - 52.* - - - - - 803 - 693775 - DSN Settings 2 + 806 + 694104 + ExtendIMAPFilters 10 + 1.0.1

- - 2016-03-25 - 1.0.3

- 3.0 + 2016-03-26 + 1.0.1

+ 45.0 * - 49.0 + 60.* - 804 + 807 630624 Profile Buttons 10 @@ -5026,29 +5046,29 @@ - 805 - 415492 - Close On Reply + 808 + 580612 + Lightning Reminder Left Buttons 10 + 2.0.1

- - 2013-05-27 - 1.1

- 17.0 + 2015-07-18 + 2.0.1

+ 21.0 * - 19.* + 60.* - 806 - 351368 - Address Cleaner Replying + 809 + 427197 + tzpush 10 @@ -5057,18 +5077,18 @@ - 2011-11-23 - 0.2

- 3.0.* + 2017-04-15 + 1.9.9.9.9

+ 10.0 * - 31.* + 52.* - 807 - 11771 - Gather the senders ! + 810 + 415492 + Close On Reply 10 @@ -5077,18 +5097,18 @@ - 2011-01-06 - 1.2.2

- 3.0 + 2013-05-27 + 1.1

+ 17.0 * - 12.* + 19.* - 808 - 7307 - Google Contacts + 811 + 412894 + Mark Read On Reply and Reply-All 10 @@ -5097,19 +5117,19 @@ - 2013-06-20 - 0.7.12

- 17.0 + 2013-11-15 + 2.1

+ 11.0 * - 24.* + 31.* - 811 - 722479 - Image Zoom (ugly fixes) - 9 + 812 + 369147 + More About + 10 @@ -5117,59 +5137,59 @@ - 2016-11-29 - 0.1.1

- 17.0 + 2017-01-23 + 3.0.0

+ 24.0 * - 52.0 + 54.0a1 - 812 - 694104 - ExtendIMAPFilters - 9 - 1.0.1

+ 813 + 351368 + Address Cleaner Replying + 10 - 2016-03-26 - 1.0.1

- 45.0 + + 2011-11-23 + 0.2

+ 3.0.* * - 60.* + 31.* - 813 - 580612 - Lightning Reminder Left Buttons - 9 - 2.0.1

+ 814 + 126517 + SortRecipients + 10 - 2015-07-18 - 2.0.1

- 21.0 + + 2012-01-14 + 0.2.7

+ 1.5 * - 60.* + 9.* - 814 - 427197 - tzpush - 9 + 815 + 11771 + Gather the senders ! + 10 @@ -5177,19 +5197,19 @@ - 2017-04-15 - 1.9.9.9.9

- 10.0 + 2011-01-06 + 1.2.2

+ 3.0 * - 52.* + 12.* - 815 - 412894 - Mark Read On Reply and Reply-All - 9 + 816 + 7307 + Google Contacts + 10 @@ -5197,18 +5217,18 @@ - 2013-11-15 - 2.1

- 11.0 + 2013-06-20 + 0.7.12

+ 17.0 * - 31.* + 24.* - 816 - 369147 - More About + 820 + 722479 + Image Zoom (ugly fixes) 9 @@ -5217,18 +5237,18 @@ - 2017-01-23 - 3.0.0

- 24.0 + 2016-11-29 + 0.1.1

+ 17.0 * - 54.0a1 + 52.0 - 817 - 129690 - Empty 'em + 821 + 406846 + Tag Sequence 9 @@ -5237,18 +5257,18 @@ - 2016-06-29 - 0.91

- 33.0a1 + 2012-11-07 + 0.1

+ 3.0 * - 49.* + 31.* - 818 - 126517 - SortRecipients + 822 + 129690 + Empty 'em 9 @@ -5257,16 +5277,16 @@ - 2012-01-14 - 0.2.7

- 1.5 + 2016-06-29 + 0.91

+ 33.0a1 * - 9.* + 49.* - 819 + 823 70001 ThunderTabs 9 @@ -5286,7 +5306,7 @@ - 820 + 824 58034 Display Contact Photo 9 @@ -5306,10 +5326,10 @@ - 826 - 914599 - tb_email_grabber - 8 + 825 + 305 + Allow Empty Subject + 9 @@ -5317,16 +5337,16 @@ - 2018-11-03 - 1.3

- 48.* + 2007-04-19 + 0.3

+ 2.0b1 * - 59.* + 2.0.0.* - 827 + 830 679462 Stylish-Custom 8 @@ -5346,7 +5366,7 @@ - 828 + 831 621166 Page Colors & Fonts Buttons 8 @@ -5366,7 +5386,7 @@ - 829 + 832 589130 clamdrib LIN 8 @@ -5386,7 +5406,47 @@ - 830 + 833 + 548374 + Profile Folder Button + 8 + + + + + + + + 2017-08-09 + 3.1.0

+ 24.0 + * + 57.0a1 + + + + + 834 + 487112 + Clear IMAP Local Cache + 8 + + + + + + + + 2015-06-10 + 1.1

+ 3.0 + * + 38.* + + + + + 835 429274 hubiC pour Filelink 8 @@ -5404,11 +5464,11 @@ 47.0 - - - 831 - 406846 - Tag Sequence + + + 836 + 388351 + QuickFilter Unreplied 8 @@ -5417,16 +5477,16 @@ - 2012-11-07 - 0.1

- 3.0 + 2017-04-25 + 1.1

+ 10.0 * - 31.* + 52.0 - 832 + 837 372712 Message Filters Button
Message Filters Button U 8 @@ -5446,7 +5506,7 @@ - 833 + 838 350566 Send and File 8 @@ -5466,7 +5526,7 @@ - 834 + 839 336172 Copy Pure Text 8 @@ -5486,7 +5546,7 @@ - 835 + 840 326836 Classicish Add-on Manager 8 @@ -5506,7 +5566,7 @@ - 836 + 841 317539 Follow Up 8 @@ -5526,7 +5586,7 @@ - 837 + 842 315380 Follow Reply 8 @@ -5546,9 +5606,9 @@ - 838 - 305 - Allow Empty Subject + 843 + 200747 + All mail from all accounts 8 @@ -5557,19 +5617,19 @@ - 2007-04-19 - 0.3

- 2.0b1 + 2012-01-12 + 2.0

+ 3.0 * - 2.0.0.* + 31.* 844 - 685797 - Email Addresses in Message Headers - 7 + 9231 + KeePass Helper + 8 @@ -5577,19 +5637,19 @@ - 2016-04-12 - 3.2

- 38.5.1 + 2015-05-04 + 3.0.2.1-signed.1-signed

+ 1.5 * - 47.0a2 + 41.0 845 - 677156 - InfoQube Firefox extension - 7 + 8774 + Chromatasks + 8 @@ -5597,19 +5657,19 @@ - 2015-12-30 - 1.0

- 1.5b + 2014-08-19 + 1.5

+ 10.0 * - 3.0a2pre + 31.* 846 - 548374 - Profile Folder Button - 7 + 7376 + SMTP Control + 8 @@ -5617,59 +5677,39 @@ - 2017-08-09 - 3.1.0

- 24.0 + 2015-07-25 + 0.6.0

+ 2.0 * - 57.0a1 + 38.* 847 - 487112 - Clear IMAP Local Cache - 7 - + 4798 + Spamness + 8 + 0.6.4

- 2015-06-10 - 1.1

- 3.0 + 2018-12-12 + 0.6.4

+ 60.0 * - 38.* + 60.* 848 - 420558 - Dybutar - 7 - - - - - - - - 2013-10-06 - 0.5.1.1-signed.1-signed

- 8.0 - * - 31.* - - - - - 849 - 388351 - QuickFilter Unreplied - 7 + 2030 + Allow Local Addresses + 8 @@ -5677,58 +5717,58 @@ - 2017-04-25 + 2007-03-05 1.1

- 10.0 + 1.5 * - 52.0 + 16.* - 850 - 367335 - Trashcan + 853 + 986684 + X-Spam-Score Column 7 - 1.1

+ 1.2

- 2015-02-07 - 1.1

- 3.1 + 2019-07-10 + 1.2

+ 2.0 * 60.* - 851 - 332239 - Element Inspector + 854 + 986556 + AutoCopy_rebirth
AutoCopy 78+ 7 + 1.2.91.1

- - 2017-03-25 - 0.1.2

- 5.0 + 2019-03-08 + 1.2.91.1

+ 13.0 * - 40.0a1 + 60.* - 852 - 321749 - Bird Import + 855 + 914599 + tb_email_grabber 7 @@ -5737,18 +5777,18 @@ - 2011-11-28 - 1.0.1

- 3.0 + 2018-11-03 + 1.3

+ 48.* * - 8.* + 59.* - 853 - 195279 - Provider for Microsoft Exchange + 856 + 685797 + Email Addresses in Message Headers 7 @@ -5757,38 +5797,38 @@ - 2012-03-15 - 0.18

- 3.0a1pre + 2016-04-12 + 3.2

+ 38.5.1 * - 17.* + 47.0a2 - 854 - 13037 - MailSentry IronPort Spam Reporter + 857 + 677156 + InfoQube Firefox extension 7 - 1.4.2

- 2013-10-11 - 1.4.2

- 14.0a1 + + 2015-12-30 + 1.0

+ 1.5b * - 61.0 + 3.0a2pre - 855 - 11889 - Growl/GNTP for Thunderbird + 858 + 420558 + Dybutar 7 @@ -5797,38 +5837,38 @@ - 2011-07-20 - 1.2.3

- 2.0 + 2013-10-06 + 0.5.1.1-signed.1-signed

+ 8.0 * - 24.* + 31.* - 856 - 9231 - KeePass Helper + 859 + 367335 + Trashcan 7 + 1.1

- - 2015-05-04 - 3.0.2.1-signed.1-signed

- 1.5 + 2015-02-07 + 1.1

+ 3.1 * - 41.0 + 60.* - 857 - 8774 - Chromatasks + 860 + 332239 + Element Inspector 7 @@ -5837,18 +5877,18 @@ - 2014-08-19 - 1.5

- 10.0 + 2017-03-25 + 0.1.2

+ 5.0 * - 31.* + 40.0a1 - 858 - 7376 - SMTP Control + 861 + 321749 + Bird Import 7 @@ -5857,58 +5897,58 @@ - 2015-07-25 - 0.6.0

- 2.0 + 2011-11-28 + 1.0.1

+ 3.0 * - 38.* + 8.* - - 859 - 4798 - Spamness + + 862 + 195279 + Provider for Microsoft Exchange 7 - 0.6.4

- 2018-12-12 - 0.6.4

- 60.0 + + 2012-03-15 + 0.18

+ 3.0a1pre * - 60.* + 17.* - 860 - 3680 - Birthday Reminder + 863 + 13037 + MailSentry IronPort Spam Reporter 7 + 1.4.2

- - 2011-08-17 - 1.0.6.5

- 5.0 + 2013-10-11 + 1.4.2

+ 14.0a1 * - 13.* + 61.0 - 861 - 2030 - Allow Local Addresses + 864 + 11889 + Growl/GNTP for Thunderbird 7 @@ -5917,18 +5957,18 @@ - 2007-03-05 - 1.1

- 1.5 + 2011-07-20 + 1.2.3

+ 2.0 * - 16.* + 24.* - 862 - 1815 - Console² + 865 + 4847 + Restart Thunderbird 7 @@ -5937,56 +5977,56 @@ - 2011-12-19 - 0.9.1-signed.1-let-fixed.1-signed

- 3.0 + 2009-12-11 + 1.0

+ 1.5 * - 15.0a1 + 3.1.* 866 - 986684 - X-Spam-Score Column - 6 - 1.2

+ 3680 + Birthday Reminder + 7 - 2019-07-10 - 1.2

- 2.0 + + 2011-08-17 + 1.0.6.5

+ 5.0 * - 60.* + 13.* 867 - 986556 - AutoCopy_rebirth
AutoCopy 78+ - 6 - 1.2.91.1

+ 1815 + Console² + 7 - 2019-03-08 - 1.2.91.1

- 13.0 + + 2011-12-19 + 0.9.1-signed.1-let-fixed.1-signed

+ 3.0 * - 60.* + 15.0a1 - 868 + 872 742296 Quick Locale Switcher 2 6 @@ -6006,7 +6046,7 @@ - 869 + 873 619440 Restart App Button 6 @@ -6026,7 +6066,7 @@ - 870 + 874 619096 Add-on Preferences Button 6 @@ -6046,7 +6086,7 @@ - 871 + 875 469955 Highlight External Addresses 6 @@ -6066,7 +6106,7 @@ - 872 + 876 413682 Addons Recent Updates 6 @@ -6086,7 +6126,7 @@ - 873 + 877 386335 Colorific 6 @@ -6106,7 +6146,27 @@ - 874 + 878 + 386243 + Autoarchive
AutoarchiveReloaded + 6 + + + + + + + + 2012-08-25 + 0.2.2

+ 3.0 + * + 24.* + + + + + 879 371110 SavedSearchInSubFolders 6 @@ -6126,7 +6186,7 @@ - 875 + 880 363316 RealPrevNextButtons for new Thunderbir 6 @@ -6146,7 +6206,7 @@ - 876 + 881 362472 Just Restart! 6 @@ -6166,7 +6226,7 @@ - 877 + 882 344943 Check for Updates in Help Menu 6 @@ -6186,27 +6246,7 @@ - 878 - 337410 - Bamboo Feed Reader - 6 - - - - - - - - 2017-03-11 - 2.3.2

- 3.0 - * - 45.* - - - - - 879 + 883 335135 Version in Add-on bar 6 @@ -6226,7 +6266,7 @@ - 880 + 884 326550 Old-style smilies 6 @@ -6246,7 +6286,7 @@ - 881 + 885 261958 Password Tags 6 @@ -6266,9 +6306,9 @@ - 882 - 200747 - All mail from all accounts + 886 + 180637 + Windows Contacts Loader 6 @@ -6277,16 +6317,16 @@ - 2012-01-12 - 2.0

- 3.0 + 2012-11-17 + 0.3.8

+ 14.0 * 31.* - 883 + 887 111151 Babylon Dictionary Word Search 6 @@ -6306,7 +6346,7 @@ - 884 + 888 77491 Free/Busy 6 @@ -6326,7 +6366,7 @@ - 885 + 889 49667 SoundPlus 6 @@ -6346,7 +6386,7 @@ - 886 + 890 7162 Muttator 6 @@ -6366,7 +6406,7 @@ - 887 + 891 6952 ICS Inspector 6 @@ -6386,7 +6426,7 @@ - 888 + 892 4972 SmtpSwitch 6 @@ -6406,27 +6446,7 @@ - 889 - 4847 - Restart Thunderbird - 6 - - - - - - - - 2009-12-11 - 1.0

- 1.5 - * - 3.1.* - - - - - 890 + 893 4415 Font Finder 6 @@ -6446,7 +6466,7 @@ - 891 + 894 3746 Extension List Dumper 6 @@ -6466,7 +6486,7 @@ - 892 + 895 2474 Thunderbird Message Filter Import/Expo 6 @@ -6486,7 +6506,47 @@ - 893 + 896 + 1814 + BlunderDelay + 6 + + + + + + + + 2009-10-29 + 0.5.3

+ 1.5b + * + 24.* + + + + + 897 + 908 + Track Package + 6 + + + + + + + + 2013-12-08 + 3.5.1-signed.1-signed

+ 16.0 + * + 20.* + + + + + 898 770 Leet Key 6 @@ -6506,7 +6566,7 @@ - 894 + 899 63 InspectorWidget 6 @@ -6526,7 +6586,7 @@ - 901 + 905 788719 techblocker 5 @@ -6541,12 +6601,32 @@ 1.1.1.0

38.0 * - 49.0 + 49.0 + + + + + 907 + 663586 + Last Dictionary for Mail + 5 + + + + + + + + 2015-10-21 + 1.1

+ 35.0a1 + * + 45.0 - 903 + 908 620552 QFO - Quick Fuck Off 5 @@ -6566,7 +6646,7 @@ - 904 + 909 618092 LCD Clock 5 @@ -6586,7 +6666,7 @@ - 905 + 910 553652 Sender Address Columns 5 @@ -6606,7 +6686,7 @@ - 906 + 912 413710 nowebsearch 5 @@ -6626,7 +6706,7 @@ - 907 + 913 413680 Addons Quick Search 5 @@ -6646,7 +6726,7 @@ - 908 + 914 412100 Too Many Recipients 5 @@ -6666,7 +6746,7 @@ - 909 + 915 407116 LastColour 5 @@ -6686,7 +6766,7 @@ - 910 + 916 406802 PasteHyperlink 5 @@ -6706,7 +6786,7 @@ - 911 + 917 398352 Rikaichan Japanese Names Dictionary Fi 5 @@ -6726,9 +6806,9 @@ - 912 - 386243 - Autoarchive
AutoarchiveReloaded + 918 + 358679 + Color Transform 5 @@ -6737,18 +6817,18 @@ - 2012-08-25 - 0.2.2

- 3.0 + 2017-01-17 + 6.4

+ 35.0 * - 24.* + 56.0 - 913 - 358679 - Color Transform + 919 + 356748 + Deselect on Click 1.0 5 @@ -6757,18 +6837,18 @@ - 2017-01-17 - 6.4

- 35.0 + 2016-10-23 + 2.0

+ 8.0 * - 56.0 + 45.* - 914 - 356748 - Deselect on Click 1.0 + 920 + 337410 + Bamboo Feed Reader 5 @@ -6777,16 +6857,16 @@ - 2016-10-23 - 2.0

- 8.0 + 2017-03-11 + 2.3.2

+ 3.0 * 45.* - 915 + 921 330052 Mark All Read Button Postbox 5 @@ -6806,9 +6886,9 @@ - 916 - 180637 - Windows Contacts Loader + 922 + 59455 + tasks & mails 5 @@ -6817,16 +6897,36 @@ - 2012-11-17 - 0.3.8

- 14.0 + 2014-08-08 + 2.5

+ 3.1 * 31.* - 917 + 923 + 14380 + Repeat Borders + 5 + + + + + + + + 2011-08-28 + 3.0

+ 3.1 + * + 31.* + + + + + 924 11292 Timeline 5 @@ -6846,7 +6946,7 @@ - 918 + 925 9893 Fast Close Tabs 5 @@ -6866,7 +6966,7 @@ - 919 + 926 4648 FG Printers 5 @@ -6886,7 +6986,7 @@ - 920 + 927 3788 Thunderbird Biff 5 @@ -6906,7 +7006,7 @@ - 921 + 928 2692 MozLab 5 @@ -6926,7 +7026,7 @@ - 922 + 929 2199 withAttach 5 @@ -6946,47 +7046,7 @@ - 923 - 1814 - BlunderDelay - 5 - - - - - - - - 2009-10-29 - 0.5.3

- 1.5b - * - 24.* - - - - - 924 - 908 - Track Package - 5 - - - - - - - - 2013-12-08 - 3.5.1-signed.1-signed

- 16.0 - * - 20.* - - - - - 934 + 941 717404 MultiTemplateLoader 4 @@ -7006,27 +7066,7 @@ - 935 - 663586 - Last Dictionary for Mail - 4 - - - - - - - - 2015-10-21 - 1.1

- 35.0a1 - * - 45.0 - - - - - 936 + 942 607570 Gravatars 4 @@ -7046,7 +7086,7 @@ - 937 + 943 583932 Simple Week View 4 @@ -7066,7 +7106,7 @@ - 939 + 944 460017 mozCleaner 4 @@ -7086,7 +7126,7 @@ - 940 + 945 430090 mms Auto Correct 4 @@ -7106,7 +7146,27 @@ - 941 + 946 + 424270 + ZNotes + 4 + 0.9.24

+ + + + + + + 2014-11-25 + 0.9.24

+ 17.0 + * + 60.* + + + + + 947 422630 folderplus 4 @@ -7126,7 +7186,27 @@ - 942 + 948 + 372910 + No Ads! + 4 + + + + + + + + 2014-06-02 + 2.0.1-signed.1-signed

+ 13.0 + * + 33.0 + + + + + 949 362377 Batch Copy 4 @@ -7146,7 +7226,7 @@ - 943 + 950 358040 Extension Auto-Installer 4 @@ -7166,7 +7246,7 @@ - 944 + 951 336736 No Alt Text 4 @@ -7186,29 +7266,9 @@ - 945 - 304954 - dwMailCopy - 4 - 0.0.10

- - - - - - - 2018-12-29 - 0.0.10

- 1.5 - * - 60.* - - - - - 946 - 141866 - Quick Web Search + 952 + 333301 + dwEasySubject 4 @@ -7217,8 +7277,8 @@ - 2010-04-12 - 1.0

+ 2011-09-16 + 0.0.5

1.5 * 31.* @@ -7226,29 +7286,29 @@ - 947 - 118642 - Telephone Message + 953 + 304954 + dwMailCopy 4 + 0.0.10

- - 2011-05-10 - 1.3

+ 2018-12-29 + 0.0.10

1.5 * - 13.* + 60.* - 948 - 75914 - THUNDER!Box + 954 + 141866 + Quick Web Search 4 @@ -7257,18 +7317,18 @@ - 2010-07-21 - 0.9.1

- 3.0 + 2010-04-12 + 1.0

+ 1.5 * 31.* - 949 - 59455 - tasks & mails + 955 + 118642 + Telephone Message 4 @@ -7277,18 +7337,18 @@ - 2014-08-08 - 2.5

- 3.1 + 2011-05-10 + 1.3

+ 1.5 * - 31.* + 13.* - 950 - 14380 - Repeat Borders + 956 + 75914 + THUNDER!Box 4 @@ -7297,16 +7357,16 @@ - 2011-08-28 - 3.0

- 3.1 + 2010-07-21 + 0.9.1

+ 3.0 * 31.* - 951 + 957 13815 Mailopen 4 @@ -7326,7 +7386,7 @@ - 952 + 958 9848 AddressBook In Mode ToolBar 4 @@ -7346,7 +7406,7 @@ - 953 + 959 9064 View Your Certificates Email Address 4 @@ -7366,7 +7426,27 @@ - 954 + 960 + 7472 + Tea Timer + 4 + + + + + + + + 2012-04-03 + 0.16.0.1-signed.1-signed

+ 3.0b4 + * + 17.* + + + + + 961 6415 Certificate Patrol 4 @@ -7386,7 +7466,7 @@ - 955 + 962 5961 KOLOBOK Smiles for Firefox 4 @@ -7406,7 +7486,7 @@ - 956 + 963 5109 Simple HT Jumper 4 @@ -7426,7 +7506,7 @@ - 957 + 964 2387 Get before Send 4 @@ -7446,7 +7526,27 @@ - 958 + 965 + 2194 + SearchWith + 4 + + + + + + + + 2011-09-14 + 0.4.4.1-signed.1-signed

+ 1.5 + * + 9.* + + + + + 966 383 AutoCopy
AutoCopy 78+ 4 @@ -7466,7 +7566,27 @@ - 966 + 967 + 302 + Dict + 4 + + + + + + + + 2016-02-03 + 0.8.5

+ 16.0 + * + 38.* + + + + + 972 986260 EasyRight2Left 3 @@ -7486,7 +7606,7 @@ - 967 + 973 986228 YNote 3 @@ -7506,7 +7626,7 @@ - 968 + 974 781108 MyAdFilter 3 @@ -7526,7 +7646,7 @@ - 969 + 975 702784 Tategaki 3 @@ -7546,7 +7666,7 @@ - 970 + 976 696832 Shedule Filters 3 @@ -7566,7 +7686,7 @@ - 971 + 977 585972 ThunderSec 3 @@ -7586,7 +7706,7 @@ - 972 + 978 532524 Thin Tabs 3 @@ -7606,7 +7726,7 @@ - 973 + 979 487124 Winmail Opener Bridge 3 @@ -7626,27 +7746,7 @@ - 974 - 484544 - ToggleFullHeaders - 3 - - - - - - - - 2014-02-09 - 0.0.2

- 24.1.1 - * - 42.0 - - - - - 975 + 980 479679 Switch Message Colour 3 @@ -7666,7 +7766,7 @@ - 976 + 981 464405 ThunderKeep 3 @@ -7686,7 +7786,7 @@ - 977 + 982 442752 Smart Quotes 3 @@ -7706,7 +7806,27 @@ - 978 + 983 + 436566 + Collapsed Unread + 3 + + + + + + + + 2013-05-05 + 1.0

+ 3.0 + * + 31.* + + + + + 984 429460 Stylish Tools 3 @@ -7726,7 +7846,7 @@ - 979 + 985 427199 Folder Levels 3 @@ -7746,27 +7866,27 @@ - 980 - 424270 - ZNotes + 986 + 413398 + Reply Monitor 3 - 0.9.24

- 2014-11-25 - 0.9.24

- 17.0 + + 2018-08-15 + 1.0.0

+ 38.0 * - 60.* + 52.* - 981 + 987 406596 3e Calendar 3 @@ -7786,27 +7906,7 @@ - 982 - 372910 - No Ads! - 3 - - - - - - - - 2014-06-02 - 2.0.1-signed.1-signed

- 13.0 - * - 33.0 - - - - - 983 + 988 370237 Window Master 3 @@ -7826,7 +7926,7 @@ - 984 + 989 365897 Column Reader 3 @@ -7846,7 +7946,7 @@ - 985 + 990 336173 CrowdMailer 3 @@ -7866,27 +7966,7 @@ - 986 - 333301 - dwEasySubject - 3 - - - - - - - - 2011-09-16 - 0.0.5

- 1.5 - * - 31.* - - - - - 987 + 991 326852 FastCC 3 @@ -7906,7 +7986,7 @@ - 988 + 992 215976 Envelopes 3 @@ -7926,7 +8006,7 @@ - 989 + 993 101360 QuickFileMail 3 @@ -7946,7 +8026,7 @@ - 990 + 994 51740 Toggle Proxy 3 @@ -7966,7 +8046,7 @@ - 991 + 995 11009 AutoProxy 3 @@ -7986,27 +8066,27 @@ - 992 - 7472 - Tea Timer + 996 + 6462 + Dcurrency 3 - - - 2012-04-03 - 0.16.0.1-signed.1-signed

- 3.0b4 + + + 2017-09-16 + 0.5.2

+ 0.3 * - 17.* + 57.0 - 993 + 997 5905 South African English spell checker 3 @@ -8026,7 +8106,7 @@ - 994 + 998 4877 BorderColors 3 @@ -8046,7 +8126,27 @@ - 995 + 999 + 4762 + Hide Menubar + 3 + + + + + + + + 2011-09-16 + 6.0.20110915.1-signed.1-signed

+ 6.0 + * + 24.* + + + + + 1000 4046 pasteCode 3 @@ -8066,7 +8166,7 @@ - 996 + 1001 2947 AVIM 3 @@ -8086,27 +8186,7 @@ - 997 - 2194 - SearchWith - 3 - - - - - - - - 2011-09-14 - 0.4.4.1-signed.1-signed

- 1.5 - * - 9.* - - - - - 998 + 1002 578 Signature 3 @@ -8126,7 +8206,7 @@ - 999 + 1003 361 infoRSS 3 @@ -8146,7 +8226,7 @@ - 1000 + 1004 306 Timestamp 3 @@ -8166,27 +8246,7 @@ - 1001 - 302 - Dict - 3 - - - - - - - - 2016-02-03 - 0.8.5

- 16.0 - * - 38.* - - - - - 1008 + 1011 986672 Flat Folder Tree Reborn 2 @@ -8206,7 +8266,7 @@ - 1009 + 1012 986303 Browsing Enhanced ⁵︎  (Hide Caption T 2 @@ -8226,7 +8286,27 @@ - 1010 + 1013 + 946217 + Send to Internals + 2 + + + + + + + + 2018-03-05 + 0.2

+ 31.0 + * + 52.* + + + + + 1014 934975 Send to Things for Thunderbird 2 @@ -8246,7 +8326,7 @@ - 1011 + 1015 862263 GmailOutOfOffice 2 @@ -8266,7 +8346,7 @@ - 1012 + 1016 812455 Webreq® Mailboard® 2 @@ -8286,7 +8366,7 @@ - 1013 + 1017 702675 Highlight Unread Folders 2 @@ -8306,7 +8386,7 @@ - 1014 + 1018 692835 Native AdBlocker 2 @@ -8326,7 +8406,27 @@ - 1015 + 1019 + 684671 + Delete Only Empty Folder + 2 + + + + + + + + 2018-01-18 + 1.2

+ 31.0 + * + 52.* + + + + + 1020 674247 AutoProxy-ng 2 @@ -8346,7 +8446,7 @@ - 1016 + 1021 628526 Kardia CRM Add-on for Thunderbird 2 @@ -8366,7 +8466,7 @@ - 1017 + 1022 620670 About:about Button 2 @@ -8386,7 +8486,7 @@ - 1018 + 1023 616216 Show Calendar Week 2 @@ -8406,7 +8506,7 @@ - 1019 + 1024 522418 CodeHighlight 2 @@ -8426,7 +8526,47 @@ - 1020 + 1025 + 518790 + Pan + 2 + + + + + + + + 2016-12-06 + 2.7.2

+ 38.0 + * + 49.0 + + + + + 1026 + 499806 + Redmine連携 + 2 + 1.0.10

+ + + + + + + 2019-01-12 + 1.0.10

+ 1.0 + * + 60.* + + + + + 1027 487684 GNOME Keyring integration 2 @@ -8446,9 +8586,9 @@ - 1021 - 476175 - Extensor + 1028 + 484544 + ToggleFullHeaders 2 @@ -8457,18 +8597,18 @@ - 2017-01-17 - 4.1

- 35.0 + 2014-02-09 + 0.0.2

+ 24.1.1 * - 56.0 + 42.0 - 1022 - 436566 - Collapsed Unread + 1029 + 476175 + Extensor 2 @@ -8477,16 +8617,16 @@ - 2013-05-05 - 1.0

- 3.0 + 2017-01-17 + 4.1

+ 35.0 * - 31.* + 56.0 - 1023 + 1030 421776 Pydio for Filelink 2 @@ -8506,7 +8646,7 @@ - 1024 + 1031 418336 Google+ Share for Thunderbird 2 @@ -8526,9 +8666,9 @@ - 1025 - 413398 - Reply Monitor + 1032 + 397202 + Hide C. Titlebar Plus Lite 2 @@ -8537,18 +8677,18 @@ - 2018-08-15 - 1.0.0

- 38.0 + 2014-08-02 + 1.3.7

+ 17.0 * - 52.* + 34.0 - 1026 - 397202 - Hide C. Titlebar Plus Lite + 1034 + 394306 + WebPG for Mozilla 2 @@ -8557,18 +8697,18 @@ - 2014-08-02 - 1.3.7

- 17.0 + 2013-01-03 + 0.9.2.1-signed.1-signed

+ 13.0 * - 34.0 + 18.0a1 - 1028 - 394306 - WebPG for Mozilla + 1035 + 386241 + printplus 2 @@ -8577,16 +8717,16 @@ - 2013-01-03 - 0.9.2.1-signed.1-signed

- 13.0 + 2012-07-28 + 0.5.1-signed.1-signed

+ 10.0 * - 18.0a1 + 24.* - 1029 + 1036 337670 Bigger Toolbar Buttons 2 @@ -8606,7 +8746,7 @@ - 1030 + 1037 330639 FromToGMAP 2 @@ -8626,7 +8766,7 @@ - 1031 + 1038 328536 Smart Folders For Single Account 2 @@ -8646,7 +8786,7 @@ - 1032 + 1039 328024 Export for Thunderbird & Lightning Lau 2 @@ -8666,7 +8806,7 @@ - 1033 + 1040 325002 TrayHotKey 2 @@ -8686,7 +8826,7 @@ - 1034 + 1041 319523 Multiple Addon Deactivator 2 @@ -8706,7 +8846,7 @@ - 1035 + 1042 318200 Mailsleuth 2 @@ -8726,7 +8866,7 @@ - 1036 + 1043 316906 Personas Shuffler 2 @@ -8746,7 +8886,27 @@ - 1037 + 1044 + 306390 + メール宛先一括どーん + 2 + + + + + + + + 2014-01-28 + 0.1.1

+ 3.1 + * + 31.* + + + + + 1045 274085 NotTo_Ojx 2 @@ -8766,7 +8926,27 @@ - 1038 + 1046 + 244879 + Montezooma + 2 + + + + + + + + 2013-10-25 + 1.0.9

+ 3.0 + * + 31.* + + + + + 1047 242197 Navigation Shortcuts 2 @@ -8786,7 +8966,7 @@ - 1039 + 1048 123887 Gnome Integration 2 @@ -8806,7 +8986,7 @@ - 1040 + 1049 60146 Character Palette 2 @@ -8826,7 +9006,7 @@ - 1041 + 1050 12003 Clip to OneNote 2 @@ -8846,7 +9026,7 @@ - 1042 + 1051 10654 Telify 2 @@ -8866,47 +9046,7 @@ - 1043 - 6462 - Dcurrency - 2 - - - - - - - - 2017-09-16 - 0.5.2

- 0.3 - * - 57.0 - - - - - 1044 - 4762 - Hide Menubar - 2 - - - - - - - - 2011-09-16 - 6.0.20110915.1-signed.1-signed

- 6.0 - * - 24.* - - - - - 1045 + 1052 4393 Filter Button Thunderbird 2 @@ -8926,7 +9066,7 @@ - 1046 + 1053 4003 Auto Zip Attachments 2 @@ -8946,7 +9086,7 @@ - 1047 + 1054 1396 Sync On Arrival 2 @@ -8966,7 +9106,7 @@ - 1048 + 1055 875 TB Header Tools Extension 2 @@ -8986,7 +9126,7 @@ - 1049 + 1056 599 accountex 2 @@ -9006,7 +9146,7 @@ - 1050 + 1057 145 Moji 2 @@ -9026,7 +9166,7 @@ - 1051 + 1058 134 Copy Plain Text 2 @@ -9046,7 +9186,7 @@ - 1062 + 1069 987799 Iranian Date For Thunderbird 1 @@ -9066,7 +9206,7 @@ - 1064 + 1071 986450 Secure Addressing Plus 1 @@ -9086,7 +9226,7 @@ - 1065 + 1072 986305 Dictionary Search 1 @@ -9106,7 +9246,7 @@ - 1066 + 1073 986261 Seturgent 1 @@ -9126,7 +9266,7 @@ - 1068 + 1075 985672 Events spanning multiple days 1 @@ -9146,27 +9286,7 @@ - 1069 - 946217 - Send to Internals - 1 - - - - - - - - 2018-03-05 - 0.2

- 31.0 - * - 52.* - - - - - 1070 + 1076 910305 Asciidoctor for Thunderbird 1 @@ -9186,7 +9306,7 @@ - 1071 + 1077 852246 ansitel Click-to-Dial MT 1 @@ -9206,7 +9326,7 @@ - 1072 + 1078 817839 QuickMultiselect 1 @@ -9226,7 +9346,7 @@ - 1073 + 1079 756749 Edit Message Encoding Fallback 1 @@ -9246,7 +9366,7 @@ - 1074 + 1080 711999 Large Fonts 1 @@ -9266,7 +9386,7 @@ - 1075 + 1081 696336 fairBlock 1 @@ -9286,7 +9406,7 @@ - 1076 + 1082 695084 Auto Password Registerer 1 @@ -9306,7 +9426,7 @@ - 1077 + 1083 691348 AntiLostFilter 1 @@ -9326,7 +9446,7 @@ - 1078 + 1084 687130 Classic Pop-up Alerts 1 @@ -9346,27 +9466,7 @@ - 1079 - 684671 - Delete Only Empty Folder - 1 - - - - - - - - 2018-01-18 - 1.2

- 31.0 - * - 52.* - - - - - 1080 + 1085 674747 Complete master password 1 @@ -9386,7 +9486,7 @@ - 1081 + 1086 674047 Check Attachment before Send 1 @@ -9406,7 +9506,7 @@ - 1082 + 1087 670376 DisableChunks 1 @@ -9426,7 +9526,7 @@ - 1083 + 1088 669310 关闭即最小化 1 @@ -9446,7 +9546,7 @@ - 1084 + 1089 668340 Count Filters 1 @@ -9466,7 +9566,7 @@ - 1085 + 1090 666460 AutoProxyMod 1 @@ -9486,7 +9586,7 @@ - 1086 + 1091 661652 PrivaConf 1 @@ -9506,7 +9606,7 @@ - 1087 + 1092 660408 Contact DnD 1 @@ -9526,7 +9626,7 @@ - 1088 + 1093 651810 OpenMixTools 1 @@ -9546,7 +9646,7 @@ - 1089 + 1094 640646 Reinstall Last Installed Add-on 1 @@ -9566,7 +9666,7 @@ - 1090 + 1095 638560 AFP protocol enabler 1 @@ -9586,7 +9686,7 @@ - 1091 + 1096 623472 Feedly Synchronizer 1 @@ -9606,7 +9706,7 @@ - 1092 + 1097 621692 All Menus Button 1 @@ -9626,7 +9726,7 @@ - 1093 + 1098 617330 Steganografi menggunakan PIT dan PRNG 1 @@ -9646,7 +9746,7 @@ - 1094 + 1099 605450 Kukkuniiaat 1 @@ -9666,7 +9766,7 @@ - 1095 + 1100 604782 gLOC for Thunderbird 1 @@ -9686,7 +9786,7 @@ - 1096 + 1101 586560 Go Google 1 @@ -9706,7 +9806,7 @@ - 1097 + 1102 578900 Gitter 1 @@ -9726,7 +9826,7 @@ - 1098 + 1103 566914 Wepware - Capture and Share Live Conte 1 @@ -9746,7 +9846,7 @@ - 1099 + 1104 561628 Dooth 1 @@ -9766,7 +9866,7 @@ - 1100 + 1105 557652 FireCsv 1 @@ -9786,7 +9886,7 @@ - 1101 + 1106 547730 Mukparasi Korean-English Dictionary Fi 1 @@ -9806,7 +9906,7 @@ - 1102 + 1107 547694 Mukparasi 1 @@ -9826,7 +9926,7 @@ - 1103 + 1108 540716 Sieve Out of Office New 1 @@ -9846,7 +9946,7 @@ - 1104 + 1109 534526 Open Conversation Button 1 @@ -9866,7 +9966,7 @@ - 1105 + 1110 533642 QuickFilterPlus 1 @@ -9886,7 +9986,7 @@ - 1106 + 1111 525192 EasyVHitG 1 @@ -9906,7 +10006,7 @@ - 1107 + 1112 521254 Addressbooks Default Search 1 @@ -9926,7 +10026,7 @@ - 1108 + 1113 520552 AMBER A.I. 1 @@ -9946,47 +10046,27 @@ - 1109 - 518790 - Pan - 1 - - - - - - - - 2016-12-06 - 2.7.2

- 38.0 - * - 49.0 - - - - - 1110 - 499806 - Redmine連携 + 1114 + 505582 + Rethread 1 - 1.0.10

- 2019-01-12 - 1.0.10

- 1.0 + + 2014-04-30 + 0.1

+ 29.0a1 * - 60.* + 31.* - 1111 + 1115 491450 sepsis-console 1 @@ -10006,7 +10086,7 @@ - 1112 + 1116 488834 Hide Option Pane 1 @@ -10026,7 +10106,7 @@ - 1113 + 1117 488830 globalChrome.css 1 @@ -10046,7 +10126,7 @@ - 1114 + 1118 487132 Always Default Client 1 @@ -10066,7 +10146,7 @@ - 1115 + 1119 487126 Only Minor Update 1 @@ -10086,7 +10166,7 @@ - 1116 + 1120 487114 Attachemnt Encoding Detector 1 @@ -10106,7 +10186,7 @@ - 1117 + 1121 483493 DevPrefs 1 @@ -10126,7 +10206,7 @@ - 1118 + 1122 481491 MALA Hindi Spell Checker by MCRPV, (An 1 @@ -10146,7 +10226,7 @@ - 1119 + 1123 475550 replyTo 1 @@ -10166,7 +10246,7 @@ - 1120 + 1124 467960 Unread Count 1 @@ -10186,7 +10266,7 @@ - 1121 + 1125 460859 Massey Omura Cryptosystem 1 @@ -10206,7 +10286,7 @@ - 1122 + 1126 460382 Channel Guard 1 @@ -10226,7 +10306,7 @@ - 1123 + 1127 458822 DivFind 1 @@ -10246,7 +10326,7 @@ - 1124 + 1128 454700 Rikaichan Japanese-Dutch Dictionary Fi 1 @@ -10266,7 +10346,7 @@ - 1125 + 1129 452926 Posting Style Enforcer 1 @@ -10286,7 +10366,7 @@ - 1126 + 1130 448438 gTimer 1 @@ -10306,7 +10386,7 @@ - 1127 + 1131 447148 Safe for Amoled 1 @@ -10326,7 +10406,7 @@ - 1128 + 1132 435948 Chat Notifier (for Thunderbird) 1 @@ -10346,7 +10426,7 @@ - 1129 + 1133 432998 E-Mail Bodytext Autoexport 1 @@ -10366,7 +10446,7 @@ - 1130 + 1134 430274 Seturgent 1 @@ -10386,7 +10466,7 @@ - 1131 + 1135 427213 Gif Remover 1 @@ -10406,7 +10486,7 @@ - 1132 + 1136 412888 yangben dictionnary 1 @@ -10426,7 +10506,7 @@ - 1133 + 1137 406038 backupMail_at_Receive 1 @@ -10446,7 +10526,7 @@ - 1134 + 1138 405369 Hide Horizontal Scrollbar 1 @@ -10466,7 +10546,7 @@ - 1135 + 1139 398358 Rikaichan Japanese-Russian Dictionary 1 @@ -10486,7 +10566,7 @@ - 1136 + 1140 398356 Rikaichan Japanese-French Dictionary F 1 @@ -10506,7 +10586,7 @@ - 1137 + 1141 396448 Reject Button 1.0 1 @@ -10526,7 +10606,7 @@ - 1138 + 1142 395386 Patch to Alert Invalid Addresses 1 @@ -10546,7 +10626,7 @@ - 1139 + 1143 394970 From/To Column 1 @@ -10566,7 +10646,7 @@ - 1140 + 1144 391555 Android Debug Bridge For Firefox 1 @@ -10586,27 +10666,7 @@ - 1141 - 386241 - printplus - 1 - - - - - - - - 2012-07-28 - 0.5.1-signed.1-signed

- 10.0 - * - 24.* - - - - - 1142 + 1145 375861 CX CallBook 1 @@ -10626,7 +10686,7 @@ - 1143 + 1146 372530 Tabbed Mail Preferences 1 @@ -10646,7 +10706,7 @@ - 1144 + 1147 370547 Mark Read On Reply 1 @@ -10666,7 +10726,7 @@ - 1145 + 1148 363649 pkrss 1 @@ -10686,7 +10746,7 @@ - 1146 + 1149 363541 Skyrock by RaouF 1 @@ -10706,7 +10766,7 @@ - 1147 + 1150 360582 After Unsent Mail Is Sent 1 @@ -10726,7 +10786,7 @@ - 1148 + 1151 337421 Toodledo Sync 1 @@ -10746,27 +10806,7 @@ - 1149 - 317264 - Attachment Manager - 1 - - - - - - - - 2011-05-22 - 0.1

- 2.0 - * - 3.3a3pre - - - - - 1150 + 1152 311015 GProxy Tool 1 @@ -10786,7 +10826,7 @@ - 1151 + 1153 306529 arpitgupta31 (1) 1 @@ -10806,27 +10846,7 @@ - 1152 - 306390 - メール宛先一括どーん - 1 - - - - - - - - 2014-01-28 - 0.1.1

- 3.1 - * - 31.* - - - - - 1153 + 1154 304734 Find Preferences 1 @@ -10846,7 +10866,7 @@ - 1154 + 1155 285274 No More Install Delay 1 @@ -10866,7 +10886,7 @@ - 1155 + 1156 282629 OpenSearch 1 @@ -10886,7 +10906,7 @@ - 1156 + 1157 279603 JS Deminifier 1 @@ -10906,7 +10926,7 @@ - 1157 + 1158 274087 Keyword to Latest Digg URL Converter 1 @@ -10926,7 +10946,7 @@ - 1159 + 1160 270891 Me Hincha 1 @@ -10946,7 +10966,7 @@ - 1160 + 1161 270436 TweeQuilla Twitter for Thunderbird (Ob 1 @@ -10966,7 +10986,7 @@ - 1161 + 1162 249353 Splash! (Firefox 4対応版) 1 @@ -10985,26 +11005,6 @@ - - 1162 - 244879 - Montezooma - 1 - - - - - - - - 2013-10-25 - 1.0.9

- 3.0 - * - 31.* - - - 1163 222537 @@ -12106,7 +12106,7 @@ - 1219 + 1220 986549 MailTabs Example 0 @@ -12126,7 +12126,7 @@ - 1224 + 1225 986680 Report Phishing 0 @@ -12146,7 +12146,7 @@ - 1225 + 1226 986525 TarotSignature 0 @@ -12166,7 +12166,7 @@ - 1226 + 1227 960552 Esign 0 @@ -12186,7 +12186,7 @@ - 1227 + 1228 946707 Thunderbird Taiga Integration 0 @@ -12206,7 +12206,7 @@ - 1228 + 1229 923201 Switch Link External Handler 0 @@ -12226,7 +12226,7 @@ - 1229 + 1230 923194 No Delete 0 @@ -12246,7 +12246,7 @@ - 1230 + 1231 884459 Copiar Assunto 0 @@ -12266,7 +12266,7 @@ - 1231 + 1232 867075 Jalali Date Format 0 @@ -12286,7 +12286,7 @@ - 1232 + 1233 787027 TipsTrade Ticket Buttons 0 @@ -12306,7 +12306,7 @@ - 1233 + 1234 778959 Great DANE 0 @@ -12326,7 +12326,7 @@ - 1234 + 1235 767200 Protected E-mail Addresses 0 @@ -12346,7 +12346,7 @@ - 1235 + 1236 764921 Delete Read Emails 0 @@ -12366,7 +12366,7 @@ - 1236 + 1237 764831 Hütte Nippon for Thunderbird 0 @@ -12386,7 +12386,7 @@ - 1237 + 1238 745378 JIRA Integration Plugin (Beta) 0 @@ -12406,7 +12406,7 @@ - 1238 + 1239 722550 Stego Block 0 @@ -12426,7 +12426,7 @@ - 1239 + 1240 719661 AastraClickToCall 0 @@ -12446,7 +12446,7 @@ - 1240 + 1241 717100 Identity Checker 0 @@ -12466,7 +12466,7 @@ - 1241 + 1242 710358 ConferenceCall.co.uk templates 0 @@ -12486,7 +12486,7 @@ - 1242 + 1243 710356 Telefonkonferenz.de-Vorlagen 0 @@ -12506,7 +12506,7 @@ - 1243 + 1244 709887 ConferenceCall.nl templates 0 @@ -12526,7 +12526,7 @@ - 1244 + 1245 700342 Generate patch command 0 @@ -12546,7 +12546,7 @@ - 1245 + 1246 699635 ansitel Click-to-Dial Thunderbird 0 @@ -12566,7 +12566,7 @@ - 1246 + 1247 696824 Http Ping 0 @@ -12586,7 +12586,7 @@ - 1247 + 1248 694437 Lowercase Email Addresses in Message H 0 @@ -12606,7 +12606,7 @@ - 1248 + 1249 692879 teclib' Protocol 0 @@ -12626,7 +12626,7 @@ - 1249 + 1250 688457 ClickGuard 0 @@ -12646,7 +12646,7 @@ - 1250 + 1251 687261 Task Me (activity logger) 0 @@ -12666,7 +12666,7 @@ - 1251 + 1252 686656 Zonio Freebusy for Lightning 0 @@ -12686,7 +12686,7 @@ - 1252 + 1253 684503 Sensitivity Header + SPX 0 @@ -12706,7 +12706,7 @@ - 1253 + 1254 682671 RM: EXTERNAL: 0 @@ -12726,7 +12726,7 @@ - 1254 + 1255 677444 Rikaichan Japanese-Hungarian Dictionar 0 @@ -12746,7 +12746,7 @@ - 1255 + 1256 673737 Dialectic Dialer 0 @@ -12766,7 +12766,7 @@ - 1256 + 1257 673530 DownloadStudio Firefox Integration 0 @@ -12786,7 +12786,7 @@ - 1257 + 1258 669876 BccBlocker 0 @@ -12806,7 +12806,7 @@ - 1258 + 1259 669010 Hide Badge Icon 0 @@ -12826,7 +12826,7 @@ - 1259 + 1260 662712 Periodic Memory Usage Dumper 0 @@ -12846,7 +12846,7 @@ - 1260 + 1261 660694 KDE5 Wallet password integration 0 @@ -12866,7 +12866,7 @@ - 1261 + 1262 659092 Pic Zoom 0 @@ -12886,7 +12886,7 @@ - 1262 + 1263 658046 Crash Me Now! (Simple) 0 @@ -12906,7 +12906,7 @@ - 1263 + 1264 656756 Disable About Something 0 @@ -12926,7 +12926,7 @@ - 1264 + 1265 653128 ThunderBird Ticker 0 @@ -12946,7 +12946,7 @@ - 1265 + 1266 651794 mappviewer 0 @@ -12966,7 +12966,7 @@ - 1266 + 1267 650200 Copy Reminder List To Clipboard 0 @@ -12986,7 +12986,7 @@ - 1267 + 1268 644208 BugFlags 0 @@ -13006,7 +13006,7 @@ - 1268 + 1269 636518 XL2Report 0 @@ -13026,7 +13026,7 @@ - 1269 + 1270 624736 SecondOpinion 0 @@ -13046,7 +13046,7 @@ - 1270 + 1271 620962 Find Buttons 0 @@ -13066,7 +13066,7 @@ - 1271 + 1272 617002 Rage Hoye 0 @@ -13086,7 +13086,7 @@ - 1272 + 1273 615228 Notificaciones de chat 0 @@ -13106,7 +13106,7 @@ - 1273 + 1274 614698 NirvanaHQ 0 @@ -13126,7 +13126,7 @@ - 1274 + 1275 614172 manoderecha 0 @@ -13146,7 +13146,7 @@ - 1275 + 1276 613880 Kapaza Feed 0 @@ -13166,7 +13166,7 @@ - 1276 + 1277 607756 Archived-At 0 @@ -13186,7 +13186,7 @@ - 1277 + 1278 602678 RadioGNU Protocol 0 @@ -13206,7 +13206,7 @@ - 1278 + 1279 602670 RadioGNU Now Playing 0 @@ -13226,7 +13226,7 @@ - 1279 + 1280 592642 Customizable LDAP AddressBook Auto Com 0 @@ -13246,7 +13246,7 @@ - 1280 + 1281 591958 SendToSecondEmail 0 @@ -13266,7 +13266,7 @@ - 1281 + 1282 591394 Force Authentication at Startup. 0 @@ -13286,7 +13286,7 @@ - 1282 + 1283 589634 Elegant Scrollbar Cursors 0 @@ -13306,7 +13306,7 @@ - 1283 + 1284 583794 Innovativa Group 0 @@ -13326,7 +13326,7 @@ - 1284 + 1285 579480 IT Next Consultant 0 @@ -13346,7 +13346,7 @@ - 1285 + 1286 578370 Last.fm Now Playing 0 @@ -13366,7 +13366,7 @@ - 1286 + 1287 578230 P18X Protocol 0 @@ -13386,7 +13386,7 @@ - 1287 + 1288 573574 Novacoin Antispam 0 @@ -13406,7 +13406,7 @@ - 1288 + 1289 572616 pass-manager 0 @@ -13426,7 +13426,7 @@ - 1289 + 1290 565748 ksbtechies 0 @@ -13446,7 +13446,7 @@ - 1290 + 1291 564864 elevenia 0 @@ -13466,7 +13466,7 @@ - 1291 + 1292 546216 Linagora ESN OpenPaaS 0 @@ -13486,7 +13486,7 @@ - 1292 + 1293 545818 MultiLDAP2 0 @@ -13506,7 +13506,7 @@ - 1293 + 1294 542204 Synnefo for Filelink 0 @@ -13526,7 +13526,7 @@ - 1294 + 1295 538928 Date on Thunderbird 0 @@ -13546,7 +13546,7 @@ - 1295 + 1296 530934 eArztbrief 0 @@ -13566,7 +13566,7 @@ - 1296 + 1297 526096 tuneMDNDSN 0 @@ -13586,7 +13586,7 @@ - 1297 + 1298 522610 enMailing for Thunderbird 0 @@ -13606,7 +13606,7 @@ - 1298 + 1299 518918 Notikeys 0 @@ -13626,7 +13626,7 @@ - 1299 + 1300 518808 Element Hiding Helper for Pan 0 @@ -13646,7 +13646,7 @@ - 1300 + 1301 516626 HtmlHighlightr 0 @@ -13666,7 +13666,7 @@ - 1301 + 1302 513920 Persian transliteration 0 @@ -13686,7 +13686,7 @@ - 1302 + 1303 513276 AddressLabel 0 @@ -13706,7 +13706,7 @@ - 1303 + 1304 508808 Firedrive for Filelink 0 @@ -13725,26 +13725,6 @@ - - 1304 - 505582 - Rethread - 0 - - - - - - - - 2014-04-30 - 0.1

- 29.0a1 - * - 31.* - - - 1305 497876 @@ -15807,6 +15787,26 @@ 1408 + 317264 + Attachment Manager + 0 + + + + + + + + 2011-05-22 + 0.1

+ 2.0 + * + 3.3a3pre + + + + + 1409 316903 Filter SubFolders 0 @@ -15826,7 +15826,7 @@ - 1409 + 1410 316899 Report 0 @@ -15846,7 +15846,7 @@ - 1410 + 1411 313171 filer 0 @@ -15866,7 +15866,7 @@ - 1411 + 1412 310952 Close Window on IMAP deletion 0 @@ -15886,7 +15886,7 @@ - 1412 + 1413 310784 my site 1.0 0 @@ -15906,7 +15906,7 @@ - 1413 + 1414 308044 RSS Dashboard 0 @@ -15926,7 +15926,7 @@ - 1414 + 1415 307404 TeamBox-ff 0 @@ -15946,7 +15946,7 @@ - 1415 + 1416 307047 GuifiProxy Infocentre Santa Bàrbara 0 @@ -15966,7 +15966,7 @@ - 1416 + 1417 305330 New Account Types 0 @@ -15986,7 +15986,7 @@ - 1417 + 1418 295716 Sztakidict SZTAKI Szótár a középsõ ujj 0 @@ -16006,7 +16006,7 @@ - 1418 + 1419 295288 Reply All Control 0 @@ -16026,7 +16026,7 @@ - 1419 + 1420 291467 AutoRssDeleter 0 @@ -16046,7 +16046,7 @@ - 1420 + 1421 289006 Hide Clear List Button 0 @@ -16066,7 +16066,7 @@ - 1421 + 1422 287142 About Startup 0 @@ -16086,7 +16086,7 @@ - 1422 + 1423 286843 Filter_Copy 0 @@ -16106,7 +16106,7 @@ - 1423 + 1424 286370 IO.Translator 0 @@ -16126,7 +16126,7 @@ - 1424 + 1425 286028 Extension Test 0 @@ -16146,7 +16146,7 @@ - 1425 + 1426 284035 nynorskvg 0 @@ -16166,7 +16166,7 @@ - 1426 + 1427 281348 ScrollToNext 0 @@ -16186,7 +16186,7 @@ - 1427 + 1428 281336 Shift Box 0 @@ -16206,7 +16206,7 @@ - 1428 + 1429 280819 GuifiProxy 0 @@ -16226,7 +16226,7 @@ - 1429 + 1430 278843 DBus Notifications 0 @@ -16246,7 +16246,7 @@ - 1430 + 1431 277026 Google Mail Tab for Thunderbird 0 @@ -16266,7 +16266,7 @@ - 1431 + 1432 275531 Cairo Dock Unread Count 0 @@ -16286,7 +16286,7 @@ - 1432 + 1433 274100 check-links 0 @@ -16306,7 +16306,7 @@ - 1433 + 1434 274088 Page Content Estimator 0 @@ -16326,7 +16326,7 @@ - 1434 + 1435 273644 Mail Size Report 0 @@ -16346,7 +16346,7 @@ - 1435 + 1436 273536 Reload Disabler 0 @@ -16366,7 +16366,7 @@ - 1436 + 1437 269158 GQueues Tab 0 @@ -16386,7 +16386,7 @@ - 1437 + 1438 264090 Get An Account 0 @@ -16406,7 +16406,7 @@ - 1438 + 1439 262833 Serial Letter 0 @@ -16426,7 +16426,7 @@ - 1439 + 1440 261485 WebMyStyles 0 @@ -16446,7 +16446,7 @@ - 1440 + 1441 259592 ThunderShot 0 @@ -16466,7 +16466,7 @@ - 1441 + 1442 247566 EzStylist 0 @@ -16486,7 +16486,7 @@ - 1442 + 1443 246793 Last Message 0 @@ -16506,7 +16506,7 @@ - 1443 + 1444 244917 Markov Dictionary Switcher 0 @@ -16526,7 +16526,7 @@ - 1444 + 1445 242190 ThunderBridge 0 @@ -16546,7 +16546,7 @@ - 1445 + 1446 241027 Hidden Archive Prefs 0 @@ -16566,7 +16566,7 @@ - 1446 + 1447 239387 about:support 0 @@ -16586,7 +16586,7 @@ - 1447 + 1448 235857 PLUGIN NO LONGER BEING MAINTAINED 0 @@ -16606,7 +16606,7 @@ - 1448 + 1449 235806 Personasizer 0 @@ -16626,7 +16626,7 @@ - 1449 + 1450 228395 Thunderbird Pedophile Reporter 0 @@ -16646,7 +16646,7 @@ - 1450 + 1451 226843 InGmane 0 @@ -16666,7 +16666,7 @@ - 1451 + 1452 223389 Compose for Thunderbird 0 @@ -16686,7 +16686,7 @@ - 1452 + 1453 223377 Search IP 0 @@ -16706,7 +16706,7 @@ - 1453 + 1454 222540 Caret Out 0 @@ -16726,7 +16726,7 @@ - 1454 + 1455 221519 MuteThread 0 @@ -16746,7 +16746,7 @@ - 1455 + 1456 219721 SRB Lightning 0 @@ -16766,7 +16766,7 @@ - 1456 + 1457 215999 Cat Attack Quick Button 0 @@ -16786,7 +16786,7 @@ - 1457 + 1458 215985 Tools > Options… for Linux 0 @@ -16806,7 +16806,7 @@ - 1458 + 1459 212316 notto 0 @@ -16826,7 +16826,7 @@ - 1459 + 1460 211326 zFiler mail 0 @@ -16846,7 +16846,7 @@ - 1460 + 1461 204928 esri 0 @@ -16866,7 +16866,7 @@ - 1461 + 1462 197369 mailAD 0 @@ -16886,7 +16886,7 @@ - 1462 + 1463 184619 Hindi Pop up 0 @@ -16906,7 +16906,7 @@ - 1463 + 1464 162149 Sensitive Attachment Guard 0 @@ -16926,7 +16926,7 @@ - 1464 + 1465 162023 Directory Contact Tabs 0 @@ -16946,7 +16946,7 @@ - 1465 + 1466 161938 IMEStatus 0 @@ -16966,7 +16966,7 @@ - 1466 + 1467 159030 RealPrevNextButtons 0 @@ -16986,7 +16986,7 @@ - 1467 + 1468 156146 ftnQuoter 0 @@ -17006,7 +17006,7 @@ - 1468 + 1469 153352 RunBeforeGetMail 0 @@ -17026,7 +17026,7 @@ - 1469 + 1470 146367 Color Source 0 @@ -17046,7 +17046,7 @@ - 1470 + 1471 146357 BNR Exchange Rates 0 @@ -17066,7 +17066,7 @@ - 1471 + 1472 142878 DontPhishMe 0 @@ -17086,7 +17086,7 @@ - 1472 + 1473 126534 Dissociate Occurrence 0 @@ -17106,7 +17106,7 @@ - 1473 + 1474 125953 Mailing List Manager 0 @@ -17126,7 +17126,7 @@ - 1474 + 1475 125952 Bulk List Filter 0 @@ -17146,7 +17146,7 @@ - 1475 + 1476 121405 WebChanges 0 @@ -17166,7 +17166,7 @@ - 1476 + 1477 121180 ZenbuShiitake 0 @@ -17186,7 +17186,7 @@ - 1477 + 1478 110114 Nepali Patro 0 @@ -17206,7 +17206,7 @@ - 1478 + 1479 108534 Thunderbird Are Go 0 @@ -17226,7 +17226,7 @@ - 1479 + 1480 106452 CorrectLink 0 @@ -17246,7 +17246,7 @@ - 1480 + 1481 87440 Add Birthdays To Calendar 0 @@ -17266,7 +17266,7 @@ - 1481 + 1482 78238 Asterisk Click2Dial 0 @@ -17286,7 +17286,7 @@ - 1482 + 1483 78232 xultray for gecko 1.9.1 0 @@ -17306,7 +17306,7 @@ - 1483 + 1484 78231 xultray for gecko 1.9.2 0 @@ -17326,7 +17326,7 @@ - 1484 + 1485 69742 Splash! (Compatibility Update) 0 @@ -17346,7 +17346,7 @@ - 1485 + 1486 62574 SUNBIRD Calendar button- **64 bit** ve 0 @@ -17366,7 +17366,7 @@ - 1486 + 1487 62573 SUNBIRD Button-**32** bit version-for 0 @@ -17386,7 +17386,7 @@ - 1487 + 1488 59267 Autohide Tabbar 0 @@ -17406,7 +17406,7 @@ - 1488 + 1489 57803 Eortologio - Greek Namedays Calendar ( 0 @@ -17426,7 +17426,7 @@ - 1489 + 1490 57295 Read2Me "speechify the web" 0 @@ -17446,7 +17446,7 @@ - 1490 + 1491 55539 Close Tab By Double Click 0 @@ -17466,7 +17466,7 @@ - 1491 + 1492 55093 DeleteSimilar 0 @@ -17486,7 +17486,7 @@ - 1492 + 1493 54809 dictCheck 0 @@ -17506,7 +17506,7 @@ - 1493 + 1494 53625 Peachphone : virtual phone (Android/iP 0 @@ -17526,7 +17526,7 @@ - 1494 + 1495 50723 TB Tabloc 0 @@ -17546,7 +17546,7 @@ - 1495 + 1496 49595 DND Flavor Inspector 0 @@ -17566,7 +17566,7 @@ - 1496 + 1497 49357 KDE Wallet password integration 0 @@ -17586,7 +17586,7 @@ - 1497 + 1498 46488 Glasser for Thunderbird 0 @@ -17606,7 +17606,7 @@ - 1498 + 1499 45501 Bugzilla Helper 0 @@ -17626,7 +17626,7 @@ - 1499 + 1500 15093 System Monitor 0 @@ -17646,7 +17646,7 @@ - 1500 + 1501 14978 Yelp Search Toolbar 0 @@ -17666,7 +17666,7 @@ - 1501 + 1502 14661 arXiv 0 @@ -17686,7 +17686,7 @@ - 1502 + 1503 14498 One Click Search 0 @@ -17706,7 +17706,7 @@ - 1503 + 1504 14296 Submit Word (Romanian) 0 @@ -17726,7 +17726,7 @@ - 1504 + 1505 13653 QIRIMTATARCA Til Destesi: Sandeböd [Cr 0 @@ -17746,7 +17746,7 @@ - 1505 + 1506 13565 Personas Windows Classic Statusbar 0 @@ -17766,7 +17766,7 @@ - 1506 + 1507 13536 Random Theme Switcher 0 @@ -17786,7 +17786,7 @@ - 1507 + 1508 13509 Keychain Services Integration 0 @@ -17806,7 +17806,7 @@ - 1508 + 1509 12873 ComposeRTF 0 @@ -17826,7 +17826,7 @@ - 1509 + 1510 12523 Gnome Open 0 @@ -17846,7 +17846,7 @@ - 1510 + 1511 12507 Indian Language Transliterator 0 @@ -17866,7 +17866,7 @@ - 1511 + 1512 12465 Don't Forget CC 0 @@ -17886,7 +17886,7 @@ - 1512 + 1513 12422 中止ボタンがバッテン髪飾りに見えて困る 0 @@ -17906,7 +17906,7 @@ - 1513 + 1514 12215 Play drums! 0 @@ -17926,7 +17926,7 @@ - 1514 + 1515 12114 g15thunderbird 0 @@ -17946,7 +17946,7 @@ - 1515 + 1516 12025 Mozilla Labs - Jetpack Prototype 0 @@ -17966,7 +17966,7 @@ - 1516 + 1517 12012 Avans Imap-account setup 0 @@ -17986,7 +17986,7 @@ - 1517 + 1518 11608 Year View 0 @@ -18006,7 +18006,7 @@ - 1518 + 1519 11395 Notification Viewer 0 @@ -18026,7 +18026,7 @@ - 1519 + 1520 11394 CRL over LDAP 0 @@ -18046,7 +18046,7 @@ - 1520 + 1521 11391 Check Recipients 0 @@ -18066,7 +18066,7 @@ - 1521 + 1522 11373 MDN Extended 0 @@ -18086,7 +18086,7 @@ - 1522 + 1523 11129 Timer Fire 0 @@ -18106,7 +18106,7 @@ - 1523 + 1524 11023 vnotereader 0 @@ -18126,7 +18126,7 @@ - 1524 + 1525 10905 TaQuilla 0 @@ -18146,7 +18146,7 @@ - 1525 + 1526 10583 CantoFish 0 @@ -18166,7 +18166,7 @@ - 1526 + 1527 10488 MinimizeToTray For FF 3.5 0 @@ -18186,7 +18186,7 @@ - 1527 + 1528 10471 SendVia 0 @@ -18206,7 +18206,7 @@ - 1528 + 1529 10109 ThunderRetract 0 @@ -18226,7 +18226,7 @@ - 1529 + 1530 9851 eMarks 0 @@ -18246,7 +18246,7 @@ - 1530 + 1531 9796 Keyfixer 0 @@ -18266,7 +18266,7 @@ - 1531 + 1532 9652 Mass Password Reset 0 @@ -18286,7 +18286,7 @@ - 1532 + 1533 9584 Bugmail 0 @@ -18306,7 +18306,7 @@ - 1533 + 1534 9413 Open Addons TB 0 @@ -18326,7 +18326,7 @@ - 1534 + 1535 9405 Stacked Inspector 0 @@ -18346,7 +18346,7 @@ - 1535 + 1536 9130 JSON Calendar Provider 0 @@ -18366,7 +18366,7 @@ - 1536 + 1537 9030 File Bug Report 0 @@ -18386,7 +18386,7 @@ - 1537 + 1538 8900 New Mail Icon 0 @@ -18406,7 +18406,7 @@ - 1538 + 1539 8814 S/MIME Security for Multiple Identitie 0 @@ -18426,7 +18426,7 @@ - 1539 + 1540 8789 Colorify Unread Watched NNTP 0 @@ -18446,7 +18446,7 @@ - 1540 + 1541 8637 Mutt Keys 0 @@ -18466,7 +18466,7 @@ - 1541 + 1542 8618 Purge Events 0 @@ -18486,7 +18486,7 @@ - 1542 + 1543 8533 Been2Long 0 @@ -18506,7 +18506,7 @@ - 1543 + 1544 8226 Thundersomething 0 @@ -18526,7 +18526,7 @@ - 1544 + 1545 8033 RvrtRip 0 @@ -18546,7 +18546,7 @@ - 1545 + 1546 7979 XPCOMViewer 0 @@ -18566,7 +18566,7 @@ - 1546 + 1547 7635 Tv program 0 @@ -18586,7 +18586,7 @@ - 1547 + 1548 7543 Unifinder Views 0 @@ -18606,7 +18606,7 @@ - 1548 + 1549 7438 Force RTL 0 @@ -18626,7 +18626,7 @@ - 1549 + 1550 7434 Developer Assistant 0 @@ -18646,7 +18646,7 @@ - 1550 + 1551 7261 Look Up in Dictionary 0 @@ -18666,7 +18666,7 @@ - 1551 + 1552 7211 Yet Another Remove It Permanently 0 @@ -18686,7 +18686,7 @@ - 1552 + 1553 7116 Open Addons 0 @@ -18706,7 +18706,7 @@ - 1553 + 1554 6738 Find In Numbers 0 @@ -18726,7 +18726,7 @@ - 1554 + 1555 6696 PECindolor 0 @@ -18746,7 +18746,7 @@ - 1555 + 1556 6633 Preslovar 0 @@ -18766,7 +18766,7 @@ - 1556 + 1557 6617 SMS Sidebar 0 @@ -18786,7 +18786,7 @@ - 1557 + 1558 6519 Menu Editor II 0 @@ -18806,7 +18806,7 @@ - 1558 + 1559 6381 Gmail IMAP Account Setup 0 @@ -18826,7 +18826,7 @@ - 1559 + 1560 6356 BrowsrBounce 0 @@ -18846,7 +18846,7 @@ - 1560 + 1561 6247 Equations 0 @@ -18866,7 +18866,7 @@ - 1561 + 1562 6133 Disable Folder Drag Button 0 @@ -18886,7 +18886,7 @@ - 1562 + 1563 6116 RtoRe 0 @@ -18906,7 +18906,7 @@ - 1563 + 1564 6114 DictsInfo 0 @@ -18926,7 +18926,7 @@ - 1564 + 1565 6037 SearchIMDB 0 @@ -18946,7 +18946,7 @@ - 1565 + 1566 5962 JSW:O Alert 0 @@ -18966,7 +18966,7 @@ - 1566 + 1567 5743 xSearchbarT2 0 @@ -18986,7 +18986,7 @@ - 1567 + 1568 5736 Boomerang 0 @@ -19006,7 +19006,7 @@ - 1568 + 1569 5684 Multi-LDAP 0 @@ -19026,7 +19026,7 @@ - 1569 + 1570 5570 Kyrgyz Key 0 @@ -19046,7 +19046,7 @@ - 1570 + 1571 5462 bosskey 0 @@ -19066,7 +19066,7 @@ - 1571 + 1572 5326 ThreadBubble 0 @@ -19086,7 +19086,7 @@ - 1572 + 1573 5285 ltnPlus 0 @@ -19106,7 +19106,7 @@ - 1573 + 1574 5254 TB Properties 0 @@ -19126,7 +19126,7 @@ - 1574 + 1575 5240 TB Custom Toolbar 0 @@ -19146,7 +19146,7 @@ - 1575 + 1576 5239 XUL/Migemo 0 @@ -19166,7 +19166,7 @@ - 1576 + 1577 5228 Send Format LDAP 0 @@ -19186,7 +19186,7 @@ - 1577 + 1578 4976 IranZilla 0 @@ -19206,7 +19206,7 @@ - 1578 + 1579 4971 MarkSubfolders 0 @@ -19226,7 +19226,7 @@ - 1579 + 1580 4945 Book Text Mark 0 @@ -19246,7 +19246,7 @@ - 1580 + 1581 4936 FolderCheck 0 @@ -19266,7 +19266,7 @@ - 1581 + 1582 4935 NotTo 0 @@ -19286,7 +19286,7 @@ - 1582 + 1583 4839 Recipients Overview 0 @@ -19306,7 +19306,7 @@ - 1583 + 1584 4829 about:kittens 0 @@ -19326,7 +19326,7 @@ - 1584 + 1585 4698 Translation Panel 0 @@ -19346,7 +19346,7 @@ - 1585 + 1586 4540 Thunderled 0 @@ -19366,7 +19366,7 @@ - 1586 + 1587 4522 XML Digital Signature Tool 0 @@ -19386,7 +19386,7 @@ - 1587 + 1588 4506 Account Manager Toolbar Button 0 @@ -19406,7 +19406,7 @@ - 1588 + 1589 4501 Print Preview Toolbar Button 0 @@ -19426,7 +19426,7 @@ - 1589 + 1590 4500 Options Toolbar Button 0 @@ -19446,7 +19446,7 @@ - 1590 + 1591 4474 Alphanumerator 0 @@ -19466,7 +19466,7 @@ - 1591 + 1592 4426 parolu 0 @@ -19486,7 +19486,7 @@ - 1592 + 1593 4222 Additional Folder Views 0 @@ -19506,7 +19506,7 @@ - 1593 + 1594 4185 Newsgroup Links 0 @@ -19526,7 +19526,7 @@ - 1594 + 1595 4154 EHTip 0 @@ -19546,7 +19546,7 @@ - 1595 + 1596 4144 World Weather+ 0 @@ -19566,7 +19566,7 @@ - 1596 + 1597 4121 Show Address 0 @@ -19586,7 +19586,7 @@ - 1597 + 1598 4075 Nokia Synchronization 0 @@ -19606,7 +19606,7 @@ - 1598 + 1599 4074 BirdFon 0 @@ -19626,7 +19626,7 @@ - 1599 + 1600 4073 Custom Geometry 0 @@ -19646,7 +19646,7 @@ - 1600 + 1601 4042 Filter Uploader for Adblock Plus (unof 0 @@ -19666,7 +19666,7 @@ - 1601 + 1602 4025 ThunderBayes 0 @@ -19686,7 +19686,7 @@ - 1602 + 1603 4023 eelpout 0 @@ -19706,7 +19706,7 @@ - 1603 + 1604 3925 KarClient 0 @@ -19726,7 +19726,7 @@ - 1604 + 1605 3896 Environment Proxy 0 @@ -19746,7 +19746,7 @@ - 1605 + 1606 3887 docked JS-Console 0 @@ -19766,7 +19766,7 @@ - 1606 + 1607 3871 Fingerfox (SE) 0 @@ -19786,7 +19786,7 @@ - 1607 + 1608 3864 Adhiyan 0 @@ -19806,7 +19806,7 @@ - 1608 + 1609 3802 Add-ons Toolbar Button 0 @@ -19826,7 +19826,7 @@ - 1609 + 1610 3778 PackageMapping.com Extension 0 @@ -19846,7 +19846,7 @@ - 1610 + 1611 3738 Lightning Multiweek View 0 @@ -19866,7 +19866,7 @@ - 1611 + 1612 3736 Event-to-task conversion activator 0 @@ -19886,7 +19886,7 @@ - 1612 + 1613 3633 SamePlace Instant Messenger 0 @@ -19906,7 +19906,7 @@ - 1613 + 1614 3632 xmpp4moz 0 @@ -19926,7 +19926,7 @@ - 1614 + 1615 3607 Nagios Checker 0 @@ -19946,7 +19946,7 @@ - 1615 + 1616 3595 Country Lookup 0 @@ -19966,7 +19966,7 @@ - 1616 + 1617 3573 ClassicFox 0 @@ -19986,7 +19986,7 @@ - 1617 + 1618 3529 Russian hot keys bugfix 0 @@ -20006,7 +20006,7 @@ - 1618 + 1619 3464 SuperOffice Mail Link 0 @@ -20026,7 +20026,7 @@ - 1619 + 1620 3452 ConnSets 0 @@ -20046,7 +20046,7 @@ - 1620 + 1621 3448 Growl New Message Notification 0 @@ -20066,7 +20066,7 @@ - 1621 + 1622 3428 Define 0 @@ -20086,7 +20086,7 @@ - 1622 + 1623 3421 CallingID Link Advisor 0 @@ -20106,7 +20106,7 @@ - 1623 + 1624 3399 Change 0 @@ -20126,7 +20126,7 @@ - 1624 + 1625 3376 MailClassifier 0 @@ -20146,7 +20146,7 @@ - 1625 + 1626 3345 AddTo Miru Directory Server 0 @@ -20166,7 +20166,7 @@ - 1626 + 1627 3298 Get Selected Messages 0 @@ -20186,7 +20186,7 @@ - 1627 + 1628 3225 lernu-es 0 @@ -20206,7 +20206,7 @@ - 1628 + 1629 3093 XNote 0 @@ -20226,7 +20226,7 @@ - 1629 + 1630 3033 Paste Feed Location 0 @@ -20246,7 +20246,7 @@ - 1630 + 1631 3002 POW -- Plain Old Webserver 0 @@ -20266,7 +20266,7 @@ - 1631 + 1632 2995 Splash! 0 @@ -20286,7 +20286,7 @@ - 1632 + 1633 2994 TamilVisai (TamilKey) 0 @@ -20306,7 +20306,7 @@ - 1633 + 1634 2983 Conversation Meta Language 0 @@ -20326,7 +20326,7 @@ - 1634 + 1635 2969 Scroll To Key 0 @@ -20346,7 +20346,7 @@ - 1635 + 1636 2913 Open all links 0 @@ -20366,7 +20366,7 @@ - 1636 + 1637 2887 SmartSave Thunderbird Extension 0 @@ -20386,7 +20386,7 @@ - 1637 + 1638 2843 SenderFace 0 @@ -20406,7 +20406,7 @@ - 1638 + 1639 2824 KnujOn 0 @@ -20426,7 +20426,7 @@ - 1639 + 1640 2738 Spamato4Thunderbird 0 @@ -20446,7 +20446,7 @@ - 1640 + 1641 2680 whatmon 0 @@ -20466,7 +20466,7 @@ - 1641 + 1642 2672 Habu 0 @@ -20486,7 +20486,7 @@ - 1642 + 1643 2589 SJCall 0 @@ -20506,7 +20506,7 @@ - 1643 + 1644 2573 Indic IME 0 @@ -20526,7 +20526,7 @@ - 1644 + 1645 2569 Orb VideoMail 0 @@ -20546,7 +20546,7 @@ - 1645 + 1646 2334 DOM Inspector Linux 0 @@ -20566,7 +20566,7 @@ - 1646 + 1647 2291 External Email Alert 0 @@ -20586,7 +20586,7 @@ - 1647 + 1648 2285 Folder Selection (Thunderbird) 0 @@ -20606,7 +20606,7 @@ - 1648 + 1649 2260 Message Level Authentication 0 @@ -20626,7 +20626,7 @@ - 1649 + 1650 2215 SyncMab 0 @@ -20646,7 +20646,7 @@ - 1650 + 1651 2195 Extension Manager Extended 0 @@ -20666,7 +20666,7 @@ - 1651 + 1652 2180 mouseless 0 @@ -20686,7 +20686,7 @@ - 1652 + 1653 2140 FavLoc 0 @@ -20706,7 +20706,7 @@ - 1653 + 1654 2139 Fritz!BoxDial 0 @@ -20726,7 +20726,7 @@ - 1654 + 1655 2129 NewsWorthy for Thunderbird 1.5 0 @@ -20746,7 +20746,7 @@ - 1655 + 1656 2125 Identity Select 0 @@ -20766,7 +20766,7 @@ - 1656 + 1657 2121 Identity Reminder 0 @@ -20786,7 +20786,7 @@ - 1657 + 1658 2110 MinimizeToTray 0 @@ -20806,7 +20806,7 @@ - 1658 + 1659 2098 Update Notifier 0 @@ -20826,7 +20826,7 @@ - 1659 + 1660 2085 Email Notification Randomizer 0 @@ -20846,7 +20846,7 @@ - 1660 + 1661 2008 MR Tech - Gant Icon Pack 0 @@ -20866,7 +20866,7 @@ - 1661 + 1662 1968 Options Menu 0 @@ -20886,7 +20886,7 @@ - 1662 + 1663 1962 Fast Mail Redirect 0 @@ -20906,7 +20906,7 @@ - 1663 + 1664 1900 Reply In Group 0 @@ -20926,7 +20926,7 @@ - 1664 + 1665 1877 Easy Get Mail Button (NEW) 0 @@ -20946,7 +20946,7 @@ - 1665 + 1666 1846 Readonly Attachments 0 @@ -20966,7 +20966,7 @@ - 1666 + 1667 1837 DOM Inspector - Mac OS X 0 @@ -20986,7 +20986,7 @@ - 1667 + 1668 1835 mailconsole 0 @@ -21006,7 +21006,7 @@ - 1668 + 1669 1832 Tag the Bird 0 @@ -21026,7 +21026,7 @@ - 1669 + 1670 1806 DOM Inspector 0 @@ -21046,7 +21046,7 @@ - 1670 + 1671 1792 Purge! 0 @@ -21066,7 +21066,7 @@ - 1671 + 1672 1729 Execute JS 0 @@ -21086,7 +21086,7 @@ - 1672 + 1673 1704 RSS Linkify Subject 0 @@ -21106,7 +21106,7 @@ - 1673 + 1674 1701 mozPod 0 @@ -21126,7 +21126,7 @@ - 1674 + 1675 1624 QuickMenuMC 0 @@ -21146,7 +21146,7 @@ - 1675 + 1676 1550 Shift-Delete Controller 0 @@ -21166,7 +21166,7 @@ - 1676 + 1677 1489 Headers Toggle 0 @@ -21186,7 +21186,7 @@ - 1677 + 1678 1488 KbdMover 0 @@ -21206,7 +21206,7 @@ - 1678 + 1679 1411 Scroll Menus On Drag 0 @@ -21226,7 +21226,7 @@ - 1679 + 1680 1397 Unselect Message 0 @@ -21246,7 +21246,7 @@ - 1680 + 1681 1391 Nightly Tester Tools Lite 0 @@ -21266,7 +21266,7 @@ - 1681 + 1682 1330 CuteMenus - Crystal SVG 0 @@ -21286,7 +21286,7 @@ - 1682 + 1683 1327 Grocery List Generator 0 @@ -21306,7 +21306,7 @@ - 1683 + 1684 1260 Address book synchronizer between Memo 0 @@ -21326,7 +21326,7 @@ - 1684 + 1685 1104 GDirections 0 @@ -21346,7 +21346,7 @@ - 1685 + 1686 1080 MR Tech Toggle Preview Pane 0 @@ -21366,7 +21366,7 @@ - 1686 + 1687 1055 FlatStyle for Thunderbird 0 @@ -21386,7 +21386,7 @@ - 1687 + 1688 979 Notary 0 @@ -21406,7 +21406,7 @@ - 1688 + 1689 921 StickyCharset 0 @@ -21426,7 +21426,7 @@ - 1689 + 1690 905 nntpthreads 0 @@ -21446,7 +21446,7 @@ - 1690 + 1691 904 SMSalias MozClient 0 @@ -21466,7 +21466,7 @@ - 1691 + 1692 896 CruiseControl Monitor 0 @@ -21486,7 +21486,7 @@ - 1692 + 1693 877 TB QuickMove Extension 0 @@ -21506,7 +21506,7 @@ - 1693 + 1694 873 Padma 0 @@ -21526,7 +21526,7 @@ - 1694 + 1695 867 Jabberpresence 0 @@ -21546,7 +21546,7 @@ - 1695 + 1696 829 compactfolder 0 @@ -21566,7 +21566,7 @@ - 1696 + 1697 776 MR Tech About:About 0 @@ -21586,7 +21586,7 @@ - 1697 + 1698 775 MR Tech Disable XPI Install Delay 0 @@ -21606,7 +21606,7 @@ - 1698 + 1699 769 Smilie Inserter 0 @@ -21626,7 +21626,7 @@ - 1699 + 1700 763 UMTools 0 @@ -21646,7 +21646,7 @@ - 1700 + 1701 762 TB Change From and Fcc on Compose Exte 0 @@ -21666,7 +21666,7 @@ - 1701 + 1702 761 SendTools 0 @@ -21686,7 +21686,7 @@ - 1702 + 1703 760 TB Reset Quote Header Extension 0 @@ -21706,7 +21706,7 @@ - 1703 + 1704 759 Message Notes 0 @@ -21726,7 +21726,7 @@ - 1704 + 1705 758 Move Search Items 0 @@ -21746,7 +21746,7 @@ - 1705 + 1706 755 Tb AutoSave Extension 0 @@ -21766,7 +21766,7 @@ - 1706 + 1707 713 Preferential (New GUID) 0 @@ -21786,7 +21786,7 @@ - 1707 + 1708 620 traduku 0 @@ -21806,7 +21806,7 @@ - 1708 + 1709 595 MessageID-Finder 0 @@ -21826,7 +21826,7 @@ - 1709 + 1710 561 Russ Key 0 @@ -21846,7 +21846,7 @@ - 1710 + 1711 554 PONG! Multiplayer 0 @@ -21866,7 +21866,7 @@ - 1711 + 1712 540 Open As Webfolder 0 @@ -21886,7 +21886,7 @@ - 1712 + 1713 507 Bork Bork Bork! 0 @@ -21906,7 +21906,7 @@ - 1713 + 1714 472 Text size toolbar 0 @@ -21926,7 +21926,7 @@ - 1714 + 1715 447 InfoLister 0 @@ -21946,7 +21946,7 @@ - 1715 + 1716 423 AboutConfig 0 @@ -21966,7 +21966,7 @@ - 1716 + 1717 348 Quickfile 0 @@ -21986,7 +21986,7 @@ - 1717 + 1718 345 Sender Verification Anti-Phishing Exte 0 @@ -22006,7 +22006,7 @@ - 1718 + 1719 344 RSS Editor 0 @@ -22026,7 +22026,7 @@ - 1719 + 1720 322 World Weather 0 @@ -22046,7 +22046,7 @@ - 1720 + 1721 246 Foobar Controls 0 @@ -22066,7 +22066,7 @@ - 1721 + 1722 214 DirSwitcher 0 @@ -22086,7 +22086,7 @@ - 1722 + 1723 183 StockTicker 0 @@ -22106,7 +22106,7 @@ - 1723 + 1724 151 Show SMTP Username 0 @@ -22126,7 +22126,7 @@ - 1724 + 1725 149 Delete Junk Context Menu 0 @@ -22146,7 +22146,7 @@ - 1725 + 1726 133 Forumzilla 0 @@ -22166,7 +22166,7 @@ - 1726 + 1727 132 Open Long Url 0 @@ -22186,7 +22186,7 @@ - 1727 + 1728 110 Easy Get Mail Button 0 @@ -22206,7 +22206,7 @@ - 1728 + 1729 43 PasteIP 0 diff --git a/add-on-reports/recent-activity.html b/add-on-reports/recent-activity.html index 4e89ac4..bb8c86b 100644 --- a/add-on-reports/recent-activity.html +++ b/add-on-reports/recent-activity.html @@ -12,7 +12,7 @@
@@ -49,7 +49,7 @@ 1 986686 ImportExportTools NG - 232090 + 244524 4.1.0

10.0.4

10.0.4

@@ -69,7 +69,7 @@ 2 4631 Provider for Google Calendar - 177396 + 185146 4.4.2

68.2.1

78.0.2

@@ -89,7 +89,7 @@ 3 711780 LookOut (fix version) - 155499 + 167069 1.3.04

2.0.4

3.0.6

@@ -109,7 +109,7 @@ 5 195275 Send Later - 95261 + 100064 6.5.0

7.4.4

8.9.8

@@ -129,7 +129,7 @@ 8 634298 CardBook - 64589 + 67307 38.0

46.6

62.8

@@ -149,7 +149,7 @@ 13 986258 Provider for CalDAV & CardDAV - 44003 + 46264 0.15.0.2

1.12

1.24

@@ -169,7 +169,7 @@ 14 986325 Owl for Exchange - 42437 + 44338 0.7.1.3

0.7.8.2

0.7.9.4

@@ -189,7 +189,7 @@ 15 986643 FileLink provider for WebDAV - 40383 + 42361 2

3

3

@@ -209,7 +209,7 @@ 16 988136 FileLink provider for Send - 39927 + 41774 @@ -229,7 +229,7 @@ 17 987924 Web Translate - 39821 + 41540 3.7
@@ -249,7 +249,7 @@ 22 386321 Lightning Calendar Tabs - 27017 + 28225 2.2

2.3

2.5

@@ -266,10 +266,10 @@ - 26 + 25 2533 Addressbooks Synchronizer - 22966 + 24686 1.2.2

2.0.1

4.14

@@ -286,10 +286,10 @@ - 34 + 35 988127 Addon Compatibility Check for TB 102/T - 15536 + 16139 1.9.10
1.9.10
@@ -309,7 +309,7 @@ 38 10052 FiltaQuilla - 14529 + 14946 1.5

2.1.2

3.4

@@ -326,10 +326,10 @@ - 41 + 42 372870 quickFilters - 13905 + 14311 4.5

4.5

5.7.1

@@ -349,7 +349,7 @@ 44 11005 Shrunked Image Resizer - 12836 + 13252 4.4.8

4.5.5

5.0.2

@@ -369,7 +369,7 @@ 45 986685 Phoenity Icons - 12641 + 13175 2.9

3.4

@@ -389,7 +389,7 @@ 48 605874 ReplyWithHeader - 10772 + 11358 2.1.0

2.2.1

2.3.0

@@ -409,7 +409,7 @@ 53 987908 DeepL翻訳 - 9541 + 9968 1.6.2

1.6.2

@@ -426,10 +426,10 @@ - 68 + 67 12018 Quick Folder Move - 6558 + 6862 1.6.1

1.7.1

1.9.0

@@ -449,7 +449,7 @@ 76 324497 SmartTemplates - 4805 + 5080 2.16

2.16

3.15.1

@@ -469,7 +469,7 @@ 77 988116 Charset Menu - 4736 + 5032 1.1.2

@@ -489,7 +489,7 @@ 79 244848 ExQuilla for Exchange - 4629 + 4818 68.1.1


78.1

78.1

@@ -509,7 +509,7 @@ 81 987888 Message Header Toolbar Customize - 4575 + 4732 2.2.1

@@ -529,7 +529,7 @@ 85 646888 Dictionary for recipient - 4239 + 4429 1.0.3

2.0.5

2.3.1

@@ -549,7 +549,7 @@ 92 988001 Attachment Viewer: view in a tab, slid - 3722 + 3893 1.2.7

@@ -566,10 +566,10 @@ - 96 + 98 116388 Automatic Dictionary - 3464 + 3603 1.11.0

1.12.0

3.0.1

@@ -589,7 +589,7 @@ 110 811161 WarnAttachment - 2859 + 3040 0.11

2.13

2.13

@@ -609,7 +609,7 @@ 112 988542 HTML Source Editor - 2702 + 2821 @@ -629,7 +629,7 @@ 122 987764 Header Tools Improved - 2238 + 2320 2.3

3.7

@@ -646,10 +646,10 @@ - 127 + 128 1203 Correct Identity
Identity Chooser - 2039 + 2118 2.0.1

@@ -666,10 +666,10 @@ - 133 + 132 769143 Lightning Invitation Notifier | LIN - 1829 + 1923 1.4

2.1b

128.0

@@ -686,10 +686,10 @@ - 150 + 149 988115 Clippings for Thunderbird - 1381 + 1457 6.1.6

@@ -709,7 +709,7 @@ 153 988081 Outlook Address Book Enabler - 1298 + 1368 @@ -726,10 +726,10 @@ - 161 + 158 987844 InsertSignature - 1233 + 1294 0.4.5
0.4.5
@@ -749,7 +749,7 @@ 192 988699 ThunderAI (ChatGPT in your emails!) - 862 + 907 @@ -766,30 +766,10 @@ - 198 - 3492 - Show InOut - 786 - 1.2.2

- 2.0.1

- 3.14

- 3.14

- 3.14

- 4.6

- 4.6

- 2024-07-15 - 4.6

- 115.10.0 - 130.* - 130.* - - - - - 209 + 197 988353 Link Creator - 700 + 862 @@ -805,11 +785,31 @@ + + 200 + 3492 + Show InOut + 823 + 1.2.2

+ 2.0.1

+ 3.14

+ 3.14

+ 3.14

+ 4.6

+ 4.6

+ 2024-07-15 + 4.6

+ 115.10.0 + 130.* + 130.* + + + 260 988365 Advanced Composer - 397 + 414 @@ -829,7 +829,7 @@ 282 988160 Unicodify – Text transformer - 318 + 329 @@ -846,10 +846,10 @@ - 291 + 294 690062 Sender Frequency - 299 + 306 1.2.1

2.0.5

2.0.5

@@ -866,10 +866,10 @@ - 300 + 297 988608 Open Google Chat - 277 + 294 @@ -886,10 +886,30 @@ - 324 + 312 + 988024 + Open in browser + 274 + + + 0.1.5
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 2024-07-19 + 0.1.5
+ 78.0 + * + * + + + + + 326 986523 Hide Email Folders - 245 + 251 1.0

2.0

3.0.0

@@ -906,10 +926,10 @@ - 330 + 329 988625 ObsidianClipper - 231 + 241 0.4.1
@@ -926,10 +946,10 @@ - 416 + 419 988539 No tabs - 123 + 127 @@ -949,7 +969,7 @@ 422 988715 AI Grammar - 119 + 125 2
@@ -966,10 +986,30 @@ - 469 + 452 + 987907 + Mark GMail Read + 107 + + 2.0.1

+ 3.0.1

+ + 4.1.0
+ 4.1.0
+ 4.1.0
+ 2024-07-19 + 4.1.0
+ 102.0 + * + * + + + + + 470 852623 Remote Content By Folder - 90 + 92 1.0.1

1.0.10

2.0.1

@@ -986,10 +1026,10 @@ - 486 + 490 988530 Clear History Button - 83 + 84 @@ -1006,10 +1046,10 @@ - 569 + 566 988724 CalendarSearchExport - 49 + 52 @@ -1026,10 +1066,10 @@ - 585 + 583 988719 Threaded List Switch - 44 + 47 @@ -1046,10 +1086,10 @@ - 598 + 593 988354 Bug Opener - 41 + 44 @@ -1066,10 +1106,10 @@ - 643 + 637 988635 j-lawyer.org-Thunderbird-Extension - 30 + 32 @@ -1086,19 +1126,19 @@ - 649 + 645 988751 Mail Extractor - 28 + 31 - 1.3.1
- 1.3.1
+ 1.3.2
+ 1.3.2
2024-07-18 - 1.3.1
+ 1.3.2
115.0 * * @@ -1106,10 +1146,10 @@ - 709 + 707 988748 Check before sending email - 19 + 20 @@ -1126,10 +1166,10 @@ - 767 + 753 987915 Mahoor-Iranian-Date - 13 + 15 1.1.5

1.1.5

@@ -1146,10 +1186,10 @@ - 895 + 868 988757 Customoji - 5 + 6 0.1b
0.1b
0.1b
@@ -1166,47 +1206,47 @@ - 896 - 988355 - GIMPS Opener + 900 + 988740 + Identity Selector 5 - 1.1.3
- 1.1.3
- 1.1.3
- 1.2
- 2024-07-14 - 1.2
- 124.0 + + + 0.4.0
+ 0.4.0
+ 2024-07-11 + 0.4.0
+ 115.0 * * - 925 - 988740 - Identity Selector - 4 - - + 901 + 988355 + GIMPS Opener + 5 - 0.4.0
- 0.4.0
- 2024-07-11 - 0.4.0
- 115.0 + 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.2
+ 2024-07-14 + 1.2
+ 124.0 * * - 959 + 968 988754 BestReply 3 @@ -1226,20 +1266,20 @@ - 1053 - 988727 - Lex-ON Conecta - 1 + 1218 + 988764 + Folder Pane Toggler + 0 - 5.7
- 5.7
- 5.7
- 5.7
- 5.7
- 2024-07-05 - 5.7
- 78.0 + + + + + 1.0
+ 2024-07-19 + 1.0
+ 128.0 * * diff --git a/add-on-reports/recent-addition.html b/add-on-reports/recent-addition.html index 144d14b..34e16d3 100644 --- a/add-on-reports/recent-addition.html +++ b/add-on-reports/recent-addition.html @@ -12,7 +12,7 @@
@@ -49,7 +49,7 @@ 112 988542 HTML Source Editor - 2702 + 2821 @@ -66,10 +66,10 @@ - 121 + 120 988617 Extract 'Em! - 2242 + 2351 @@ -89,7 +89,7 @@ 191 988546 Send Later Button - 870 + 914 1.2
@@ -109,7 +109,7 @@ 192 988699 ThunderAI (ChatGPT in your emails!) - 862 + 907 @@ -129,7 +129,7 @@ 227 988615 Open Google Tasks - 594 + 619 @@ -149,7 +149,7 @@ 230 988586 ChatGPT - Quick Access - 580 + 609 @@ -166,10 +166,10 @@ - 241 + 238 988663 Google Calendar - Quick Access - 488 + 515 @@ -186,10 +186,10 @@ - 248 + 249 988553 Dark Plain Text - 468 + 482 @@ -206,10 +206,10 @@ - 269 + 268 988582 Whatsapp - Quick Access - 347 + 363 @@ -226,10 +226,10 @@ - 283 + 281 988532 Tagger - 315 + 329 @@ -249,7 +249,7 @@ 296 988596 Microsoft To Do - Quick Access - 284 + 297 @@ -266,30 +266,10 @@ - 299 - 988559 - Unified Folders Debugging - 280 - - - - - - 115.4

- 115.4

- 2023-12-05 - 115.4

- 115.0 - 122.* - * - - - - - 300 + 297 988608 Open Google Chat - 277 + 294 @@ -306,10 +286,30 @@ - 305 + 302 + 988559 + Unified Folders Debugging + 286 + + + + + + 115.4

+ 115.4

+ 2023-12-05 + 115.4

+ 115.0 + 122.* + * + + + + + 308 988614 ThunderSuite - Customize your Quick Ac - 271 + 280 @@ -326,10 +326,10 @@ - 313 + 314 988572 Group Favorite Folders - 261 + 270 @@ -349,7 +349,7 @@ 315 988540 ThunderWebTabs - 257 + 269 0.4.0
0.4.0
@@ -366,10 +366,10 @@ - 330 + 329 988625 ObsidianClipper - 231 + 241 0.4.1
@@ -386,10 +386,10 @@ - 337 + 336 988567 Send Unsent Mail Button - 214 + 223 @@ -406,10 +406,10 @@ - 346 + 345 988561 Freecosys - Провайдер FileLink - 204 + 214 @@ -426,10 +426,10 @@ - 371 + 370 988666 Gemini - Quick Access - 165 + 172 @@ -446,10 +446,10 @@ - 375 + 376 988612 Open Google Keep - 161 + 166 @@ -466,10 +466,10 @@ - 379 + 378 988718 CollectAddresses - 156 + 164 @@ -486,10 +486,10 @@ - 387 + 385 988691 NTFNTF - 146 + 154 @@ -506,10 +506,10 @@ - 390 + 388 988576 Last selected message - 144 + 151 @@ -526,10 +526,10 @@ - 405 + 404 988611 Microsoft 365 Link Opener - 132 + 139 @@ -546,10 +546,10 @@ - 411 + 416 988588 Proton Mail - Quick Access - 126 + 128 @@ -566,10 +566,10 @@ - 416 + 419 988539 No tabs - 123 + 127 @@ -589,7 +589,7 @@ 422 988715 AI Grammar - 119 + 125 2
@@ -606,10 +606,10 @@ - 425 + 426 988664 Messenger - Quick Access - 117 + 121 @@ -626,10 +626,30 @@ - 427 + 432 + 988698 + Thunderbird Email 2 CSV Exporter + 118 + 3.0
+ 3.0
+ 3.0
+ 3.0
+ 3.0
+ 3.0
+ + 2024-03-28 + 3.0
+ 60.0 + 115.* + 115.* + + + + + 433 988613 Open Google Messages - 115 + 118 @@ -647,29 +667,9 @@ 434 - 988698 - Thunderbird Email 2 CSV Exporter - 112 - 3.0
- 3.0
- 3.0
- 3.0
- 3.0
- 3.0
- - 2024-03-28 - 3.0
- 60.0 - 115.* - 115.* - - - - - 435 988591 One-Click Forward - 111 + 117 1.0.2
@@ -686,10 +686,10 @@ - 445 + 442 988585 Slack - Quick Access - 106 + 112 @@ -706,10 +706,10 @@ - 451 + 453 988661 Auto Avatars - 103 + 106 @@ -726,10 +726,10 @@ - 455 + 457 988587 Tuta Mail - Quick Access - 100 + 102 @@ -746,10 +746,10 @@ - 457 + 458 988564 Paste code - 97 + 102 0.1
@@ -767,29 +767,9 @@ 461 - 988597 - Mark Button - 96 - - - - - - 1.2.1
- 2.2.1
- 2024-02-10 - 2.2.1
- 116.0 - * - * - - - - - 463 988677 Tag Sync for TB - 93 + 99 1.2.9
1.2.9
1.2.9
@@ -806,30 +786,30 @@ - 468 - 988543 - selectAll Button - 90 + 463 + 988597 + Mark Button + 98 - 1.1
- 1.1
- 1.1
- 1.1
- 2023-08-04 - 1.1
- 91.0 + + + 1.2.1
+ 2.2.1
+ 2024-02-10 + 2.2.1
+ 116.0 * * - 470 + 467 988660 Telegram - Quick Access - 89 + 93 @@ -846,10 +826,30 @@ - 478 + 468 + 988543 + selectAll Button + 92 + + + + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2023-08-04 + 1.1
+ 91.0 + * + * + + + + + 477 988659 Google Keep - Quick Access - 86 + 89 @@ -866,10 +866,10 @@ - 479 + 478 988599 Open Google Tabs - 86 + 89 @@ -886,10 +886,10 @@ - 480 + 481 988584 Discord - Quick Access - 86 + 88 @@ -906,10 +906,10 @@ - 481 + 482 988557 Change Link Appearance - 84 + 88 1.1
@@ -926,10 +926,10 @@ - 485 + 488 988531 New Tab - 83 + 86 1.0
1.0
1.0
@@ -946,10 +946,10 @@ - 486 + 490 988530 Clear History Button - 83 + 84 @@ -969,7 +969,7 @@ 517 988686 Multimonth view - 66 + 69 2.4.5

2.4.5

2.4.5

@@ -986,30 +986,10 @@ - 528 - 988590 - YouTube RSS feed redesign - 62 - - - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2023-11-07 - 1.1
- 78.0 - * - * - - - - - 545 + 535 988738 Two Dynamic Birds - 58 + 63 0.1
0.1
0.1
@@ -1026,30 +1006,50 @@ - 562 - 988708 - uBlock Origin - 51 + 536 + 988590 + YouTube RSS feed redesign + 63 + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2023-11-07 + 1.1
+ 78.0 + * + * + + + + + 566 + 988724 + CalendarSearchExport + 52 - 2024-05-19 - 1.3

- 50.0 - * - 52.* + 1.4

+ 1.4

+ 2024-07-09 + 1.4

+ 111.0 + 129.* + 129.* - 565 + 567 988633 quickfilter-kbd - 50 + 52 @@ -1066,30 +1066,30 @@ - 569 - 988724 - CalendarSearchExport - 49 + 570 + 988708 + uBlock Origin + 51 - 1.4

- 1.4

- 2024-07-09 - 1.4

- 111.0 - 129.* - 129.* + + + 2024-05-19 + 1.3

+ 50.0 + * + 52.* - 585 + 583 988719 Threaded List Switch - 44 + 47 @@ -1105,31 +1105,11 @@ - - 591 - 988618 - Safelinks Cleanup - 42 - - - - 2.1
- 2.1
- 2.1
- 2.1
- 2023-12-22 - 2.1
- 91.0 - * - * - - - 592 988592 Hide Duplicates From 'All Mail' - 42 + 44 @@ -1146,10 +1126,30 @@ - 597 + 599 + 988618 + Safelinks Cleanup + 42 + + + + 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2023-12-22 + 2.1
+ 91.0 + * + * + + + + + 600 988545 Dropbox Paper - 41 + 42 1.0
@@ -1166,10 +1166,10 @@ - 608 + 603 988726 Trello - Quick Access - 38 + 41 @@ -1186,30 +1186,30 @@ - 609 - 988541 - ShowContactFoto - 38 - + 605 + 988610 + Quick Spaces + 40 - 0.10
- 0.10
- 2023-10-25 - 0.10
- 115.0 + 0.4
+ 0.4
+ 0.4
+ 2024-05-11 + 0.4
+ 102.0 * * - 613 + 610 988728 Date Time Formatter - 37 + 39 @@ -1226,30 +1226,30 @@ - 614 - 988610 - Quick Spaces - 37 + 611 + 988541 + ShowContactFoto + 39 - 0.4
- 0.4
- 0.4
- 2024-05-11 - 0.4
- 102.0 + + 0.10
+ 0.10
+ 2023-10-25 + 0.10
+ 115.0 * * - 643 + 637 988635 j-lawyer.org-Thunderbird-Extension - 30 + 32 @@ -1266,19 +1266,19 @@ - 649 + 645 988751 Mail Extractor - 28 + 31 - 1.3.1
- 1.3.1
+ 1.3.2
+ 1.3.2
2024-07-18 - 1.3.1
+ 1.3.2
115.0 * * @@ -1286,10 +1286,10 @@ - 658 + 656 988565 Close Search Tabs - 26 + 27 @@ -1306,10 +1306,10 @@ - 667 + 666 988566 Mark Read on Tab Open - 25 + 26 1.0
1.0
@@ -1326,10 +1326,10 @@ - 678 + 674 988589 Yandex Mail - Quick Access - 23 + 25 @@ -1346,10 +1346,10 @@ - 679 + 675 988571 FindNow - 23 + 25 @@ -1366,10 +1366,10 @@ - 702 + 703 988622 Articles Toolbar - 20 + 21 1.1
1.1
1.1
@@ -1386,10 +1386,10 @@ - 709 + 707 988748 Check before sending email - 19 + 20 @@ -1406,7 +1406,7 @@ - 718 + 721 988722 Custom Subject Column 18 @@ -1426,10 +1426,10 @@ - 725 + 722 988538 Skiff Mail - 17 + 18 @@ -1446,10 +1446,10 @@ - 749 + 746 988720 SCMenu - 15 + 16 @@ -1466,7 +1466,7 @@ - 758 + 761 988662 Bard - Quick Access 14 @@ -1486,10 +1486,10 @@ - 775 + 771 988669 DMS HEADERS EXTRACTOR - 12 + 13 0.0.0.1
@@ -1506,7 +1506,7 @@ - 776 + 780 988575 Filtered Folder to Favorite 12 @@ -1526,10 +1526,10 @@ - 797 + 789 988752 Mark Subfolders Read - 10 + 11 @@ -1546,10 +1546,10 @@ - 809 + 801 988623 Dysclusif - 9 + 10 1.2.6
@@ -1566,10 +1566,10 @@ - 821 + 817 988731 Reply All Button - 8 + 9 1.1.0
1.1.0
1.1.0
@@ -1586,10 +1586,10 @@ - 839 + 826 988702 UnInbox - Quick Access - 7 + 8 @@ -1606,10 +1606,10 @@ - 840 + 827 988583 Skiff Mail - Quick Access - 7 + 8 @@ -1626,10 +1626,10 @@ - 863 + 849 988692 GetMyInvoices - 6 + 7 @@ -1646,10 +1646,10 @@ - 895 + 868 988757 Customoji - 5 + 6 0.1b
0.1b
0.1b
@@ -1666,10 +1666,10 @@ - 925 + 900 988740 Identity Selector - 4 + 5 @@ -1686,7 +1686,27 @@ - 959 + 930 + 988700 + OnMail - Quick Access + 4 + + + + + + 0.1
+ 0.1
+ 2024-04-14 + 0.1
+ 106.0 + * + * + + + + + 968 988754 BestReply 3 @@ -1706,27 +1726,7 @@ - 960 - 988700 - OnMail - Quick Access - 3 - - - - - - 0.1
- 0.1
- 2024-04-14 - 0.1
- 106.0 - * - * - - - - - 1002 + 1005 988753 Zulip - Quick Access 2 @@ -1746,7 +1746,7 @@ - 1003 + 1006 988730 MyTickets 2 @@ -1766,7 +1766,7 @@ - 1052 + 1059 988735 Deselector 1 @@ -1786,7 +1786,7 @@ - 1053 + 1060 988727 Lex-ON Conecta 1 @@ -1806,7 +1806,7 @@ - 1054 + 1061 988703 ThunderbirdBravoClick2Call 1 @@ -1827,6 +1827,26 @@ 1218 + 988764 + Folder Pane Toggler + 0 + + + + + + + 1.0
+ 2024-07-19 + 1.0
+ 128.0 + * + * + + + + + 1219 988732 Open by Message-ID 0 diff --git a/add-on-reports/requested-permissions.html b/add-on-reports/requested-permissions.html index aa63891..1bd22b0 100644 --- a/add-on-reports/requested-permissions.html +++ b/add-on-reports/requested-permissions.html @@ -49,7 +49,7 @@ 1 986686 ImportExportTools NG - 232090 + 244524 4.1.0

10.0.4

10.0.4

@@ -69,7 +69,7 @@ 2 4631 Provider for Google Calendar - 177396 + 185146 4.4.2

68.2.1

78.0.2

@@ -89,7 +89,7 @@ 3 711780 LookOut (fix version) - 155499 + 167069 1.3.04

2.0.4

3.0.6

@@ -109,7 +109,7 @@ 4 640 Quicktext - 116170 + 124421 1.5

2.15

3.6

@@ -129,7 +129,7 @@ 5 195275 Send Later - 95261 + 100064 6.5.0

7.4.4

8.9.8

@@ -149,7 +149,7 @@ 8 634298 CardBook - 64589 + 67307 38.0

46.6

62.8

@@ -169,7 +169,7 @@ 9 47144 Mail Merge - 62086 + 65568 5.6.0

6.1.0

7.4.0

@@ -189,7 +189,7 @@ 10 988138 Grammar and Spell Checker — LanguageTo - 56845 + 59492 8.6.0

@@ -209,7 +209,7 @@ 11 611 Signature Switch - 49791 + 52308 1.7.1

1.8.2

2.15.3
@@ -229,7 +229,7 @@ 12 986436 FileLink Provider for Dropbox - 48370 + 50422 4
7
7
@@ -249,7 +249,7 @@ 14 986325 Owl for Exchange - 42437 + 44338 0.7.1.3

0.7.8.2

0.7.9.4

@@ -269,7 +269,7 @@ 15 986643 FileLink provider for WebDAV - 40383 + 42361 2

3

3

@@ -289,7 +289,7 @@ 16 988136 FileLink provider for Send - 39927 + 41774 @@ -309,7 +309,7 @@ 17 987924 Web Translate - 39821 + 41540 3.7
@@ -329,7 +329,7 @@ 19 987967 Textmarker - 33070 + 34781 6.2.0
@@ -349,7 +349,7 @@ 20 986338 Provider for Exchange ActiveSync - 30740 + 32278 0.12

1.14

1.20

@@ -369,7 +369,7 @@ 21 987761 *cloud - FileLink for Nextcloud and ow - 30544 + 31989 3.15.0
3.15.0
@@ -389,7 +389,7 @@ 23 54035 Thunderbird Conversations - 24893 + 26066 2.14.7

3.1.24

3.2.35

@@ -409,7 +409,7 @@ 24 987840 PrintingTools NG - 24228 + 25681 2.0.61

2.0.61

@@ -427,29 +427,9 @@ 25 - 708783 - Emoji - 23429 - 1.6.1

- 1.68.4

- 1.78.7

- 1.91.8

- 1.102.10
- 1.102.10
- 1.102.10
- 2022-10-21 - 1.102.10
- 102.0 - * - * -

- - - - 26 2533 Addressbooks Synchronizer - 22966 + 24686 1.2.2

2.0.1

4.14

@@ -465,11 +445,31 @@




+ + 26 + 708783 + Emoji + 24355 + 1.6.1

+ 1.68.4

+ 1.78.7

+ 1.91.8

+ 1.102.10
+ 1.102.10
+ 1.102.10
+ 2022-10-21 + 1.102.10
+ 102.0 + * + * +

+ + 27 477467 AutoarchiveReloaded - 21593 + 22778 0.9.9.6.2

1.0.0.7
1.0.0.7
@@ -487,29 +487,9 @@ 28 - 986386 - Open Google Calendar - 21029 - 1.5
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2020-12-13 - 1.6
- 68.0 - * - * -


- - - - 29 487108 FlexConfirmMail - 20631 + 22776 1.17.1

2.2.4

4.1.7.1
@@ -526,30 +506,30 @@ - 30 - 64758 - XNote++ - 19458 - 2.2.14

- 2.3.1

- 3.1.7

- 3.5.16

- 3.5.16

- 4.1.12

- - 2024-01-09 - 4.1.12

- 115.0 - 115.* - 119.* -








+ 29 + 986386 + Open Google Calendar + 22102 + 1.5
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2020-12-13 + 1.6
+ 68.0 + * + * +


- 31 + 30 5582 Confirm-Address - 19321 + 20992 1.3.2

1.3.5

1.3.8
@@ -566,10 +546,10 @@ - 32 + 31 2281 Check and Send - 19217 + 20742 1.0.20b1

1.1.1

2.1.5
@@ -585,11 +565,31 @@



+ + 32 + 64758 + XNote++ + 20445 + 2.2.14

+ 2.3.1

+ 3.1.7

+ 3.5.16

+ 3.5.16

+ 4.1.12

+ + 2024-01-09 + 4.1.12

+ 115.0 + 115.* + 119.* +








+ + 33 438634 DKIM Verifier - 17331 + 17913 2.2.0

3.1.0

4.1.1

@@ -607,29 +607,9 @@ 34 - 988127 - Addon Compatibility Check for TB 102/T - 15536 - - 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 2024-07-13 - 1.9.10
- 68.0 - * - * -

- - - - 35 4970 Tag Toolbar / Tag Popup - 15356 + 16268 0.9.12

1.0.2

2.1.5

@@ -645,11 +625,31 @@







+ + 35 + 988127 + Addon Compatibility Check for TB 102/T + 16139 + + 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 2024-07-13 + 1.9.10
+ 68.0 + * + * +

+ + 37 217293 Signal Spam - 15105 + 15269 2.2.3

3.1.2

4.1.6

@@ -669,7 +669,7 @@ 38 10052 FiltaQuilla - 14529 + 14946 1.5

2.1.2

3.4

@@ -689,7 +689,7 @@ 40 3254 QuickFolders (Tabbed Folders) - 14000 + 14551 4.22.3

4.22.3

5.9.1

@@ -706,10 +706,10 @@ - 41 + 42 372870 quickFilters - 13905 + 14311 4.5

4.5

5.7.1

@@ -729,7 +729,7 @@ 44 11005 Shrunked Image Resizer - 12836 + 13252 4.4.8

4.5.5

5.0.2

@@ -749,7 +749,7 @@ 46 986635 FileLink Provider for Box - 12393 + 12928 4
5
@@ -769,7 +769,7 @@ 48 605874 ReplyWithHeader - 10772 + 11358 2.1.0

2.2.1

2.3.0

@@ -787,9 +787,29 @@ 49 + 695913 + List Addons in Windows' Programs + 10909 + 1.2

+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2023-12-26 + 2.1
+ 68.0 + * + * +
+ + + + 50 987783 Compact Headers - 10468 + 10789 2.23

@@ -806,10 +826,10 @@ - 50 + 51 987719 Display Mail User Agent T - 10168 + 10584 1.8.10.6

1.8.14.64

2.2.3

@@ -826,10 +846,10 @@ - 51 + 52 1556 Allow HTML Temp - 10039 + 10394 5.4.3

5.7.8

6.3.8

@@ -845,31 +865,11 @@




- - 52 - 695913 - List Addons in Windows' Programs - 9829 - 1.2

- 2.1
- 2.1
- 2.1
- 2.1
- 2.1
- 2.1
- 2023-12-26 - 2.1
- 68.0 - * - * -
- - 53 987908 DeepL翻訳 - 9541 + 9968 1.6.2

1.6.2

@@ -889,7 +889,7 @@ 54 988018 Dark Reader - 9359 + 9645 4.9.68
@@ -909,7 +909,7 @@ 55 988096 Attachment Extractor - 9265 + 9542 @@ -929,7 +929,7 @@ 56 987708 Auto Address Cleaner T - 8996 + 9494 1.0.8

1.0.8

1.1
@@ -949,7 +949,7 @@ 57 987798 MyPhoneExplorer - 8786 + 8951 2.0.25

4.0

@@ -969,7 +969,7 @@ 58 987780 Google Calendar Tab - 8436 + 8739 0.2
0.2
@@ -989,7 +989,7 @@ 59 987934 Simple Mail Redirection - 7954 + 8418 1.44

@@ -1009,7 +1009,7 @@ 61 330066 Edit Email Subject (EES) - 7620 + 7929 2.1.1

3.2

4.3

@@ -1026,10 +1026,10 @@ - 62 + 63 988090 Google-4-TbSync - 7605 + 7828 0.1.8

@@ -1046,10 +1046,10 @@ - 63 + 64 988489 uBlock Origin - 7479 + 7677 @@ -1069,7 +1069,7 @@ 65 986372 BorderColors D - 7153 + 7478 1.1.1

1.4.0

2023.8.1
@@ -1089,7 +1089,7 @@ 66 472193 CategoryManager - 7091 + 7467 2.09

3.11

4.4

@@ -1106,10 +1106,10 @@ - 68 + 67 12018 Quick Folder Move - 6558 + 6862 1.6.1

1.7.1

1.9.0

@@ -1129,7 +1129,7 @@ 69 742199 Attach from Clipboard - 5836 + 6037 1.1.0

1.3.68

1.78.1

@@ -1149,7 +1149,7 @@ 70 56935 Identity Chooser - 5810 + 6006 1.9.7

1.9.9

2.2

@@ -1169,7 +1169,7 @@ 71 809689 Grammalecte [fr] (for Thunderbird) - 5702 + 5903 1.5.0

1.9.2

2.1.1
@@ -1189,7 +1189,7 @@ 74 988175 Emoji - 4942 + 5152 3.19
@@ -1209,7 +1209,7 @@ 75 988164 Outlook/Teams Appointments - 4828 + 5103 1.2
@@ -1229,7 +1229,7 @@ 76 324497 SmartTemplates - 4805 + 5080 2.16

2.16

3.15.1

@@ -1249,7 +1249,7 @@ 78 987900 QNote - 4694 + 5020 0.12.5

0.12.5

@@ -1269,7 +1269,7 @@ 80 988161 ✨ Awesome Emoji Picker ✨ - 4609 + 4809 @@ -1289,7 +1289,7 @@ 81 987888 Message Header Toolbar Customize - 4575 + 4732 2.2.1

@@ -1307,29 +1307,9 @@ 82 - 987931 - Birthday Calendar - 4374 - - - 1.0

- 1.0

- 1.2.2

- 1.2.2

- 1.2.2

- 2024-06-16 - 1.2.2

- 102.0 - 128.* - 128.* -

- - - - 83 987944 Darko - 4364 + 4525 3.4
@@ -1346,10 +1326,30 @@ - 89 + 83 + 987931 + Birthday Calendar + 4470 + + + 1.0

+ 1.0

+ 1.2.2

+ 1.2.2

+ 1.2.2

+ 2024-06-16 + 1.2.2

+ 102.0 + 128.* + 128.* +

+ + + + 88 987892 Quote Colors & Collapse - 4050 + 4256 1.0.5

2.0.10

@@ -1367,29 +1367,9 @@ 90 - 11646 - No Message Pane Sort - 3799 - 1.4

- 1.5

- 2.0.2

- 2.0.2

- 2.0.2

- 3.0.2

- 3.0.2

- 2023-07-21 - 3.0.2

- 115.0 - 116.* - 128.* -
- - - - 91 987885 tbkeys-lite - 3786 + 3947 2.2.4

2.2.4

@@ -1405,11 +1385,31 @@ + + 91 + 11646 + No Message Pane Sort + 3926 + 1.4

+ 1.5

+ 2.0.2

+ 2.0.2

+ 2.0.2

+ 3.0.2

+ 3.0.2

+ 2023-07-21 + 3.0.2

+ 115.0 + 116.* + 128.* +
+ + 92 988001 Attachment Viewer: view in a tab, slid - 3722 + 3893 1.2.7

@@ -1429,7 +1429,7 @@ 93 59195 G-Hub Lite - 3637 + 3808 6.0.0

7.1.0
7.1.0
@@ -1449,7 +1449,7 @@ 94 986477 Colored Folders - 3612 + 3785 1.2.5.2

1.3.5

@@ -1467,29 +1467,9 @@ 96 - 116388 - Automatic Dictionary - 3464 - 1.11.0

- 1.12.0

- 3.0.1

- 3.0.1

- 3.11.0

- 3.11.0

- 3.11.0

- 2024-07-15 - 3.11.0

- 102.0 - 129.0 - 129.0 -

- - - - 97 987909 ThirdStats - 3457 + 3614 1.8.0
@@ -1506,10 +1486,10 @@ - 98 + 97 987801 FileLink for Plik - 3427 + 3607 1.2.2
1.2.2
@@ -1526,10 +1506,30 @@ - 99 + 98 + 116388 + Automatic Dictionary + 3603 + 1.11.0

+ 1.12.0

+ 3.0.1

+ 3.0.1

+ 3.11.0

+ 3.11.0

+ 3.11.0

+ 2024-07-15 + 3.11.0

+ 102.0 + 129.0 + 129.0 +

+ + + + 101 987740 Nostalgy++/ Manage, search and archive - 3384 + 3519 1.0.15

3.4.2

@@ -1546,10 +1546,10 @@ - 102 + 103 331319 Folder Pane View Switcher - 3310 + 3417 2.0.2

4.0.2

4.0.2

@@ -1566,10 +1566,10 @@ - 105 + 104 988333 WhatsApp Web in Thunderbird - 3258 + 3408 1.4.2
1.4.2
@@ -1586,10 +1586,10 @@ - 107 + 106 986682 Disable DragAndDrop (New) - 3188 + 3362 5.3.0

5.3.0

@@ -1606,10 +1606,10 @@ - 109 + 108 46207 mailmindr - 3072 + 3212 0.9.1

0.9.4

1.5.0

@@ -1629,7 +1629,7 @@ 110 811161 WarnAttachment - 2859 + 3040 0.11

2.13

2.13

@@ -1649,7 +1649,7 @@ 112 988542 HTML Source Editor - 2702 + 2821 @@ -1669,7 +1669,7 @@ 113 356507 Header Tools Lite - 2612 + 2720 0.6.2

1.5.3

@@ -1686,10 +1686,10 @@ - 115 + 116 987775 Search Button - 2530 + 2649 1.0.1

2.3.2

@@ -1706,10 +1706,10 @@ - 118 + 117 988429 AI Anywhere for ChatGPT - 2430 + 2555 @@ -1729,7 +1729,7 @@ 119 988091 Expression Search - NG - 2320 + 2412 2.11

@@ -1747,29 +1747,9 @@ 120 - 287743 - MailHops - 2279 - 3.2.0

- 3.8.1

- 4.3.3

- 4.3.3

- 4.3.3

- 4.4.0
- 4.4.0
- 2023-04-07 - 4.4.0
- 112.0 - * - * -


- - - - 121 988617 Extract 'Em! - 2242 + 2351 @@ -1786,10 +1766,30 @@ - 123 + 121 + 287743 + MailHops + 2339 + 3.2.0

+ 3.8.1

+ 4.3.3

+ 4.3.3

+ 4.3.3

+ 4.4.0
+ 4.4.0
+ 2023-04-07 + 4.4.0
+ 112.0 + * + * +


+ + + + 124 987734 Mail Merge P - 2143 + 2258 2.3

@@ -1809,7 +1809,7 @@ 126 11727 ReFwdFormatter - 2062 + 2178 1.65.1

2.68.0

2.78.0

@@ -1826,10 +1826,10 @@ - 127 + 128 1203 Correct Identity
Identity Chooser - 2039 + 2118 2.0.1

@@ -1849,7 +1849,7 @@ 129 986300 URL Link - 2020 + 2085 2.05

3.5.2

3.5.2

@@ -1869,7 +1869,7 @@ 130 2874 Folder Account - 1970 + 2051 7.0

9.0

10.0

@@ -1887,29 +1887,9 @@ 132 - 987946 - Export to ZIP - 1831 - - - 1.0.0
- 1.0.0
- 1.0.0
- 1.0.0
- 1.0.0
- 2020-11-16 - 1.0.0
- 78.4.0 - * - * -



- - - - 133 769143 Lightning Invitation Notifier | LIN - 1829 + 1923 1.4

2.1b

128.0

@@ -1925,11 +1905,31 @@ + + 133 + 987946 + Export to ZIP + 1907 + + + 1.0.0
+ 1.0.0
+ 1.0.0
+ 1.0.0
+ 1.0.0
+ 2020-11-16 + 1.0.0
+ 78.4.0 + * + * +



+ + 135 987932 StandardTexter - 1753 + 1843 0.61

1.1.0
@@ -1949,7 +1949,7 @@ 136 987833 GCalTab - 1695 + 1760 3.1.0
3.1.0
@@ -1967,29 +1967,9 @@ 137 - 2610 - Mailbox Alert - 1648 - 0.23.1

- 0.24

- 0.27

- 0.29.1

- 0.30

- - - 2022-07-03 - 0.30

- 102.0 - 102.* - 102.* -

- - - - 138 2561 Copy Sent to Current - 1638 + 1705 1.2.4

2.0.3

3.27

@@ -2005,11 +1985,31 @@





+ + 138 + 2610 + Mailbox Alert + 1698 + 0.23.1

+ 0.24

+ 0.27

+ 0.29.1

+ 0.30

+ + + 2022-07-03 + 0.30

+ 102.0 + 102.* + 102.* +

+ + 139 987800 Copy Address - 1585 + 1660 0.0.1
0.0.1
@@ -2029,7 +2029,7 @@ 140 987865 Previous Colors - 1519 + 1599 1.2

1.2

@@ -2049,7 +2049,7 @@ 142 987689 changeQuote - 1489 + 1562 1.4

1.5.3

@@ -2067,29 +2067,9 @@ 144 - 987911 - Spam Scores - 1473 - - - 1.3.1

- 1.4.2

- 1.4.2

- 1.4.2

- 1.4.2

- 2024-06-20 - 1.4.2

- 91.0a1 - 115.* - * -


- - - - 145 988187 Google Chat Tab - 1449 + 1540 0.1.0
@@ -2106,30 +2086,30 @@ - 146 - 988035 - Markdown Here Revival - 1434 - + 145 + 987911 + Spam Scores + 1523 - 3.3.1

- 3.5.1

- 3.5.1

- 3.5.1

- 2023-11-18 - 3.5.1

- 91.0 - 121.0 - 121.0 -





+ 1.3.1

+ 1.4.2

+ 1.4.2

+ 1.4.2

+ 1.4.2

+ 2024-06-20 + 1.4.2

+ 91.0a1 + 115.* + * +


- 147 + 146 986323 ConfirmBeforeDelete - 1429 + 1493 0.3.8

1.3

1.5.5

@@ -2145,11 +2125,31 @@







+ + 147 + 988035 + Markdown Here Revival + 1490 + + + 3.3.1

+ 3.5.1

+ 3.5.1

+ 3.5.1

+ + 2023-11-18 + 3.5.1

+ 91.0 + 121.0 + 121.0 +





+ + 148 987706 G Suite in tab - 1397 + 1469 0.2.0

1.0.1
@@ -2166,10 +2166,10 @@ - 150 + 149 988115 Clippings for Thunderbird - 1381 + 1457 6.1.6

@@ -2186,10 +2186,10 @@ - 151 + 150 705889 TORPEDO - TOoltip-poweRed Phishing Ema - 1363 + 1430 3.2.2
3.2.2
3.2.2
@@ -2207,9 +2207,29 @@ 155 - 987651 - Night and Day Dynamic - 1274 + 986632 + SPAMBEE + 1329 + + 2.2.4

+ 3.2.1

+ 3.2.1

+ 3.2.1

+ 3.2.1

+ 3.2.1

+ 2023-07-10 + 3.2.1

+ 77.0 + 116.* + 128.* +










+ + + + 156 + 987651 + Night and Day Dynamic + 1316 1.1
1.1
1.1
@@ -2226,30 +2246,30 @@ - 156 - 986632 - SPAMBEE - 1273 + 158 + 987844 + InsertSignature + 1294 - 2.2.4

- 3.2.1

- 3.2.1

- 3.2.1

- 3.2.1

- 3.2.1

- 2023-07-10 - 3.2.1

- 77.0 - 116.* - 128.* -










+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 2024-07-17 + 0.4.5
+ 68.6.0 + * + * +
- 158 + 159 988056 Get All Mail Button for TB78++ - 1265 + 1292 2.3.1

@@ -2266,10 +2286,10 @@ - 160 + 162 988059 Unsubscribe - 1233 + 1266 1.1.1
@@ -2285,31 +2305,11 @@


- - 161 - 987844 - InsertSignature - 1233 - - 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 2024-07-17 - 0.4.5
- 68.6.0 - * - * -
- - 164 988215 Start with Inbox - 1158 + 1183 @@ -2326,30 +2326,30 @@ - 166 - 987914 - Filter on Folder Button - 1117 - + 165 + 988067 + Signature sync for Gmail + 1164 - 1.2.0

- 1.2.0

- 1.5.0

- 1.5.1

- 2023-09-05 - 1.5.1

- 115.0 - 115.* - 115.* -

+ 2.0.2

+ 3.1.1
+ 3.1.1
+ 3.1.1
+ 3.1.1
+ 2024-01-04 + 3.1.1
+ 91.0 + * + * +



167 987966 Search for - 1103 + 1151 1.0.1
@@ -2367,29 +2367,29 @@ 168 - 988067 - Signature sync for Gmail - 1101 + 987914 + Filter on Folder Button + 1149 - 2.0.2

- 3.1.1
- 3.1.1
- 3.1.1
- 3.1.1
- 2024-01-04 - 3.1.1
- 91.0 - * - * -



+ 1.2.0

+ 1.2.0

+ 1.5.0

+ 1.5.1

+ + 2023-09-05 + 1.5.1

+ 115.0 + 115.* + 115.* +

170 987808 quicker quicksearch - 1077 + 1125 2.6
2.6
@@ -2406,10 +2406,10 @@ - 172 + 173 988098 Thunderbird Todoist - 1060 + 1107 0.6
0.6
@@ -2426,10 +2426,10 @@ - 173 + 175 331666 QuickArchiver - 1041 + 1076 0.2.4

0.2.5

0.2.11

@@ -2449,7 +2449,7 @@ 176 612 NestedQuote Remover - 1012 + 1039 0.8.14

0.9.2

1.4.0
@@ -2466,10 +2466,10 @@ - 183 + 184 987858 Mark All Read:WE - 939 + 966 1.1
1.1
@@ -2486,30 +2486,10 @@ - 184 - 986334 - Open With - 936 - 6.8.6

- 6.9.2

- 7.2.6
- 7.2.6
- 7.2.6
- 7.2.6
- 7.2.6
- 2021-08-28 - 7.2.6
- 78.5.0 - * - * -






- - - - 185 + 186 676875 Rspamd-spamness - 932 + 963 0.9.1

1.1.1

2.1.0a1

@@ -2527,9 +2507,29 @@ 187 + 986334 + Open With + 958 + 6.8.6

+ 6.9.2

+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 2021-08-28 + 7.2.6
+ 78.5.0 + * + * +






+ + + + 188 987746 FileLink Provider for OwnCloud and Nex - 913 + 953 1.8
1.8
@@ -2549,7 +2549,7 @@ 190 987964 Smileyfixer - 874 + 917 2.0.1
@@ -2569,7 +2569,7 @@ 191 988546 Send Later Button - 870 + 914 1.2
@@ -2589,7 +2589,7 @@ 192 988699 ThunderAI (ChatGPT in your emails!) - 862 + 907 @@ -2609,7 +2609,7 @@ 193 787632 Quick Folder Key Navigation - 857 + 891 1.0.0.3

3.3.1

3.3.1

@@ -2629,7 +2629,7 @@ 194 10149 New Tab Button - 855 + 882 0.2.10b1

0.3.0

2.0.6

@@ -2649,7 +2649,7 @@ 195 988108 OpenPGP Alias Updater - 823 + 875 0.3i

@@ -2667,9 +2667,29 @@ 197 + 988353 + Link Creator + 862 + + + + 1.0
+ 1.0
+ 1.1.2
+ 1.2
+ 2024-07-14 + 1.2
+ 124.0 + * + * +






+ + + + 198 987933 Toggle Line Wrap - 811 + 834 1.4.2

@@ -2686,10 +2706,10 @@ - 198 + 200 3492 Show InOut - 786 + 823 1.2.2

2.0.1

3.14

@@ -2706,30 +2726,30 @@ - 199 - 987984 - Just Report It - 770 + 201 + 988408 + @Contact Mention + 820 - 1.3.0
- 1.3.0
- 2.3.0
- 2.3.0
- 3.1.1
- 3.1.1
- 2024-02-28 - 3.1.1
- 115.0 + + + + 0.7.1
+ 0.7.1
+ 0.7.1
+ 2022-12-05 + 0.7.1
+ 102.0 * * -







+
- 200 + 202 407832 Filter Button - 769 + 795 1.2

1.2

@@ -2746,30 +2766,30 @@ - 202 - 988408 - @Contact Mention - 763 - - - + 203 + 987984 + Just Report It + 788 - 0.7.1
- 0.7.1
- 0.7.1
- 2022-12-05 - 0.7.1
- 102.0 + 1.3.0
+ 1.3.0
+ 2.3.0
+ 2.3.0
+ 3.1.1
+ 3.1.1
+ 2024-02-28 + 3.1.1
+ 115.0 * * -
+







- 203 + 205 988396 Attachment Saver - 734 + 767 @@ -2786,30 +2806,30 @@ - 204 - 988068 - Read Aloud: A Text to Speech Voice Rea - 725 - 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 2024-05-29 - 1.71.0
- 60.0 + 206 + 987776 + Limit non-BCC recipients + 754 + + + 2.1.1
+ 2.1.1
+ 2.1.1
+ 2.1.1
+ 2.1.1
+ 2021-05-12 + 2.1.1
+ 78.0 * * -








+

- 205 + 207 987994 Telegram Web in Thunderbird - 721 + 749 3.2.1
3.2.1
@@ -2826,30 +2846,30 @@ - 206 - 987776 - Limit non-BCC recipients - 719 - - - 2.1.1
- 2.1.1
- 2.1.1
- 2.1.1
- 2.1.1
- 2021-05-12 - 2.1.1
- 78.0 + 208 + 988068 + Read Aloud: A Text to Speech Voice Rea + 739 + 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 2024-05-29 + 1.71.0
+ 60.0 * * -

+








- 208 + 209 508826 EDS Calendar Integration - 704 + 725 0.5.3

0.8.0

0.9.3

@@ -2866,30 +2886,30 @@ - 209 - 988353 - Link Creator - 700 - + 210 + 987803 + Expand mailing lists + 722 - 1.0
- 1.0
- 1.1.2
- 1.2
- 2024-07-14 - 1.2
- 124.0 + 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 2020-12-03 + 1.1.0
+ 78.0 * * -






+

- 210 + 211 714655 Layout Button - 689 + 710 3.0
3.0
3.0
@@ -2905,31 +2925,11 @@
- - 211 - 987803 - Expand mailing lists - 685 - - - 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 2020-12-03 - 1.1.0
- 78.0 - * - * -

- - 212 711456 TexTra - 683 + 710 1.0.15

1.18.0
1.18.0
@@ -2949,7 +2949,7 @@ 213 984085 Unmangle Microsoft ATP Safelinks - 673 + 701 1.51

2.0.2

3.0.1
@@ -2967,9 +2967,49 @@ 214 + 988066 + reply-all-auto-cc + 690 + + + 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.1.3
+ 2021-09-04 + 1.1.3
+ 78.0 + * + * +
+ + + + 215 + 320395 + RemindIt + 690 + 2.1a

+ 3.0.68
+ 3.0.68
+ 3.0.68
+ 3.0.68
+ 3.0.68
+ 3.0.68
+ 2020-02-13 + 3.0.68
+ 68.0 + * + * +


+ + + + 217 161710 More Snooze - 664 + 684 1.2.1

2.0.1

3.3.2

@@ -2986,10 +3026,10 @@ - 215 + 218 451482 Paranoia - 662 + 680 0.2.7

0.3.2

0.4.1
@@ -3005,51 +3045,11 @@
- - 216 - 320395 - RemindIt - 659 - 2.1a

- 3.0.68
- 3.0.68
- 3.0.68
- 3.0.68
- 3.0.68
- 3.0.68
- 2020-02-13 - 3.0.68
- 68.0 - * - * -


- - - - 219 - 988066 - reply-all-auto-cc - 647 - - - 1.1.3
- 1.1.3
- 1.1.3
- 1.1.3
- 1.1.3
- 2021-09-04 - 1.1.3
- 78.0 - * - * -
- - 220 987925 EML-Editor - 631 + 655 1.8

@@ -3069,7 +3069,7 @@ 221 988447 GMail Labels - 628 + 653 0.2
@@ -3087,29 +3087,9 @@ 223 - 987920 - ProtonMail Encryption Status - 624 - - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2020-10-06 - 1.0
- 66.0 - * - * -
- - - - 224 988256 Grammar, Proofreading & Spell Checker - 617 + 644 1.2
@@ -3127,9 +3107,29 @@ 225 + 987920 + ProtonMail Encryption Status + 635 + + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2020-10-06 + 1.0
+ 66.0 + * + * +
+ + + + 228 988289 keepassxc-mail - 599 + 619 1.0.2.1

1.8

@@ -3146,10 +3146,10 @@ - 228 + 229 988314 Auto-Mark Folder Read - 590 + 613 @@ -3166,30 +3166,10 @@ - 231 - 988099 - Link in Tab - 570 - - - 1.6
- 1.6
- 1.6
- 1.7
- 1.7
- 2024-05-06 - 1.7
- 115.0 - * - * -
- - - - 233 + 232 988513 S3 FileLink Provider - 565 + 588 @@ -3206,30 +3186,50 @@ - 235 - 4268 - Colored Diffs - 515 - 0.9

- 1.9

- 2.1.1
- 2.3.1
- 2.3.1
- 2.3.1
- 2.3.1
- 2023-10-04 - 2.3.1
- 91.0 - * - * -
+ 233 + 988099 + Link in Tab + 583 + + + 1.6
+ 1.6
+ 1.6
+ 1.7
+ 1.7
+ 2024-05-06 + 1.7
+ 115.0 + * + * +
+ + + + 235 + 4268 + Colored Diffs + 538 + 0.9

+ 1.9

+ 2.1.1
+ 2.3.1
+ 2.3.1
+ 2.3.1
+ 2.3.1
+ 2023-10-04 + 2.3.1
+ 91.0 + * + * +
236 986655 FrameWhite - 509 + 526 57.8

117.1
@@ -3246,30 +3246,10 @@ - 239 - 988079 - Open Image In New Tab - 495 - - - 1.0.1
- 1.0.1
- 1.0.1
- 1.0.1
- 1.0.1
- 2023-03-25 - 1.0.1
- 78.0 - * - * -
- - - - 240 + 237 2548 Sieve - 495 + 524 0.3.1

0.6.1

0.6.1

@@ -3286,10 +3266,30 @@ - 242 + 240 + 988079 + Open Image In New Tab + 513 + + + 1.0.1
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 2023-03-25 + 1.0.1
+ 78.0 + * + * +
+ + + + 241 988064 Thematic - 486 + 511 7.0.2
7.0.2
7.0.2
@@ -3309,7 +3309,7 @@ 243 987923 Move Mail Shortcuts - 486 + 504 5
@@ -3329,7 +3329,7 @@ 244 988488 Just Verify It - 479 + 495 @@ -3346,10 +3346,10 @@ - 247 + 246 987807 Add to Mailing list - 477 + 492 1.0
1.0
1.1
@@ -3366,10 +3366,30 @@ - 248 + 247 + 467893 + Macro Template + 488 + + 2.1.1.1

+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 2024-01-28 + 3.3.0.0
+ 78.0 + * + * + + + + + 249 988553 Dark Plain Text - 468 + 482 @@ -3386,10 +3406,10 @@ - 249 + 250 987902 Deselect on Delete TB78 - 465 + 479 3.6

@@ -3406,10 +3426,10 @@ - 250 + 251 987705 Open Tab - 463 + 479 1.2
1.2
1.2
@@ -3427,29 +3447,9 @@ 252 - 467893 - Macro Template - 460 - - 2.1.1.1

- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 2024-01-28 - 3.3.0.0
- 78.0 - * - * - - - - - 253 987727 Monterail Full Dark 2 for TB>68 - 454 + 469 2.1

3.2.3

@@ -3466,10 +3466,10 @@ - 254 + 253 348798 Evernote Tab - 448 + 465 0.1.21

2.0.2
@@ -3486,10 +3486,10 @@ - 256 + 254 476761 Windows Taskbar Unread Badge
↳ Native support for an unread badge - 440 + 461 1.2.20181207

2.0.0

3.0.1

@@ -3509,7 +3509,7 @@ 259 988442 Move Folder (context-menu) - 402 + 415 @@ -3529,7 +3529,7 @@ 260 988365 Advanced Composer - 397 + 414 @@ -3549,7 +3549,7 @@ 261 988293 Joplin Export - 376 + 389 @@ -3565,31 +3565,11 @@




- - 262 - 988255 - Topic Tree / Notebook in TB - 365 - - - 1.2.10
- 1.4.5
- 1.4.5
- 1.4.5
- 1.4.5
- 2023-05-16 - 1.4.5
- 91.0 - * - * -







- - 263 988087 Message Mover - 365 + 380 1.6.0
@@ -3609,7 +3589,7 @@ 264 988038 Archive old messages - 364 + 379 0.1.4
@@ -3625,11 +3605,31 @@


+ + 265 + 988255 + Topic Tree / Notebook in TB + 378 + + + 1.2.10
+ 1.4.5
+ 1.4.5
+ 1.4.5
+ 1.4.5
+ 2023-05-16 + 1.4.5
+ 91.0 + * + * +







+ + 266 988416 Quick Filter By - 352 + 365 7

@@ -3649,7 +3649,7 @@ 267 987806 Weatherlicious - 351 + 364 2.0
2.0
2.0
@@ -3666,10 +3666,10 @@ - 269 + 268 988582 Whatsapp - Quick Access - 347 + 363 @@ -3686,10 +3686,10 @@ - 270 + 269 988493 Aify - 345 + 361 1.19
@@ -3706,10 +3706,10 @@ - 271 + 272 988304 Contact Finder - 342 + 355 1.2
@@ -3726,10 +3726,10 @@ - 272 + 273 532656 CardDAV Browser - 342 + 354 7.0
@@ -3746,30 +3746,10 @@ - 274 - 987894 - ScrollAnywhere - 339 - - - 9.2
- 9.2
- 9.2
- 9.2
- 9.2
- 2022-04-19 - 9.2
- 78.0 - * - * -





- - - - 277 + 276 988228 cb_thunderlink - 334 + 346 1.7.3

1.7.3

@@ -3786,10 +3766,10 @@ - 278 + 277 988439 RemindMe - 327 + 345 @@ -3806,30 +3786,30 @@ - 279 - 987852 - PGPGeek - 324 + 278 + 987894 + ScrollAnywhere + 343 - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2020-07-09 - 1.6
+ 9.2
+ 9.2
+ 9.2
+ 9.2
+ 9.2
+ 2022-04-19 + 9.2
78.0 * * -



+





280 988342 External Editor Revived - 320 + 331 @@ -3846,30 +3826,10 @@ - 282 - 988160 - Unicodify – Text transformer - 318 - - - - 0.6
- 0.6
- 0.7
- 0.7
- 2024-07-14 - 0.7
- 112.0 - * - * -





- - - - 283 - 988532 - Tagger - 315 + 281 + 988532 + Tagger + 329 @@ -3886,10 +3846,50 @@ - 286 + 282 + 988160 + Unicodify – Text transformer + 329 + + + + 0.6
+ 0.6
+ 0.7
+ 0.7
+ 2024-07-14 + 0.7
+ 112.0 + * + * +





+ + + + 283 + 987852 + PGPGeek + 329 + + + 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2020-07-09 + 1.6
+ 78.0 + * + * +



+ + + + 285 987980 Add contact to CC by mentioning in bod - 308 + 325 0.6.4
@@ -3907,9 +3907,29 @@ 287 + 805362 + Copy Message ID + 316 + 1.0.1

+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 2020-10-10 + 1.3.2
+ 68.7.0 + * + * +


+ + + + 289 988230 MetaClean for Thunderbird - 306 + 312 1.7

@@ -3926,10 +3946,10 @@ - 289 + 291 988383 Get Map for Thunderbird - 301 + 309 @@ -3946,30 +3966,30 @@ - 290 - 805362 - Copy Message ID - 299 - 1.0.1

- 1.3.2
- 1.3.2
- 1.3.2
- 1.3.2
- 1.3.2
- 1.3.2
- 2020-10-10 - 1.3.2
- 68.7.0 + 292 + 987701 + M-Hub Lite + 309 + + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2019-10-03 + 2.0.0
+ 68.0a1 * * -


+




- 292 + 293 746354 New Email To All:reply, ready for new - 296 + 307 1.2.0

2.1
@@ -3986,30 +4006,10 @@ - 294 - 987701 - M-Hub Lite - 294 - - 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2019-10-03 - 2.0.0
- 68.0a1 - * - * -




- - - - 298 + 299 988238 Get All Senders - 281 + 292 1.1.1
@@ -4029,7 +4029,7 @@ 301 559954 Tidybird - 277 + 290 1.3.1

2.1

3.2.1

@@ -4045,31 +4045,11 @@





- - 303 - 987859 - Pywalfox - 274 - 2.0.11
- 2.0.11
- 2.0.11
- 2.0.11
- 2.0.11
- 2.0.11
- 2.0.11
- 2023-01-24 - 2.0.11
- 60.0 - * - * -





- - 304 844927 ToggleReplied - 273 + 284 0.5.3

1.0.5

@@ -4087,9 +4067,29 @@ 305 + 987859 + Pywalfox + 283 + 2.0.11
+ 2.0.11
+ 2.0.11
+ 2.0.11
+ 2.0.11
+ 2.0.11
+ 2.0.11
+ 2023-01-24 + 2.0.11
+ 60.0 + * + * +





+ + + + 308 988614 ThunderSuite - Customize your Quick Ac - 271 + 280 @@ -4106,10 +4106,10 @@ - 308 + 311 988362 Scriptable Notifications - 267 + 274 @@ -4126,10 +4126,30 @@ - 309 + 312 + 988024 + Open in browser + 274 + + + 0.1.5
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 2024-07-19 + 0.1.5
+ 78.0 + * + * +


+ + + + 313 986522 PopMailListRecipients 2 - 267 + 272 1.1

2.3
@@ -4145,51 +4165,11 @@

- - 312 - 988024 - Open in browser - 266 - - - 0.1.4
- 0.1.4
- 0.1.4
- 0.1.4
- 0.1.4
- 2022-06-21 - 0.1.4
- 78.0 - * - * -

- - - - 314 - 988002 - Autofile - fast e-mail to folder filin - 261 - - - 2.0.2
- 2.0.2
- 2.0.2
- 2.0.2
- 2.0.2
- 2024-05-16 - 2.0.2
- 78.0 - * - * -









- - 315 988540 ThunderWebTabs - 257 + 269 0.4.0
0.4.0
@@ -4207,29 +4187,9 @@ 316 - 988221 - ReplyAsOriginalRecipientUp - 257 - - - - 1.0.1
- 1.0.1
- 1.0.1
- 1.0.1
- 2021-11-24 - 1.0.1
- 91.0 - * - * -

- - - - 319 988422 Simple Template - 252 + 268 @@ -4246,12 +4206,52 @@ - 320 - 987738 - Move messages - 250 + 317 + 988002 + Autofile - fast e-mail to folder filin + 268 - 1.10
+ + 2.0.2
+ 2.0.2
+ 2.0.2
+ 2.0.2
+ 2.0.2
+ 2024-05-16 + 2.0.2
+ 78.0 + * + * +









+ + + + 320 + 988221 + ReplyAsOriginalRecipientUp + 260 + + + + 1.0.1
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 2021-11-24 + 1.0.1
+ 91.0 + * + * +

+ + + + 321 + 987738 + Move messages + 260 + + 1.10
1.10
1.11
1.11
@@ -4267,29 +4267,9 @@ 322 - 987926 - UrgentMail - 247 - - - 1.5
- 1.5
- 1.5
- 1.5
- 1.5
- 2021-11-23 - 1.5
- 78.0 - * - * -

- - - - 323 988060 Text Insert: Templates/Instant Spell C - 246 + 257 1.5.7
@@ -4305,11 +4285,31 @@







+ + 324 + 987926 + UrgentMail + 254 + + + 1.5
+ 1.5
+ 1.5
+ 1.5
+ 1.5
+ 2021-11-23 + 1.5
+ 78.0 + * + * +

+ + 325 988279 Jitsi Meet event generator - 243 + 251 0.2.2
@@ -4326,10 +4326,10 @@ - 328 + 327 988197 TabControl - 238 + 245 0.3.0
0.3.0
@@ -4346,10 +4346,10 @@ - 330 + 329 988625 ObsidianClipper - 231 + 241 0.4.1
@@ -4369,7 +4369,7 @@ 331 987860 Empty Folder - 230 + 238 1.4
1.4
@@ -4386,10 +4386,10 @@ - 337 + 336 988567 Send Unsent Mail Button - 214 + 223 @@ -4406,10 +4406,10 @@ - 338 + 337 988338 WhatsApp - Thunderbird - 214 + 223 1.1
@@ -4429,7 +4429,7 @@ 340 987726 Monterail Dark 2 for TB>68 - 210 + 219 2.1

3.2.1

@@ -4447,9 +4447,29 @@ 341 + 988430 + archive-by-time + 216 + + + 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 2024-01-11 + 0.4.1
+ 78.0 + * + * +



+ + + + 343 704523 EuropeanMX Spam Reporter - 209 + 215 1.0

2.1
@@ -4466,10 +4486,10 @@ - 346 + 345 988561 Freecosys - Провайдер FileLink - 204 + 214 @@ -4486,30 +4506,10 @@ - 347 - 988271 - Autocopy 78+ - 204 - - - 3.0.2
- 3.0.2
- 3.0.2
- 3.0.2
- 3.0.2
- 2022-02-25 - 3.0.2
- 78.4.0 - * - * -
- - - - 348 + 346 986415 stripImages - 203 + 212 1.0.9
1.0.9
@@ -4527,9 +4527,29 @@ 349 + 988271 + Autocopy 78+ + 209 + + + 3.0.2
+ 3.0.2
+ 3.0.2
+ 3.0.2
+ 3.0.2
+ 2022-02-25 + 3.0.2
+ 78.4.0 + * + * +
+ + + + 351 988423 SpamTester - 200 + 206 1.0.1
@@ -4546,10 +4566,10 @@ - 350 + 352 988113 Ungender - 200 + 205 1.0.0
@@ -4566,30 +4586,10 @@ - 351 - 988430 - archive-by-time - 196 - - - 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 2024-01-11 - 0.4.1
- 78.0 - * - * -



- - - - 352 + 354 988359 thundersort - 195 + 201 @@ -4606,10 +4606,10 @@ - 354 + 355 988356 Auto Mark As Read - 192 + 197 1.0.10
1.0.10
1.0.10
@@ -4629,7 +4629,7 @@ 358 988374 SmartProxy - 186 + 193 @@ -4646,10 +4646,10 @@ - 360 + 362 988319 10ten Japanese Reader (Rikaichamp) - 180 + 186 @@ -4667,9 +4667,29 @@ 363 + 988070 + OpenFolder + 182 + + 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 2021-04-21 + 1.1.0
+ 68.0 + * + * +

+ + + + 366 415184 iOS IMAP Notes - 175 + 179 0.1.2

0.1.4

@@ -4689,7 +4709,7 @@ 368 745576 Logout - 169 + 176 1.3

2.0

2.5

@@ -4706,30 +4726,30 @@ - 369 - 988070 - OpenFolder - 168 + 371 + 988292 + CustomCSS + 172 - 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 2021-04-21 - 1.1.0
- 68.0 + + + 1.3
+ 1.3
+ 1.3
+ 1.3
+ 2023-09-30 + 1.3
+ 91.0 * * -

+
- 370 + 372 1392 Maximize Message Pane - 167 + 172 1.2.31

1.3.1

2.0.10

@@ -4746,30 +4766,30 @@ - 372 - 988292 - CustomCSS - 164 + 374 + 988427 + EnhancedReplyHeaders + 167 - 1.3
- 1.3
- 1.3
- 1.3
- 2023-09-30 - 1.3
- 91.0 - * + + 1.0
+ 1.0
+ 1.0
+ 2023-01-06 + 1.0
+ 102.0 + 102.* * -
+


- 374 + 375 987921 Safelink removal - 162 + 167 0.0.4d
@@ -4786,50 +4806,50 @@ - 376 - 988427 - EnhancedReplyHeaders - 160 + 378 + 988718 + CollectAddresses + 164 - 1.0
- 1.0
- 1.0
- 2023-01-06 - 1.0
- 102.0 - 102.* - * -


+ + 1.2
+ 1.2
+ 2024-05-25 + 1.2
+ 115.0 + 128.* + 128.* +




- 377 - 988268 - GTrash - 157 - + 379 + 987935 + RedThunderMineBird Plus + 164 - 0.2.1
- 0.3.0
- 0.3.0
- 0.3.0
- 2022-06-30 - 0.3.0
- 102.0 + 2.2.0
+ 2.2.0
+ 2.2.0
+ 2.2.0
+ 2.2.0
+ 2021-10-20 + 2.2.0
+ 78.0 * * -




+





- 378 + 380 988227 Render Markdown Messages - 157 + 162 1.2.0
@@ -4846,30 +4866,10 @@ - 379 - 988718 - CollectAddresses - 156 - - - - - - 1.2
- 1.2
- 2024-05-25 - 1.2
- 115.0 - 128.* - 128.* -




- - - - 381 + 382 988307 AddAccents - 154 + 160 @@ -4887,69 +4887,29 @@ 383 - 987935 - RedThunderMineBird Plus - 153 + 988268 + GTrash + 160 - 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
- 2021-10-20 - 2.2.0
- 78.0 - * - * -





- - - - 384 - 988085 - Open Google Voice - 148 - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2021-03-25 - 1.0
- 68.0 + 0.2.1
+ 0.3.0
+ 0.3.0
+ 0.3.0
+ 2022-06-30 + 0.3.0
+ 102.0 * * -




+




385 - 566490 - Expertspam - 148 - 1.60

- - 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2023-03-16 - 2.0.0
- 78.0 - * - * -





- - - - 387 988691 NTFNTF - 146 + 154 @@ -4966,10 +4926,10 @@ - 388 + 386 988094 RainbowNote - 145 + 152 31.1
@@ -4986,30 +4946,30 @@ - 389 - 534258 - Received - 145 - 0.2.3

- 1.0.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2024-07-04 - 2.6.0

+ 387 + 566490 + Expertspam + 152 + 1.60

+ + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2023-03-16 + 2.0.0
78.0 - 128.* - 129.* -

+ * + * +





- 390 + 388 988576 Last selected message - 144 + 151 @@ -5026,30 +4986,30 @@ - 391 - 987823 - AutoBucket - 144 + 389 + 988085 + Open Google Voice + 151 - 1.0.13
- 1.2.0
- 1.2.0
- 1.2.0
- 1.2.0
- 1.2.0
- 2021-02-08 - 1.2.0
- 78.0 + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2021-03-25 + 1.0
+ 68.0 * * -






+




- 392 + 390 988391 Compose Responsive Images - 143 + 150 @@ -5065,11 +5025,51 @@ + + 393 + 987823 + AutoBucket + 148 + + 1.0.13
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 2021-02-08 + 1.2.0
+ 78.0 + * + * +






+ + 394 + 534258 + Received + 148 + 0.2.3

+ 1.0.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2024-07-04 + 2.6.0

+ 78.0 + 128.* + 129.* +

+ + + + 398 615980 Toggle Quotes (Collapse Quotes)
Quote Colors & Collapse - 141 + 144 0.9

2.0

3.2

@@ -5085,11 +5085,31 @@

+ + 401 + 988303 + TUD-CERT Phishing Report + 140 + + + 23.8.1

+ 23.8.1

+ 23.8.1

+ 23.8.1

+ + 2023-08-21 + 23.8.1

+ 78.0 + 115.* + 115.* +





+ + 402 988243 Seafile Filelink - 133 + 140 1.0.1
@@ -5106,10 +5126,10 @@ - 405 + 404 988611 Microsoft 365 Link Opener - 132 + 139 @@ -5126,30 +5146,10 @@ - 407 - 988303 - TUD-CERT Phishing Report - 131 - - - 23.8.1

- 23.8.1

- 23.8.1

- 23.8.1

- - 2023-08-21 - 23.8.1

- 78.0 - 115.* - 115.* -





- - - - 412 + 411 988371 Mark Read on Reply - 126 + 133 @@ -5169,7 +5169,7 @@ 413 988183 CloneMessage - 126 + 131 1.3
@@ -5185,31 +5185,11 @@
- - 416 - 988539 - No tabs - 123 - - - - - - 1.1.2

- 1.1.2

- 2024-07-16 - 1.1.2

- 115.0 - 128.* - 128.* - - - 417 988180 Strip inline images - 122 + 128 1.0
@@ -5226,10 +5206,30 @@ - 418 + 419 + 988539 + No tabs + 127 + + + + + + 1.1.2

+ 1.1.2

+ 2024-07-16 + 1.1.2

+ 115.0 + 128.* + 128.* + + + + + 420 988122 Addon-Info/Sync/Compatibility - 122 + 126 1.1
@@ -5249,7 +5249,7 @@ 422 988715 AI Grammar - 119 + 125 2
@@ -5266,10 +5266,10 @@ - 426 + 424 372603 Enhanced Priority Display - 117 + 122 1.8.2

3.0.3

3.0.3

@@ -5286,10 +5286,10 @@ - 432 + 428 988176 Notebird - 113 + 120 1.7.0.1
1.7.0.1
1.7.0.1
@@ -5306,10 +5306,10 @@ - 434 + 432 988698 Thunderbird Email 2 CSV Exporter - 112 + 118 3.0
3.0
3.0
@@ -5326,10 +5326,10 @@ - 435 + 434 988591 One-Click Forward - 111 + 117 1.0.2
@@ -5346,70 +5346,70 @@ - 440 - 988252 - RepSel: Reply to all selected mails - 107 + 442 + 988585 + Slack - Quick Access + 112 - 5
- 6.0
- 6.0
- 6.0
- 6.0
- 2023-10-17 - 6.0
- 88.0a1 + + + + 0.3
+ 0.3
+ 2024-05-17 + 0.3
+ 106.0 * * -




+

443 - 987773 - DeepDark for Thunderbird - 107 - - 13.1.10

- - + 988387 + DS-BCC + 112 - 2020-09-01 - 13.1.10

- 68.0 - 68.* - 68.* - + 1.0.7
+ 1.0.7
+ 1.0.7
+ 1.0.7
+ 2024-02-12 + 1.0.7
+ 91.0 + * + * +








- 445 - 988585 - Slack - Quick Access - 106 - - - - + 446 + 988252 + RepSel: Reply to all selected mails + 110 - 0.3
- 0.3
- 2024-05-17 - 0.3
- 106.0 + + 5
+ 6.0
+ 6.0
+ 6.0
+ 6.0
+ 2023-10-17 + 6.0
+ 88.0a1 * * -

+




- 446 + 447 988025 Safe Links Cleaner - 106 + 110 1.5.6
@@ -5427,29 +5427,69 @@ 449 + 987773 + DeepDark for Thunderbird + 110 + + 13.1.10

+ + + + + + 2020-09-01 + 13.1.10

+ 68.0 + 68.* + 68.* + + + + + 450 + 4454 + Priority Switcher + 109 + 0.7.10b1

+ 0.8.1

+ 2.0.3

+ 2.0.6

+ 2.0.6

+ + + 2023-02-18 + 2.0.6

+ 91.0 + 102.* + 102.* +






+ + + + 452 987907 Mark GMail Read - 104 + 107 2.0.1

3.0.1

- 4.0.0
- 4.0.0
- 4.0.0
- 2022-11-07 - 4.0.0
+ 4.1.0
+ 4.1.0
+ 4.1.0
+ 2024-07-19 + 4.1.0
102.0 * * -


+



- 451 + 453 988661 Auto Avatars - 103 + 106 @@ -5465,51 +5505,11 @@
- - 452 - 988387 - DS-BCC - 103 - - - - 1.0.7
- 1.0.7
- 1.0.7
- 1.0.7
- 2024-02-12 - 1.0.7
- 91.0 - * - * -








- - - - 454 - 4454 - Priority Switcher - 102 - 0.7.10b1

- 0.8.1

- 2.0.3

- 2.0.6

- 2.0.6

- - - 2023-02-18 - 2.0.6

- 91.0 - 102.* - 102.* -






- - 456 988188 MoreLayouts - 98 + 103 @@ -5526,10 +5526,10 @@ - 457 + 458 988564 Paste code - 97 + 102 0.1
@@ -5546,10 +5546,10 @@ - 458 + 460 987779 BrowseInTab - 97 + 100 2.8

@@ -5567,29 +5567,9 @@ 461 - 988597 - Mark Button - 96 - - - - - - 1.2.1
- 2.2.1
- 2024-02-10 - 2.2.1
- 116.0 - * - * -


- - - - 463 988677 Tag Sync for TB - 93 + 99 1.2.9
1.2.9
1.2.9
@@ -5605,11 +5585,31 @@





+ + 463 + 988597 + Mark Button + 98 + + + + + + 1.2.1
+ 2.2.1
+ 2024-02-10 + 2.2.1
+ 116.0 + * + * +


+ + 466 546538 Single Domain - 92 + 95 2.5

3.3.1

4.3
@@ -5626,50 +5626,50 @@ - 467 - 988327 - Netiquette checker and wrapper - 91 + 468 + 988543 + selectAll Button + 92 + 1.1
1.1
1.1
1.1
+ 2023-08-04 1.1
- 2022-09-29 - 1.1
- 78.0 + 91.0 * * -
+

- 468 - 988543 - selectAll Button - 90 - + 469 + 988327 + Netiquette checker and wrapper + 92 1.1
1.1
1.1
1.1
- 2023-08-04 1.1
- 91.0 + 2022-09-29 + 1.1
+ 78.0 * * -

+
- 469 + 470 852623 Remote Content By Folder - 90 + 92 1.0.1

1.0.10

2.0.1

@@ -5689,7 +5689,7 @@ 472 988417 Empty Folder - 88 + 90 6
@@ -5709,7 +5709,7 @@ 473 986572 Flat Folder Tree (updated) - 88 + 90 1.1.3

1.1.5

1.1.5

@@ -5726,10 +5726,30 @@ - 479 + 474 + 986363 + ansitel Click-to-Dial MT2 + 90 + + 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2021-10-06 + 1.6
+ 68.3.0 + * + * +
+ + + + 478 988599 Open Google Tabs - 86 + 89 @@ -5746,10 +5766,10 @@ - 481 + 482 988557 Change Link Appearance - 84 + 88 1.1
@@ -5766,10 +5786,30 @@ - 482 + 483 + 988393 + Audio Preview + 88 + + + + + 1.0
+ 1.0
+ 1.0
+ 2022-11-02 + 1.0
+ 102.0 + * + * +
+ + + + 487 988445 AutoMover - 84 + 87 1.5
@@ -5786,30 +5826,10 @@ - 483 - 987834 - SpoofDetection - 84 - - - 2.6.3
- 2.6.3
- 2.6.3
- 2.6.3
- 2.6.3
- 2020-07-29 - 2.6.3
- 73.0a1 - * - * -




- - - - 485 + 488 988531 New Tab - 83 + 86 1.0
1.0
1.0
@@ -5826,50 +5846,30 @@ - 487 - 988393 - Audio Preview - 83 - - - + 489 + 987834 + SpoofDetection + 86 - 1.0
- 1.0
- 1.0
- 2022-11-02 - 1.0
- 102.0 - * - * -
- - - - 491 - 986363 - ansitel Click-to-Dial MT2 - 82 - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2021-10-06 - 1.6
- 68.3.0 + 2.6.3
+ 2.6.3
+ 2.6.3
+ 2.6.3
+ 2.6.3
+ 2020-07-29 + 2.6.3
+ 73.0a1 * * -
+




- 492 + 494 988282 CatchAll Bird - 81 + 82 1.1.2
@@ -5886,10 +5886,30 @@ - 494 + 495 + 987664 + Copy Patch + 82 + + 1.3.2

+ 2.1.3

+ 2.1.3

+ 2.2.1
+ 2.2.1
+ 2.2.1
+ 2023-08-14 + 2.2.1
+ 102.4.0 + * + * +



+ + + + 497 988389 Thunderbird OpenProject - 78 + 81 0.5
0.5
@@ -5906,30 +5926,30 @@ - 495 - 987664 - Copy Patch + 499 + 987922 + Date detection 78 - 1.3.2

- 2.1.3

- 2.1.3

- 2.2.1
- 2.2.1
- 2.2.1
- 2023-08-14 - 2.2.1
- 102.4.0 - * - * -



+ 0.0.7

+ 0.0.7

+ 0.0.7

+ 0.0.7

+ 0.0.7

+ + 2023-07-12 + 0.0.7

+ 68.0 + 117.* + 117.* +
- 497 + 500 207607 filemail - 76 + 78 0.6.4

0.6.5

@@ -5946,7 +5966,27 @@ - 500 + 502 + 988199 + RT Archive Emails to Sugar & SuiteCRM + 76 + + + 2.2.3
+ 2.2.3
+ 2.2.3
+ 2.2.3
+ 2.2.3
+ 2024-06-10 + 2.2.3
+ 78.0 + * + * +








+ + + + 503 988288 sms77 75 @@ -5966,30 +6006,30 @@ - 501 - 987922 - Date detection + 506 + 988474 + ENEX Tools 74 - 0.0.7

- 0.0.7

- 0.0.7

- 0.0.7

- 0.0.7

- 2023-07-12 - 0.0.7

- 68.0 - 117.* - 117.* -
+ + + 1.0
+ 1.0
+ 1.0
+ 2023-04-01 + 1.0
+ 102.0 + * + * +





- 504 + 507 988300 QuickOWL - 72 + 74 1.6
@@ -6006,10 +6046,10 @@ - 507 + 512 988476 If This, Then! - IFTTT connector - 71 + 73 1.0.5
@@ -6025,51 +6065,11 @@






- - 508 - 988474 - ENEX Tools - 71 - - - - - 1.0
- 1.0
- 1.0
- 2023-04-01 - 1.0
- 102.0 - * - * -





- - - - 509 - 988199 - RT Archive Emails to Sugar & SuiteCRM - 71 - - - 2.2.3
- 2.2.3
- 2.2.3
- 2.2.3
- 2.2.3
- 2024-06-10 - 2.2.3
- 78.0 - * - * -








- - 517 988686 Multimonth view - 66 + 69 2.4.5

2.4.5

2.4.5

@@ -6086,10 +6086,30 @@ - 520 + 521 + 988441 + FDK KIM Plugin + 67 + + + + + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2023-10-23 + 2.0.0
+ 100.0 + * + * +


+ + + + 522 988402 YouTube Video Downloader - 65 + 67 2.0
2.0
2.0
@@ -6106,10 +6126,10 @@ - 521 + 523 987978 Monterail Darkness Extended - 65 + 67 1.0.7

@@ -6126,10 +6146,10 @@ - 526 + 529 988258 Recently - 63 + 64 0.0.6
@@ -6146,50 +6166,50 @@ - 528 - 988590 - YouTube RSS feed redesign - 62 - - - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2023-11-07 - 1.1
- 78.0 + 535 + 988738 + Two Dynamic Birds + 63 + 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 2024-06-13 + 0.1
+ 60.0 * * -
+

- 530 - 988441 - FDK KIM Plugin - 61 - - + 536 + 988590 + YouTube RSS feed redesign + 63 - 2.0.0
- 2.0.0
- 2.0.0
- 2023-10-23 - 2.0.0
- 100.0 + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2023-11-07 + 1.1
+ 78.0 * * -


+
- 531 + 537 988330 Reply with subaddress - 61 + 63 @@ -6206,10 +6226,10 @@ - 532 + 538 988245 Conscious ClickUp Save - 61 + 63 2.0.0
@@ -6226,10 +6246,30 @@ - 533 + 540 + 337144 + Mail Sent Notifier + 63 + 0.6.3

+ 0.7.0

+ 1.0.0
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 2022-02-09 + 1.0.1
+ 91.0 + * + * +


+ + + + 541 988126 ResizeTbWidth - 61 + 62 20.1
@@ -6246,10 +6286,10 @@ - 534 + 542 988069 SPAM Check for OCN - 61 + 62 0.5.0
@@ -6265,51 +6305,11 @@


- - 540 - 337144 - Mail Sent Notifier - 60 - 0.6.3

- 0.7.0

- 1.0.0
- 1.0.1
- 1.0.1
- 1.0.1
- 1.0.1
- 2022-02-09 - 1.0.1
- 91.0 - * - * -


- - - - 545 - 988738 - Two Dynamic Birds - 58 - 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 2024-06-13 - 0.1
- 60.0 - * - * -

- - 551 988131 Larger Message List - 56 + 58 0.0.5

@@ -6326,50 +6326,10 @@ - 563 - 987796 - MessagePreview - 51 - - - 2.3

- 2.7

- 3.0

- - - 2022-06-25 - 3.0

- 102.0a1 - 102.* - 102.* - - - - - 565 - 988633 - quickfilter-kbd - 50 - - - - - - 1.1
- 1.1
- 2024-01-19 - 1.1
- 110.0a1 - * - * -
- - - - 566 + 562 988125 Estimate your CO₂ - 50 + 53 2.8.1
@@ -6386,10 +6346,10 @@ - 569 + 566 988724 CalendarSearchExport - 49 + 52 @@ -6406,10 +6366,50 @@ - 571 + 567 + 988633 + quickfilter-kbd + 52 + + + + + + 1.1
+ 1.1
+ 2024-01-19 + 1.1
+ 110.0a1 + * + * +
+ + + + 568 + 987796 + MessagePreview + 52 + + + 2.3

+ 2.7

+ 3.0

+ + + 2022-06-25 + 3.0

+ 102.0a1 + 102.* + 102.* + + + + + 576 642320 Sensitivity Header - 49 + 50 0.2

0.3

@@ -6426,10 +6426,10 @@ - 576 + 579 988510 vault56 protection - 47 + 48 1.0.7
@@ -6446,10 +6446,10 @@ - 577 + 580 988462 Seafile Filelink2 - 47 + 48 0.0.7
0.0.7
0.0.7
@@ -6466,10 +6466,10 @@ - 583 + 581 988428 TileNote - 45 + 48 1.6
@@ -6489,7 +6489,7 @@ 587 987938 PRATICHE MAIL - 43 + 46 11.0
@@ -6506,30 +6506,50 @@ - 591 - 988618 - Safelinks Cleanup - 42 + 593 + 988354 + Bug Opener + 44 - 2.1
- 2.1
- 2.1
- 2.1
- 2023-12-22 - 2.1
- 91.0 + 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.2
+ 2024-07-14 + 1.2
+ 124.0 * * -

+




- 593 + 594 + 987939 + PREVENTIVI MAIL + 44 + + + 7.0
+ 7.0
+ 7.0
+ 7.0
+ 7.0
+ 2021-09-03 + 7.0
+ 78.0 + * + * +




+ + + + 596 988494 Copy Timestamp - 42 + 43 @@ -6546,70 +6566,50 @@ - 597 - 988545 - Dropbox Paper - 41 - - - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2023-08-12 - 1.0
- 78.0 - * - * -
- - - - 598 - 988354 - Bug Opener - 41 - - + 599 + 988618 + Safelinks Cleanup + 42 - 1.1.3
- 1.1.3
- 1.1.3
- 1.2
- 2024-07-14 - 1.2
- 124.0 + + + 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2023-12-22 + 2.1
+ 91.0 * * -




+

- 599 - 987939 - PREVENTIVI MAIL - 41 + 600 + 988545 + Dropbox Paper + 42 - 7.0
- 7.0
- 7.0
- 7.0
- 7.0
- 2021-09-03 - 7.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2023-08-12 + 1.0
78.0 * * -




+
- 600 + 601 988380 Thread in same folder - 40 + 42 1.0
@@ -6625,31 +6625,11 @@

- - 601 - 987979 - AttachmentCount - 40 - - - 6.4

- 6.6

- 7.0

- - - 2022-06-25 - 7.0

- 102.0a1 - 102.* - 102.* - - - 602 987848 KundenMeister CRM Mail Export - 40 + 42 1.1.3
1.1.3
1.1.3
@@ -6667,29 +6647,9 @@ 603 - 987816 - TransliteRussian for Thunderbird - 39 - 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 2020-10-22 - 0.4
- 60.0 - * - * -
- - - - 608 988726 Trello - Quick Access - 38 + 41 @@ -6706,50 +6666,30 @@ - 609 - 988541 - ShowContactFoto - 38 - - - + 604 + 987979 + AttachmentCount + 41 - 0.10
- 0.10
- 2023-10-25 - 0.10
- 115.0 - * - * -







- - - - 610 - 988437 - Additional Info for Simplelogin - 38 + 6.4

+ 6.6

+ 7.0

- 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2024-03-22 - 1.1
- 78.0 - * - * -
+ 2022-06-25 + 7.0

+ 102.0a1 + 102.* + 102.* + - 614 + 605 988610 Quick Spaces - 37 + 40 @@ -6766,10 +6706,30 @@ - 615 + 611 + 988541 + ShowContactFoto + 39 + + + + + + 0.10
+ 0.10
+ 2023-10-25 + 0.10
+ 115.0 + * + * +







+ + + + 612 988459 Cypherdog Encryption - 37 + 39 1.0.1
@@ -6786,10 +6746,30 @@ - 616 + 613 + 987816 + TransliteRussian for Thunderbird + 39 + 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 2020-10-22 + 0.4
+ 60.0 + * + * +
+ + + + 619 832276 Rescue Conflicting Alternatives - 37 + 38 0.2

0.4

2.0.1
@@ -6806,10 +6786,10 @@ - 621 + 620 182393 Teamworkx Thunderbird Integration for - 36 + 38 1.0.60.1

1.0.68.1b

@@ -6826,10 +6806,10 @@ - 623 + 621 988451 PowerFolder - 35 + 37 16.6.100
@@ -6846,10 +6826,30 @@ - 624 + 622 + 988437 + Additional Info for Simplelogin + 37 + + + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2024-03-22 + 1.1
+ 78.0 + * + * +
+ + + + 626 987849 Clacks Overhead - 35 + 36 1.0.1
1.0.1
@@ -6869,7 +6869,7 @@ 629 983832 Changelogger - 34 + 35 1.1.1
1.1.1
1.1.1
@@ -6889,7 +6889,7 @@ 630 442284 EnForward - 34 + 35 0.4.11

0.5.1

2.1.2

@@ -6906,10 +6906,10 @@ - 643 + 637 988635 j-lawyer.org-Thunderbird-Extension - 30 + 32 @@ -6926,10 +6926,10 @@ - 644 + 639 988399 Black Screen - 30 + 32 1.0.1
1.0.1
1.0.1
@@ -6946,19 +6946,19 @@ - 649 + 645 988751 Mail Extractor - 28 + 31 - 1.3.1
- 1.3.1
+ 1.3.2
+ 1.3.2
2024-07-18 - 1.3.1
+ 1.3.2
115.0 * * @@ -6966,10 +6966,30 @@ - 650 + 649 + 988290 + Send then Archive + 30 + + + 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 2022-03-29 + 0.1
+ 78.0 + * + * +

+ + + + 651 988270 composeSelectMacro - 28 + 29 1.0.6
@@ -6986,30 +7006,30 @@ - 652 - 988290 - Send then Archive - 27 + 653 + 987941 + Seams + 28 - 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 2022-03-29 - 0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2022-06-29 + 2.0.1
78.0 * * -

+


- 658 + 656 988565 Close Search Tabs - 26 + 27 @@ -7026,10 +7046,10 @@ - 659 + 657 988482 New Bing Anywhere - 26 + 27 1.6.0
1.6.0
1.6.0
@@ -7046,30 +7066,10 @@ - 660 - 987941 - Seams - 26 - - - 2.0.1
- 2.0.1
- 2.0.1
- 2.0.1
- 2.0.1
- 2022-06-29 - 2.0.1
- 78.0 - * - * -


- - - - 661 + 658 987927 To must occur only once - 26 + 27 3.4.2
@@ -7086,10 +7086,10 @@ - 667 + 666 988566 Mark Read on Tab Open - 25 + 26 1.0
1.0
@@ -7107,29 +7107,9 @@ 675 - 988352 - Archive 3 Month - 24 - - - 0.2
- 0.2
- 0.2
- 0.2
- 0.2
- 2022-07-18 - 0.2
- 78.0 - * - * -

- - - - 679 988571 FindNow - 23 + 25 @@ -7146,10 +7126,10 @@ - 680 + 676 988515 ThunderFWD - 23 + 25 @@ -7166,10 +7146,30 @@ - 684 + 677 + 988352 + Archive 3 Month + 25 + + + 0.2
+ 0.2
+ 0.2
+ 0.2
+ 0.2
+ 2022-07-18 + 0.2
+ 78.0 + * + * +

+ + + + 685 988213 Tomba : Email Finder - 22 + 23 0.1.14
0.1.14
0.1.19
@@ -7186,10 +7186,10 @@ - 685 + 686 987774 POPFile Jump - 22 + 23 1.1.0
1.1.0
@@ -7206,10 +7206,10 @@ - 709 + 707 988748 Check before sending email - 19 + 20 @@ -7226,7 +7226,7 @@ - 718 + 721 988722 Custom Subject Column 18 @@ -7246,10 +7246,10 @@ - 726 + 723 988463 GrapeVine for Salesforce - 17 + 18 @@ -7266,30 +7266,10 @@ - 727 - 988448 - Arcus - 17 - - - 0.9.1
- 0.9.1
- 0.9.1
- 0.9.1
- 0.9.1
- 2023-02-15 - 0.9.1
- 78.0 - * - * -








- - - - 729 + 725 988236 Safelinks Offr - 17 + 18 @@ -7306,10 +7286,10 @@ - 730 + 726 988107 TuLPe - 17 + 18 1.4
@@ -7326,10 +7306,30 @@ - 738 + 735 + 988448 + Arcus + 17 + + + 0.9.1
+ 0.9.1
+ 0.9.1
+ 0.9.1
+ 0.9.1
+ 2023-02-15 + 0.9.1
+ 78.0 + * + * +








+ + + + 736 988398 White Screen - 16 + 17 1.0.6
1.0.6
1.0.6
@@ -7346,10 +7346,10 @@ - 739 + 737 987901 Transfer Immunity - 16 + 17 1.4.2

1.4.2

@@ -7366,10 +7366,10 @@ - 749 + 746 988720 SCMenu - 15 + 16 @@ -7386,7 +7386,27 @@ - 759 + 753 + 987915 + Mahoor-Iranian-Date + 15 + + 1.1.5

+ 1.1.5

+ 1.1.5

+ 1.1.5

+ 1.2.0

+ + 2024-07-12 + 1.2.0

+ 115.10.0 + 127.* + 127.* + + + + + 762 988214 Filter email folders 14 @@ -7406,7 +7426,27 @@ - 765 + 771 + 988669 + DMS HEADERS EXTRACTOR + 13 + + + 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 2024-02-12 + 0.0.0.1
+ 78.0 + * + * +




+ + + + 772 988281 regimail 13 @@ -7426,47 +7466,7 @@ - 767 - 987915 - Mahoor-Iranian-Date - 13 - - 1.1.5

- 1.1.5

- 1.1.5

- 1.1.5

- 1.2.0

- - 2024-07-12 - 1.2.0

- 115.10.0 - 127.* - 127.* - - - - - 775 - 988669 - DMS HEADERS EXTRACTOR - 12 - - - 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 2024-02-12 - 0.0.0.1
- 78.0 - * - * -




- - - - 776 + 780 988575 Filtered Folder to Favorite 12 @@ -7486,7 +7486,7 @@ - 777 + 781 987660 TaskviewFlexLayout 12 @@ -7506,7 +7506,27 @@ - 787 + 789 + 988752 + Mark Subfolders Read + 11 + + + + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2024-06-26 + 1.0
+ 91.0 + * + * +

+ + + + 792 987970 Replaceholder 11 @@ -7526,27 +7546,27 @@ - 797 - 988752 - Mark Subfolders Read + 801 + 988623 + Dysclusif 10 - - 1.0
- 1.0
- 1.0
- 1.0
- 2024-06-26 - 1.0
- 91.0 + 1.2.6
+ 1.2.6
+ 1.2.6
+ 1.2.6
+ 1.2.6
+ 2024-05-16 + 1.2.6
+ 78.0 * * -

+

- 798 + 802 988483 InfoCodex DocSummarizer 10 @@ -7566,7 +7586,7 @@ - 799 + 803 988411 Thunvatar 10 @@ -7586,7 +7606,27 @@ - 800 + 804 + 988381 + AWO Zipper 2 + 10 + + + + + 1.3.1
+ 1.3.1
+ 1.3.1
+ 2022-09-23 + 1.3.1
+ 102.0 + * + * +

+ + + + 805 988276 ThunderThings 10 @@ -7606,50 +7646,10 @@ - 809 - 988623 - Dysclusif - 9 - - - 1.2.6
- 1.2.6
- 1.2.6
- 1.2.6
- 1.2.6
- 2024-05-16 - 1.2.6
- 78.0 - * - * -

- - - - 810 - 988381 - AWO Zipper 2 - 9 - - - - - 1.3.1
- 1.3.1
- 1.3.1
- 2022-09-23 - 1.3.1
- 102.0 - * - * -

- - - - 821 + 817 988731 Reply All Button - 8 + 9 1.1.0
1.1.0
1.1.0
@@ -7666,10 +7666,10 @@ - 822 + 818 988291 Zivver for Thunderbird - 8 + 9 1.0.0
@@ -7686,47 +7686,47 @@ - 823 - 988185 - Bookmarks: eMails and XNotes - Quick ' - 8 + 819 + 988146 + smartCompose + 9 - 1.8.4

- 1.8.4

- 1.8.4

+ 1.1.0

+ 1.1.0

+ 1.1.0

- 2022-10-04 - 1.8.4

- 78.6.0 + 2022-09-27 + 1.1.0

+ 78.0 102.* 102.* -





+




- 824 - 988146 - smartCompose + 828 + 988185 + Bookmarks: eMails and XNotes - Quick ' 8 - 1.1.0

- 1.1.0

- 1.1.0

+ 1.8.4

+ 1.8.4

+ 1.8.4

- 2022-09-27 - 1.1.0

- 78.0 + 2022-10-04 + 1.8.4

+ 78.6.0 102.* 102.* -




+





- 825 + 829 987951 Check Time 8 @@ -7746,10 +7746,10 @@ - 863 + 849 988692 GetMyInvoices - 6 + 7 @@ -7766,7 +7766,47 @@ - 864 + 868 + 988757 + Customoji + 6 + 0.1b
+ 0.1b
+ 0.1b
+ 0.1b
+ 0.1b
+ 0.1b
+ 0.1b
+ 2024-07-06 + 0.1b
+ 60.0 + * + * +


+ + + + 869 + 988328 + Open in XPS | XPSLogic + 6 + + + 4
+ 4
+ 4
+ 4
+ 4
+ 2023-11-29 + 4
+ 78.0 + * + * +







+ + + + 870 987945 TreeChildrenHeight50OrDottedTreeCell 6 @@ -7786,7 +7826,7 @@ - 865 + 871 987863 Eventview 6 @@ -7806,27 +7846,27 @@ - 895 - 988757 - Customoji + 900 + 988740 + Identity Selector 5 - 0.1b
- 0.1b
- 0.1b
- 0.1b
- 0.1b
- 0.1b
- 0.1b
- 2024-07-06 - 0.1b
- 60.0 + + + + + + 0.4.0
+ 0.4.0
+ 2024-07-11 + 0.4.0
+ 115.0 * * -


+





- 896 + 901 988355 GIMPS Opener 5 @@ -7846,27 +7886,7 @@ - 897 - 988328 - Open in XPS | XPSLogic - 5 - - - 4
- 4
- 4
- 4
- 4
- 2023-11-29 - 4
- 78.0 - * - * -







- - - - 898 + 902 988297 acus 5 @@ -7886,7 +7906,7 @@ - 899 + 903 988173 Thunderkey 5 @@ -7906,7 +7926,7 @@ - 900 + 904 988000 TaskviewGridLayout 5 @@ -7926,27 +7946,7 @@ - 925 - 988740 - Identity Selector - 4 - - - - - - 0.4.0
- 0.4.0
- 2024-07-11 - 0.4.0
- 115.0 - * - * -





- - - - 926 + 931 988358 UUID - WES 4 @@ -7966,7 +7966,27 @@ - 929 + 934 + 988065 + update-test + 4 + + 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2021-03-02 + 2.5
+ 68.0 + * + * +



+ + + + 935 987928 TabsInStatusbar&IconsInMenubar 4 @@ -7986,7 +8006,7 @@ - 932 + 938 987665 LeftTodaySubpaneOrLogoOrClock 4 @@ -8006,7 +8026,7 @@ - 959 + 968 988754 BestReply 3 @@ -8026,7 +8046,7 @@ - 961 + 969 988405 Netiquette Checker 3 @@ -8046,7 +8066,7 @@ - 962 + 970 988361 EagleCloud Extension 3 @@ -8066,27 +8086,7 @@ - 963 - 988065 - update-test - 3 - - 2.5
- 2.5
- 2.5
- 2.5
- 2.5
- 2.5
- 2021-03-02 - 2.5
- 68.0 - * - * -



- - - - 1002 + 1005 988753 Zulip - Quick Access 2 @@ -8106,7 +8106,7 @@ - 1003 + 1006 988730 MyTickets 2 @@ -8126,7 +8126,7 @@ - 1005 + 1008 988133 Click Speed Tester 2 @@ -8146,7 +8146,7 @@ - 1006 + 1009 987940 HOTEL MAIL 2 @@ -8166,7 +8166,7 @@ - 1007 + 1010 987711 Un-Safelinks 2 @@ -8186,7 +8186,7 @@ - 1027 + 1033 395696 Hyperactive 2 @@ -8206,7 +8206,7 @@ - 1052 + 1059 988735 Deselector 1 @@ -8226,7 +8226,7 @@ - 1053 + 1060 988727 Lex-ON Conecta 1 @@ -8246,7 +8246,7 @@ - 1054 + 1061 988703 ThunderbirdBravoClick2Call 1 @@ -8266,7 +8266,7 @@ - 1055 + 1062 988376 PGP Universal 1 @@ -8286,7 +8286,7 @@ - 1056 + 1063 988234 tbhints 1 @@ -8306,7 +8306,7 @@ - 1057 + 1064 988140 CPS Test Pro 1 @@ -8326,7 +8326,7 @@ - 1059 + 1066 987974 淘宝领券助手 1 @@ -8346,7 +8346,7 @@ - 1060 + 1067 987864 Metamorfik 1 @@ -8366,7 +8366,7 @@ - 1218 + 1219 988732 Open by Message-ID 0 @@ -8386,7 +8386,7 @@ - 1220 + 1221 988392 Message List Preview 0 @@ -8406,7 +8406,7 @@ - 1222 + 1223 988123 HERA - Hotel Email Reservation Assista 0 @@ -8426,7 +8426,7 @@ - 1223 + 1224 988086 ConfirmConversionsAtSelecting 0 @@ -8482,11 +8482,11 @@

Statistics

12 11 11 +7 7 7 6 6 -5 4 4 3 diff --git a/add-on-reports/tb102-experiments-with-102-0-limit.html b/add-on-reports/tb102-experiments-with-102-0-limit.html index 198a32e..8d15663 100644 --- a/add-on-reports/tb102-experiments-with-102-0-limit.html +++ b/add-on-reports/tb102-experiments-with-102-0-limit.html @@ -46,10 +46,10 @@ - 240 + 237 2548 Sieve - 495 + 524 0.3.1

0.6.1

0.6.1

@@ -66,7 +66,7 @@ - 899 + 903 988173 Thunderkey 5 @@ -86,7 +86,7 @@ - 928 + 933 988196 メッセージフィルターボタン 4 diff --git a/add-on-reports/tb115-expected-compatible.html b/add-on-reports/tb115-expected-compatible.html index 88be0ce..8228a9d 100644 --- a/add-on-reports/tb115-expected-compatible.html +++ b/add-on-reports/tb115-expected-compatible.html @@ -49,7 +49,7 @@ 1 986686 ImportExportTools NG - 232090 + 244524 4.1.0

10.0.4

10.0.4

@@ -69,7 +69,7 @@ 2 4631 Provider for Google Calendar - 177396 + 185146 4.4.2

68.2.1

78.0.2

@@ -89,7 +89,7 @@ 4 640 Quicktext - 116170 + 124421 1.5

2.15

3.6

@@ -109,7 +109,7 @@ 5 195275 Send Later - 95261 + 100064 6.5.0

7.4.4

8.9.8

@@ -129,7 +129,7 @@ 6 4654 Remove Duplicate Messages - 88989 + 93288 0.4.1

0.5.2.2

0.5.2.2

@@ -149,7 +149,7 @@ 7 773590 TbSync - 68958 + 72339 1.7.0.2

2.12

2.22

@@ -169,7 +169,7 @@ 8 634298 CardBook - 64589 + 67307 38.0

46.6

62.8

@@ -189,7 +189,7 @@ 9 47144 Mail Merge - 62086 + 65568 5.6.0

6.1.0

7.4.0

@@ -209,7 +209,7 @@ 10 988138 Grammar and Spell Checker — LanguageTo - 56845 + 59492 8.6.0

@@ -229,7 +229,7 @@ 11 611 Signature Switch - 49791 + 52308 1.7.1

1.8.2

2.15.3
@@ -249,7 +249,7 @@ 12 986436 FileLink Provider for Dropbox - 48370 + 50422 4
7
7
@@ -269,7 +269,7 @@ 13 986258 Provider for CalDAV & CardDAV - 44003 + 46264 0.15.0.2

1.12

1.24

@@ -289,7 +289,7 @@ 14 986325 Owl for Exchange - 42437 + 44338 0.7.1.3

0.7.8.2

0.7.9.4

@@ -309,7 +309,7 @@ 15 986643 FileLink provider for WebDAV - 40383 + 42361 2

3

3

@@ -329,7 +329,7 @@ 16 988136 FileLink provider for Send - 39927 + 41774 @@ -349,7 +349,7 @@ 17 987924 Web Translate - 39821 + 41540 3.7
@@ -369,7 +369,7 @@ 18 987716 Minimize on Close - 36232 + 37774 2.0.1.4

2.0.1.4

@@ -389,7 +389,7 @@ 19 987967 Textmarker - 33070 + 34781 6.2.0
@@ -409,7 +409,7 @@ 20 986338 Provider for Exchange ActiveSync - 30740 + 32278 0.12

1.14

1.20

@@ -429,7 +429,7 @@ 21 987761 *cloud - FileLink for Nextcloud and ow - 30544 + 31989 3.15.0
3.15.0
@@ -449,7 +449,7 @@ 22 386321 Lightning Calendar Tabs - 27017 + 28225 2.2

2.3

2.5

@@ -469,7 +469,7 @@ 23 54035 Thunderbird Conversations - 24893 + 26066 2.14.7

3.1.24

3.2.35

@@ -489,7 +489,7 @@ 24 987840 PrintingTools NG - 24228 + 25681 2.0.61

2.0.61

@@ -507,29 +507,9 @@ 25 - 708783 - Emoji - 23429 - 1.6.1

- 1.68.4

- 1.78.7

- 1.91.8

- 1.102.10
- 1.102.10
- 1.102.10
- 2022-10-21 - 1.102.10
- 102.0 - * - * - - - - - 26 2533 Addressbooks Synchronizer - 22966 + 24686 1.2.2

2.0.1

4.14

@@ -545,11 +525,31 @@ + + 26 + 708783 + Emoji + 24355 + 1.6.1

+ 1.68.4

+ 1.78.7

+ 1.91.8

+ 1.102.10
+ 1.102.10
+ 1.102.10
+ 2022-10-21 + 1.102.10
+ 102.0 + * + * + + + 27 477467 AutoarchiveReloaded - 21593 + 22778 0.9.9.6.2

1.0.0.7
1.0.0.7
@@ -567,29 +567,9 @@ 28 - 986386 - Open Google Calendar - 21029 - 1.5
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2020-12-13 - 1.6
- 68.0 - * - * - - - - - 29 487108 FlexConfirmMail - 20631 + 22776 1.17.1

2.2.4

4.1.7.1
@@ -606,30 +586,30 @@ - 30 - 64758 - XNote++ - 19458 - 2.2.14

- 2.3.1

- 3.1.7

- 3.5.16

- 3.5.16

- 4.1.12

- - 2024-01-09 - 4.1.12

- 115.0 - 115.* - 119.* - + 29 + 986386 + Open Google Calendar + 22102 + 1.5
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2020-12-13 + 1.6
+ 68.0 + * + * + - 31 + 30 5582 Confirm-Address - 19321 + 20992 1.3.2

1.3.5

1.3.8
@@ -646,10 +626,10 @@ - 32 + 31 2281 Check and Send - 19217 + 20742 1.0.20b1

1.1.1

2.1.5
@@ -665,11 +645,31 @@ + + 32 + 64758 + XNote++ + 20445 + 2.2.14

+ 2.3.1

+ 3.1.7

+ 3.5.16

+ 3.5.16

+ 4.1.12

+ + 2024-01-09 + 4.1.12

+ 115.0 + 115.* + 119.* + + + 33 438634 DKIM Verifier - 17331 + 17913 2.2.0

3.1.0

4.1.1

@@ -687,29 +687,9 @@ 34 - 988127 - Addon Compatibility Check for TB 102/T - 15536 - - 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 1.9.10
- 2024-07-13 - 1.9.10
- 68.0 - * - * - - - - - 35 4970 Tag Toolbar / Tag Popup - 15356 + 16268 0.9.12

1.0.2

2.1.5

@@ -725,11 +705,31 @@ + + 35 + 988127 + Addon Compatibility Check for TB 102/T + 16139 + + 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 1.9.10
+ 2024-07-13 + 1.9.10
+ 68.0 + * + * + + + 37 217293 Signal Spam - 15105 + 15269 2.2.3

3.1.2

4.1.6

@@ -749,7 +749,7 @@ 38 10052 FiltaQuilla - 14529 + 14946 1.5

2.1.2

3.4

@@ -769,7 +769,7 @@ 40 3254 QuickFolders (Tabbed Folders) - 14000 + 14551 4.22.3

4.22.3

5.9.1

@@ -786,10 +786,10 @@ - 41 + 42 372870 quickFilters - 13905 + 14311 4.5

4.5

5.7.1

@@ -809,7 +809,7 @@ 44 11005 Shrunked Image Resizer - 12836 + 13252 4.4.8

4.5.5

5.0.2

@@ -829,7 +829,7 @@ 45 986685 Phoenity Icons - 12641 + 13175 2.9

3.4

@@ -849,7 +849,7 @@ 46 986635 FileLink Provider for Box - 12393 + 12928 4
5
@@ -869,7 +869,7 @@ 47 90003 LocalFolders - 12216 + 12811 2.0.2

3.0.1

3.0.1

@@ -889,7 +889,7 @@ 48 605874 ReplyWithHeader - 10772 + 11358 2.1.0

2.2.1

2.3.0

@@ -907,9 +907,29 @@ 49 + 695913 + List Addons in Windows' Programs + 10909 + 1.2

+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2023-12-26 + 2.1
+ 68.0 + * + * + + + + + 50 987783 Compact Headers - 10468 + 10789 2.23

@@ -926,10 +946,10 @@ - 50 + 51 987719 Display Mail User Agent T - 10168 + 10584 1.8.10.6

1.8.14.64

2.2.3

@@ -946,10 +966,10 @@ - 51 + 52 1556 Allow HTML Temp - 10039 + 10394 5.4.3

5.7.8

6.3.8

@@ -965,31 +985,11 @@ - - 52 - 695913 - List Addons in Windows' Programs - 9829 - 1.2

- 2.1
- 2.1
- 2.1
- 2.1
- 2.1
- 2.1
- 2023-12-26 - 2.1
- 68.0 - * - * - - - 53 987908 DeepL翻訳 - 9541 + 9968 1.6.2

1.6.2

@@ -1009,7 +1009,7 @@ 54 988018 Dark Reader - 9359 + 9645 4.9.68
@@ -1029,7 +1029,7 @@ 55 988096 Attachment Extractor - 9265 + 9542 @@ -1049,7 +1049,7 @@ 56 987708 Auto Address Cleaner T - 8996 + 9494 1.0.8

1.0.8

1.1
@@ -1069,7 +1069,7 @@ 57 987798 MyPhoneExplorer - 8786 + 8951 2.0.25

4.0

@@ -1089,7 +1089,7 @@ 58 987780 Google Calendar Tab - 8436 + 8739 0.2
0.2
@@ -1109,7 +1109,7 @@ 59 987934 Simple Mail Redirection - 7954 + 8418 1.44

@@ -1129,7 +1129,7 @@ 60 1279 Xpunge - 7827 + 8099 0.7.1

1.0.0

2.1.1

@@ -1149,7 +1149,7 @@ 61 330066 Edit Email Subject (EES) - 7620 + 7929 2.1.1

3.2

4.3

@@ -1166,10 +1166,10 @@ - 62 + 63 988090 Google-4-TbSync - 7605 + 7828 0.1.8

@@ -1186,10 +1186,10 @@ - 63 + 64 988489 uBlock Origin - 7479 + 7677 @@ -1209,7 +1209,7 @@ 65 986372 BorderColors D - 7153 + 7478 1.1.1

1.4.0

2023.8.1
@@ -1229,7 +1229,7 @@ 66 472193 CategoryManager - 7091 + 7467 2.09

3.11

4.4

@@ -1247,29 +1247,9 @@ 67 - 987960 - Simple Startup Minimizer - 6568 - - - 0.6
- 0.6
- 0.6
- 0.6
- 0.6
- 2021-08-19 - 0.6
- 78.0 - * - * - - - - - 68 12018 Quick Folder Move - 6558 + 6862 1.6.1

1.7.1

1.9.0

@@ -1285,11 +1265,31 @@ + + 68 + 987960 + Simple Startup Minimizer + 6745 + + + 0.6
+ 0.6
+ 0.6
+ 0.6
+ 0.6
+ 2021-08-19 + 0.6
+ 78.0 + * + * + + + 69 742199 Attach from Clipboard - 5836 + 6037 1.1.0

1.3.68

1.78.1

@@ -1309,7 +1309,7 @@ 70 56935 Identity Chooser - 5810 + 6006 1.9.7

1.9.9

2.2

@@ -1329,7 +1329,7 @@ 71 809689 Grammalecte [fr] (for Thunderbird) - 5702 + 5903 1.5.0

1.9.2

2.1.1
@@ -1349,7 +1349,7 @@ 72 987995 Hide Local Folders for TB78++ - 5323 + 5592 1.0.1

@@ -1369,7 +1369,7 @@ 73 987906 Full Address Column - 5042 + 5282 1.0.4

1.0.4

@@ -1389,7 +1389,7 @@ 74 988175 Emoji - 4942 + 5152 3.19
@@ -1409,7 +1409,7 @@ 75 988164 Outlook/Teams Appointments - 4828 + 5103 1.2
@@ -1429,7 +1429,7 @@ 76 324497 SmartTemplates - 4805 + 5080 2.16

2.16

3.15.1

@@ -1449,7 +1449,7 @@ 77 988116 Charset Menu - 4736 + 5032 1.1.2

@@ -1469,7 +1469,7 @@ 79 244848 ExQuilla for Exchange - 4629 + 4818 68.1.1


78.1

78.1

@@ -1489,7 +1489,7 @@ 80 988161 ✨ Awesome Emoji Picker ✨ - 4609 + 4809 @@ -1509,7 +1509,7 @@ 81 987888 Message Header Toolbar Customize - 4575 + 4732 2.2.1

@@ -1527,29 +1527,9 @@ 82 - 987931 - Birthday Calendar - 4374 - - - 1.0

- 1.0

- 1.2.2

- 1.2.2

- 1.2.2

- 2024-06-16 - 1.2.2

- 102.0 - 128.* - 128.* - - - - - 83 987944 Darko - 4364 + 4525 3.4
@@ -1566,10 +1546,30 @@ - 85 - 646888 + 83 + 987931 + Birthday Calendar + 4470 + + + 1.0

+ 1.0

+ 1.2.2

+ 1.2.2

+ 1.2.2

+ 2024-06-16 + 1.2.2

+ 102.0 + 128.* + 128.* + + + + + 85 + 646888 Dictionary for recipient - 4239 + 4429 1.0.3

2.0.5

2.3.1

@@ -1586,10 +1586,10 @@ - 86 + 87 12802 Phoenity Buttons - 4183 + 4337 2.7

3.8

4.2

@@ -1607,9 +1607,29 @@ 88 + 987892 + Quote Colors & Collapse + 4256 + + 1.0.5

+ 2.0.10

+ 3.2.7
+ 4.1.0
+ 4.2.1
+ 4.2.1
+ 2023-04-29 + 4.2.1
+ 113.0 + * + * + + + + + 89 747286 Google Keep Tab - 4071 + 4241 0.10.3

0.10.4

0.10.8
@@ -1626,30 +1646,30 @@ - 89 - 987892 - Quote Colors & Collapse - 4050 + 90 + 987885 + tbkeys-lite + 3947 - 1.0.5

- 2.0.10

- 3.2.7
- 4.1.0
- 4.2.1
- 4.2.1
- 2023-04-29 - 4.2.1
- 113.0 - * - * - + 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2.2.4

+ 2023-07-20 + 2.2.4

+ 68.0 + 115.* + 130.* + - 90 + 91 11646 No Message Pane Sort - 3799 + 3926 1.4

1.5

2.0.2

@@ -1665,31 +1685,11 @@ - - 91 - 987885 - tbkeys-lite - 3786 - - 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2.2.4

- 2023-07-20 - 2.2.4

- 68.0 - 115.* - 130.* - - - 92 988001 Attachment Viewer: view in a tab, slid - 3722 + 3893 1.2.7

@@ -1709,7 +1709,7 @@ 93 59195 G-Hub Lite - 3637 + 3808 6.0.0

7.1.0
7.1.0
@@ -1729,7 +1729,7 @@ 95 988296 Minimize on startup - 3487 + 3624 1.1
@@ -1747,29 +1747,9 @@ 96 - 116388 - Automatic Dictionary - 3464 - 1.11.0

- 1.12.0

- 3.0.1

- 3.0.1

- 3.11.0

- 3.11.0

- 3.11.0

- 2024-07-15 - 3.11.0

- 102.0 - 129.0 - 129.0 - - - - - 97 987909 ThirdStats - 3457 + 3614 1.8.0
@@ -1786,10 +1766,10 @@ - 98 + 97 987801 FileLink for Plik - 3427 + 3607 1.2.2
1.2.2
@@ -1806,10 +1786,30 @@ - 99 + 98 + 116388 + Automatic Dictionary + 3603 + 1.11.0

+ 1.12.0

+ 3.0.1

+ 3.0.1

+ 3.11.0

+ 3.11.0

+ 3.11.0

+ 2024-07-15 + 3.11.0

+ 102.0 + 129.0 + 129.0 + + + + + 101 987740 Nostalgy++/ Manage, search and archive - 3384 + 3519 1.0.15

3.4.2

@@ -1826,10 +1826,10 @@ - 101 + 102 6533 ThreadVis - 3318 + 3506 2.3.2

3.0.1

3.1.1

@@ -1846,10 +1846,10 @@ - 102 + 103 331319 Folder Pane View Switcher - 3310 + 3417 2.0.2

4.0.2

4.0.2

@@ -1867,29 +1867,9 @@ 104 - 1898 - FolderFlags - 3267 - 1.2.6

- 1.6.0

- 1.6.0

- 1.6.0

- 1.6.0

- 1.6.0

- - 2023-06-19 - 1.6.0

- 68.0 - 115.* - 115.* - - - - - 105 988333 WhatsApp Web in Thunderbird - 3258 + 3408 1.4.2
1.4.2
@@ -1906,10 +1886,30 @@ - 107 + 105 + 1898 + FolderFlags + 3376 + 1.2.6

+ 1.6.0

+ 1.6.0

+ 1.6.0

+ 1.6.0

+ 1.6.0

+ + 2023-06-19 + 1.6.0

+ 68.0 + 115.* + 115.* + + + + + 106 986682 Disable DragAndDrop (New) - 3188 + 3362 5.3.0

5.3.0

@@ -1926,10 +1926,10 @@ - 109 + 108 46207 mailmindr - 3072 + 3212 0.9.1

0.9.4

1.5.0

@@ -1949,7 +1949,7 @@ 110 811161 WarnAttachment - 2859 + 3040 0.11

2.13

2.13

@@ -1969,7 +1969,7 @@ 112 988542 HTML Source Editor - 2702 + 2821 @@ -1989,7 +1989,7 @@ 113 356507 Header Tools Lite - 2612 + 2720 0.6.2

1.5.3

@@ -2006,10 +2006,10 @@ - 114 + 115 986692 Profile Switcher - 2572 + 2677 2.4

2.6

@@ -2026,10 +2026,10 @@ - 115 + 116 987775 Search Button - 2530 + 2649 1.0.1

2.3.2

@@ -2047,29 +2047,9 @@ 117 - 988190 - Old (classic) Icons - 2455 - - - 1.0.4

- 1.2.2

- 1.5.2


- 1.6


- - 2023-11-06 - 1.6


- 115.0 - 119.* - 125.* -
- - - - 118 988429 AI Anywhere for ChatGPT - 2430 + 2555 @@ -2085,11 +2065,31 @@ + + 118 + 988190 + Old (classic) Icons + 2541 + + + 1.0.4

+ 1.2.2

+ 1.5.2


+ 1.6


+ + 2023-11-06 + 1.6


+ 115.0 + 119.* + 125.* +
+ + 119 988091 Expression Search - NG - 2320 + 2412 2.11

@@ -2107,9 +2107,29 @@ 120 + 988617 + Extract 'Em! + 2351 + + + + + 1.3.1
+ 1.3.1
+ 1.3.1
+ 2024-05-31 + 1.3.1
+ 102.0 + * + * + + + + + 121 287743 MailHops - 2279 + 2339 3.2.0

3.8.1

4.3.3

@@ -2126,30 +2146,10 @@ - 121 - 988617 - Extract 'Em! - 2242 - - - - - 1.3.1
- 1.3.1
- 1.3.1
- 2024-05-31 - 1.3.1
- 102.0 - * - * - - - - - 122 - 987764 - Header Tools Improved - 2238 + 122 + 987764 + Header Tools Improved + 2320 2.3

3.7

@@ -2166,10 +2166,10 @@ - 123 + 124 987734 Mail Merge P - 2143 + 2258 2.3

@@ -2189,7 +2189,7 @@ 126 11727 ReFwdFormatter - 2062 + 2178 1.65.1

2.68.0

2.78.0

@@ -2206,10 +2206,10 @@ - 127 + 128 1203 Correct Identity
Identity Chooser - 2039 + 2118 2.0.1

@@ -2229,7 +2229,7 @@ 129 986300 URL Link - 2020 + 2085 2.05

3.5.2

3.5.2

@@ -2249,7 +2249,7 @@ 130 2874 Folder Account - 1970 + 2051 7.0

9.0

10.0

@@ -2269,7 +2269,7 @@ 131 988195 Filter Manager - 1925 + 1999 1.0

1.0

@@ -2287,29 +2287,9 @@ 132 - 987946 - Export to ZIP - 1831 - - - 1.0.0
- 1.0.0
- 1.0.0
- 1.0.0
- 1.0.0
- 2020-11-16 - 1.0.0
- 78.4.0 - * - * - - - - - 133 769143 Lightning Invitation Notifier | LIN - 1829 + 1923 1.4

2.1b

128.0

@@ -2325,11 +2305,31 @@ + + 133 + 987946 + Export to ZIP + 1907 + + + 1.0.0
+ 1.0.0
+ 1.0.0
+ 1.0.0
+ 1.0.0
+ 2020-11-16 + 1.0.0
+ 78.4.0 + * + * + + + 134 310 BiDi Mail UI - 1819 + 1854 0.10

0.13

0.13

@@ -2349,7 +2349,7 @@ 135 987932 StandardTexter - 1753 + 1843 0.61

1.1.0
@@ -2369,7 +2369,7 @@ 136 987833 GCalTab - 1695 + 1760 3.1.0
3.1.0
@@ -2386,10 +2386,10 @@ - 138 + 137 2561 Copy Sent to Current - 1638 + 1705 1.2.4

2.0.3

3.27

@@ -2409,7 +2409,7 @@ 139 987800 Copy Address - 1585 + 1660 0.0.1
0.0.1
@@ -2429,7 +2429,7 @@ 140 987865 Previous Colors - 1519 + 1599 1.2

1.2

@@ -2445,31 +2445,11 @@ - - 141 - 988057 - KeepRunning - 1516 - - 2.2

- 2.2

- 2.2

- 2.2

- 2.2

- 2.2

- 2021-02-23 - 2.2

- 68.0 - * - * - - - 142 987689 changeQuote - 1489 + 1562 1.4

1.5.3

@@ -2486,30 +2466,30 @@ - 144 - 987911 - Spam Scores - 1473 - + 143 + 988057 + KeepRunning + 1561 - 1.3.1

- 1.4.2

- 1.4.2

- 1.4.2

- 1.4.2

- 2024-06-20 - 1.4.2

- 91.0a1 - 115.* + 2.2

+ 2.2

+ 2.2

+ 2.2

+ 2.2

+ 2.2

+ 2021-02-23 + 2.2

+ 68.0 + * * - 145 + 144 988187 Google Chat Tab - 1449 + 1540 0.1.0
@@ -2526,30 +2506,30 @@ - 146 - 988035 - Markdown Here Revival - 1434 - + 145 + 987911 + Spam Scores + 1523 - 3.3.1

- 3.5.1

- 3.5.1

- 3.5.1

- 2023-11-18 - 3.5.1

- 91.0 - 121.0 - 121.0 + 1.3.1

+ 1.4.2

+ 1.4.2

+ 1.4.2

+ 1.4.2

+ 2024-06-20 + 1.4.2

+ 91.0a1 + 115.* + * - 147 + 146 986323 ConfirmBeforeDelete - 1429 + 1493 0.3.8

1.3

1.5.5

@@ -2565,11 +2545,31 @@ + + 147 + 988035 + Markdown Here Revival + 1490 + + + 3.3.1

+ 3.5.1

+ 3.5.1

+ 3.5.1

+ + 2023-11-18 + 3.5.1

+ 91.0 + 121.0 + 121.0 + + + 148 987706 G Suite in tab - 1397 + 1469 0.2.0

1.0.1
@@ -2587,29 +2587,9 @@ 149 - 987784 - Config Button - 1389 - - 1.4

- 1.7

- 1.8

- 1.8

- 2.1

- 2.1

- 2024-04-22 - 2.1

- 111.0 - 127.* - 129.* - - - - - 150 988115 Clippings for Thunderbird - 1381 + 1457 6.1.6

@@ -2626,10 +2606,10 @@ - 151 + 150 705889 TORPEDO - TOoltip-poweRed Phishing Ema - 1363 + 1430 3.2.2
3.2.2
3.2.2
@@ -2645,11 +2625,31 @@ + + 151 + 987784 + Config Button + 1427 + + 1.4

+ 1.7

+ 1.8

+ 1.8

+ 2.1

+ 2.1

+ 2024-04-22 + 2.1

+ 111.0 + 127.* + 129.* + + + 153 988081 Outlook Address Book Enabler - 1298 + 1368 @@ -2669,7 +2669,7 @@ 154 2299 ThreadKey - 1293 + 1347 1.4

2.5

2.5

@@ -2687,29 +2687,9 @@ 155 - 987651 - Night and Day Dynamic - 1274 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2019-07-27 - 1.1
- 60.0 - * - * - - - - - 156 986632 SPAMBEE - 1273 + 1329 2.2.4

3.2.1

@@ -2725,11 +2705,31 @@ + + 156 + 987651 + Night and Day Dynamic + 1316 + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2019-07-27 + 1.1
+ 60.0 + * + * + + + 157 987787 Restart Button - 1272 + 1302 1.3

1.3

@@ -2747,9 +2747,29 @@ 158 + 987844 + InsertSignature + 1294 + + 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 0.4.5
+ 2024-07-17 + 0.4.5
+ 68.6.0 + * + * + + + + + 159 988056 Get All Mail Button for TB78++ - 1265 + 1292 2.3.1

@@ -2766,10 +2786,10 @@ - 160 + 162 988059 Unsubscribe - 1233 + 1266 1.1.1
@@ -2786,30 +2806,10 @@ - 161 - 987844 - InsertSignature - 1233 - - 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 0.4.5
- 2024-07-17 - 0.4.5
- 68.6.0 - * - * - - - - - 162 + 163 360086 Toggle Headers - 1226 + 1259 1.0

2.0

3.0

@@ -2829,7 +2829,7 @@ 164 988215 Start with Inbox - 1158 + 1183 @@ -2846,30 +2846,30 @@ - 166 - 987914 - Filter on Folder Button - 1117 - + 165 + 988067 + Signature sync for Gmail + 1164 - 1.2.0

- 1.2.0

- 1.5.0

- 1.5.1

- 2023-09-05 - 1.5.1

- 115.0 - 115.* - 115.* - + 2.0.2

+ 3.1.1
+ 3.1.1
+ 3.1.1
+ 3.1.1
+ 2024-01-04 + 3.1.1
+ 91.0 + * + * + 167 987966 Search for - 1103 + 1151 1.0.1
@@ -2887,29 +2887,29 @@ 168 - 988067 - Signature sync for Gmail - 1101 + 987914 + Filter on Folder Button + 1149 - 2.0.2

- 3.1.1
- 3.1.1
- 3.1.1
- 3.1.1
- 2024-01-04 - 3.1.1
- 91.0 - * - * - + 1.2.0

+ 1.2.0

+ 1.5.0

+ 1.5.1

+ + 2023-09-05 + 1.5.1

+ 115.0 + 115.* + 115.* + 170 987808 quicker quicksearch - 1077 + 1125 2.6
2.6
@@ -2926,10 +2926,10 @@ - 172 + 173 988098 Thunderbird Todoist - 1060 + 1107 0.6
0.6
@@ -2946,10 +2946,10 @@ - 173 + 175 331666 QuickArchiver - 1041 + 1076 0.2.4

0.2.5

0.2.11

@@ -2969,7 +2969,7 @@ 176 612 NestedQuote Remover - 1012 + 1039 0.8.14

0.9.2

1.4.0
@@ -2989,7 +2989,7 @@ 180 987987 Toggle HTML - 976 + 1009 1.4

1.4

@@ -3006,10 +3006,10 @@ - 183 + 184 987858 Mark All Read:WE - 939 + 966 1.1
1.1
@@ -3026,30 +3026,30 @@ - 184 - 986334 - Open With - 936 - 6.8.6

- 6.9.2

- 7.2.6
- 7.2.6
- 7.2.6
- 7.2.6
- 7.2.6
- 2021-08-28 - 7.2.6
- 78.5.0 - * - * - + 185 + 987729 + New Folder Filters Button
Filter on Folder Button + 966 + + 1.5

+ 3.3

+ 3.3

+ 3.4

+ 3.4

+ + 2023-07-26 + 3.4

+ 102.0 + 115.* + 115.* + - 185 + 186 676875 Rspamd-spamness - 932 + 963 0.9.1

1.1.1

2.1.0a1

@@ -3066,30 +3066,30 @@ - 186 - 987729 - New Folder Filters Button
Filter on Folder Button - 931 - - 1.5

- 3.3

- 3.3

- 3.4

- 3.4

- - 2023-07-26 - 3.4

- 102.0 - 115.* - 115.* - + 187 + 986334 + Open With + 958 + 6.8.6

+ 6.9.2

+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 7.2.6
+ 2021-08-28 + 7.2.6
+ 78.5.0 + * + * + - 187 + 188 987746 FileLink Provider for OwnCloud and Nex - 913 + 953 1.8
1.8
@@ -3109,7 +3109,7 @@ 190 987964 Smileyfixer - 874 + 917 2.0.1
@@ -3129,7 +3129,7 @@ 191 988546 Send Later Button - 870 + 914 1.2
@@ -3149,7 +3149,7 @@ 192 988699 ThunderAI (ChatGPT in your emails!) - 862 + 907 @@ -3169,7 +3169,7 @@ 193 787632 Quick Folder Key Navigation - 857 + 891 1.0.0.3

3.3.1

3.3.1

@@ -3189,7 +3189,7 @@ 194 10149 New Tab Button - 855 + 882 0.2.10b1

0.3.0

2.0.6

@@ -3209,7 +3209,7 @@ 195 988108 OpenPGP Alias Updater - 823 + 875 0.3i

@@ -3227,9 +3227,29 @@ 197 + 988353 + Link Creator + 862 + + + + 1.0
+ 1.0
+ 1.1.2
+ 1.2
+ 2024-07-14 + 1.2
+ 124.0 + * + * + + + + + 198 987933 Toggle Line Wrap - 811 + 834 1.4.2

@@ -3246,10 +3266,10 @@ - 198 + 200 3492 Show InOut - 786 + 823 1.2.2

2.0.1

3.14

@@ -3266,30 +3286,30 @@ - 199 - 987984 - Just Report It - 770 + 201 + 988408 + @Contact Mention + 820 - 1.3.0
- 1.3.0
- 2.3.0
- 2.3.0
- 3.1.1
- 3.1.1
- 2024-02-28 - 3.1.1
- 115.0 + + + + 0.7.1
+ 0.7.1
+ 0.7.1
+ 2022-12-05 + 0.7.1
+ 102.0 * * - 200 + 202 407832 Filter Button - 769 + 795 1.2

1.2

@@ -3306,30 +3326,30 @@ - 202 - 988408 - @Contact Mention - 763 - - - + 203 + 987984 + Just Report It + 788 - 0.7.1
- 0.7.1
- 0.7.1
- 2022-12-05 - 0.7.1
- 102.0 + 1.3.0
+ 1.3.0
+ 2.3.0
+ 2.3.0
+ 3.1.1
+ 3.1.1
+ 2024-02-28 + 3.1.1
+ 115.0 * * - 203 + 205 988396 Attachment Saver - 734 + 767 @@ -3346,30 +3366,30 @@ - 204 - 988068 - Read Aloud: A Text to Speech Voice Rea - 725 - 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 1.71.0
- 2024-05-29 - 1.71.0
- 60.0 + 206 + 987776 + Limit non-BCC recipients + 754 + + + 2.1.1
+ 2.1.1
+ 2.1.1
+ 2.1.1
+ 2.1.1
+ 2021-05-12 + 2.1.1
+ 78.0 * * - 205 + 207 987994 Telegram Web in Thunderbird - 721 + 749 3.2.1
3.2.1
@@ -3385,31 +3405,31 @@ - - 206 - 987776 - Limit non-BCC recipients - 719 - - - 2.1.1
- 2.1.1
- 2.1.1
- 2.1.1
- 2.1.1
- 2021-05-12 - 2.1.1
- 78.0 - * - * - - - 208 + 988068 + Read Aloud: A Text to Speech Voice Rea + 739 + 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 1.71.0
+ 2024-05-29 + 1.71.0
+ 60.0 + * + * + + + + + 209 508826 EDS Calendar Integration - 704 + 725 0.5.3

0.8.0

0.9.3

@@ -3426,30 +3446,30 @@ - 209 - 988353 - Link Creator - 700 - + 210 + 987803 + Expand mailing lists + 722 - 1.0
- 1.0
- 1.1.2
- 1.2
- 2024-07-14 - 1.2
- 124.0 + 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 2020-12-03 + 1.1.0
+ 78.0 * * - 210 + 211 714655 Layout Button - 689 + 710 3.0
3.0
3.0
@@ -3465,31 +3485,11 @@ - - 211 - 987803 - Expand mailing lists - 685 - - - 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 2020-12-03 - 1.1.0
- 78.0 - * - * - - - 212 711456 TexTra - 683 + 710 1.0.15

1.18.0
1.18.0
@@ -3509,7 +3509,7 @@ 213 984085 Unmangle Microsoft ATP Safelinks - 673 + 701 1.51

2.0.2

3.0.1
@@ -3527,38 +3527,18 @@ 214 - 161710 - More Snooze - 664 - 1.2.1

- 2.0.1

- 3.3.2

- 3.3.2

- 3.3.2

- 3.3.2

+ 988066 + reply-all-auto-cc + 690 - 2023-07-06 - 3.3.2

- 78.0 - 115.* - 115.* - - - - - 215 - 451482 - Paranoia - 662 - 0.2.7

- 0.3.2

- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 2024-06-23 - 0.4.1
+ + 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.1.3
+ 2021-09-04 + 1.1.3
78.0 * * @@ -3566,10 +3546,10 @@ - 216 + 215 320395 RemindIt - 659 + 690 2.1a

3.0.68
3.0.68
@@ -3586,10 +3566,10 @@ - 218 + 216 161820 AlertSwitch - 650 + 684 0.9.03

0.9.4

0.9.14

@@ -3606,19 +3586,39 @@ - 219 - 988066 - reply-all-auto-cc - 647 - + 217 + 161710 + More Snooze + 684 + 1.2.1

+ 2.0.1

+ 3.3.2

+ 3.3.2

+ 3.3.2

+ 3.3.2

- 1.1.3
- 1.1.3
- 1.1.3
- 1.1.3
- 1.1.3
- 2021-09-04 - 1.1.3
+ 2023-07-06 + 3.3.2

+ 78.0 + 115.* + 115.* + + + + + 218 + 451482 + Paranoia + 680 + 0.2.7

+ 0.3.2

+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 2024-06-23 + 0.4.1
78.0 * * @@ -3629,7 +3629,7 @@ 220 987925 EML-Editor - 631 + 655 1.8

@@ -3649,7 +3649,7 @@ 221 988447 GMail Labels - 628 + 653 0.2
@@ -3666,10 +3666,30 @@ - 222 + 223 + 988256 + Grammar, Proofreading & Spell Checker + 644 + + + 1.2
+ 1.2
+ 1.2
+ 1.2
+ 1.2
+ 2022-03-01 + 1.2
+ 78.0 + * + * + + + + + 224 988382 Proton Calendar Toolbar Button - 624 + 639 @@ -3686,10 +3706,10 @@ - 223 + 225 987920 ProtonMail Encryption Status - 624 + 635 1.0
1.0
@@ -3706,30 +3726,30 @@ - 224 - 988256 - Grammar, Proofreading & Spell Checker - 617 + 227 + 988615 + Open Google Tasks + 619 - 1.2
- 1.2
- 1.2
- 1.2
- 1.2
- 2022-03-01 - 1.2
- 78.0 + + + 1.0
+ 1.0
+ 1.0
+ 2023-12-06 + 1.0
+ 102.0 * * - 225 + 228 988289 keepassxc-mail - 599 + 619 1.0.2.1

1.8

@@ -3746,30 +3766,10 @@ - 227 - 988615 - Open Google Tasks - 594 - - - - - 1.0
- 1.0
- 1.0
- 2023-12-06 - 1.0
- 102.0 - * - * - - - - - 228 + 229 988314 Auto-Mark Folder Read - 590 + 613 @@ -3789,7 +3789,7 @@ 230 988586 ChatGPT - Quick Access - 580 + 609 @@ -3806,30 +3806,10 @@ - 231 - 988099 - Link in Tab - 570 - - - 1.6
- 1.6
- 1.6
- 1.7
- 1.7
- 2024-05-06 - 1.7
- 115.0 - * - * - - - - - 233 + 232 988513 S3 FileLink Provider - 565 + 588 @@ -3846,22 +3826,42 @@ - 235 - 4268 - Colored Diffs - 515 - 0.9

- 1.9

- 2.1.1
- 2.3.1
- 2.3.1
- 2.3.1
- 2.3.1
- 2023-10-04 - 2.3.1
- 91.0 - * - * + 233 + 988099 + Link in Tab + 583 + + + 1.6
+ 1.6
+ 1.6
+ 1.7
+ 1.7
+ 2024-05-06 + 1.7
+ 115.0 + * + * + + + + + 235 + 4268 + Colored Diffs + 538 + 0.9

+ 1.9

+ 2.1.1
+ 2.3.1
+ 2.3.1
+ 2.3.1
+ 2.3.1
+ 2023-10-04 + 2.3.1
+ 91.0 + * + * @@ -3869,7 +3869,7 @@ 236 986655 FrameWhite - 509 + 526 57.8

117.1
@@ -3886,30 +3886,30 @@ - 237 - 987786 - DevTools Button - 501 + 238 + 988663 + Google Calendar - Quick Access + 515 - 1.2

- 1.3

- 1.5

- 1.5

- 1.5

- 1.5

- 2024-04-22 - 1.5

- 91.0 - 127.* - 129.* - + + + + + 0.1
+ 0.1
+ 2024-02-06 + 0.1
+ 106.0 + * + * + - 238 + 239 988145 Google Messages Tab - 499 + 514 1.0.0
@@ -3926,10 +3926,10 @@ - 239 + 240 988079 Open Image In New Tab - 495 + 513 1.0.1
@@ -3947,29 +3947,9 @@ 241 - 988663 - Google Calendar - Quick Access - 488 - - - - - - 0.1
- 0.1
- 2024-02-06 - 0.1
- 106.0 - * - * - - - - - 242 988064 Thematic - 486 + 511 7.0.2
7.0.2
7.0.2
@@ -3985,11 +3965,31 @@ + + 242 + 49594 + SubSwitch + 508 + 0.9.36

+ 0.9.39

+ 0.9.56

+ 0.9.56

+ 0.9.56

+ 0.9.62

+ + 2023-09-20 + 0.9.62

+ 115.0 + 119.* + 119.* + + + 243 987923 Move Mail Shortcuts - 486 + 504 5
@@ -4009,7 +4009,7 @@ 244 988488 Just Verify It - 479 + 495 @@ -4029,7 +4029,7 @@ 245 987785 Toggle Message Pane - 479 + 495 1.4

1.4

@@ -4047,29 +4047,9 @@ 246 - 49594 - SubSwitch - 478 - 0.9.36

- 0.9.39

- 0.9.56

- 0.9.56

- 0.9.56

- 0.9.62

- - 2023-09-20 - 0.9.62

- 115.0 - 119.* - 119.* - - - - - 247 987807 Add to Mailing list - 477 + 492 1.0
1.0
1.1
@@ -4085,11 +4065,51 @@ + + 247 + 467893 + Macro Template + 488 + + 2.1.1.1

+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 3.3.0.0
+ 2024-01-28 + 3.3.0.0
+ 78.0 + * + * + + + 248 + 987821 + OpenAttachmentByExtension + 485 + + 0.10.4

+ 0.10.4

+ 0.10.4

+ 0.10.4

+ 0.10.4

+ + 2023-06-20 + 0.10.4

+ 68.6.0 + 115.* + 115.* + + + + + 249 988553 Dark Plain Text - 468 + 482 @@ -4106,10 +4126,10 @@ - 249 + 250 987902 Deselect on Delete TB78 - 465 + 479 3.6

@@ -4126,10 +4146,10 @@ - 250 + 251 987705 Open Tab - 463 + 479 1.2
1.2
1.2
@@ -4146,50 +4166,10 @@ - 251 - 987821 - OpenAttachmentByExtension - 461 - - 0.10.4

- 0.10.4

- 0.10.4

- 0.10.4

- 0.10.4

- - 2023-06-20 - 0.10.4

- 68.6.0 - 115.* - 115.* - - - - - 252 - 467893 - Macro Template - 460 - - 2.1.1.1

- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 3.3.0.0
- 2024-01-28 - 3.3.0.0
- 78.0 - * - * - - - - - 254 + 253 348798 Evernote Tab - 448 + 465 0.1.21

2.0.2
@@ -4206,10 +4186,10 @@ - 255 + 256 988418 Proton Mail Toolbar Button - 445 + 450 @@ -4225,11 +4205,31 @@ + + 258 + 987786 + DevTools Button + 440 + + 1.2

+ 1.3

+ 1.5

+ 1.5

+ 1.5

+ 1.5

+ 2024-04-22 + 1.5

+ 91.0 + 127.* + 129.* + + + 259 988442 Move Folder (context-menu) - 402 + 415 @@ -4249,7 +4249,7 @@ 260 988365 Advanced Composer - 397 + 414 @@ -4269,7 +4269,7 @@ 261 988293 Joplin Export - 376 + 389 @@ -4285,31 +4285,11 @@ - - 262 - 988255 - Topic Tree / Notebook in TB - 365 - - - 1.2.10
- 1.4.5
- 1.4.5
- 1.4.5
- 1.4.5
- 2023-05-16 - 1.4.5
- 91.0 - * - * - - - 263 988087 Message Mover - 365 + 380 1.6.0
@@ -4329,7 +4309,7 @@ 264 988038 Archive old messages - 364 + 379 0.1.4
@@ -4345,11 +4325,31 @@ + + 265 + 988255 + Topic Tree / Notebook in TB + 378 + + + 1.2.10
+ 1.4.5
+ 1.4.5
+ 1.4.5
+ 1.4.5
+ 2023-05-16 + 1.4.5
+ 91.0 + * + * + + + 266 988416 Quick Filter By - 352 + 365 7

@@ -4369,7 +4369,7 @@ 267 987806 Weatherlicious - 351 + 364 2.0
2.0
2.0
@@ -4386,10 +4386,10 @@ - 269 + 268 988582 Whatsapp - Quick Access - 347 + 363 @@ -4406,10 +4406,10 @@ - 270 + 269 988493 Aify - 345 + 361 1.19
@@ -4426,10 +4426,10 @@ - 271 + 272 988304 Contact Finder - 342 + 355 1.2
@@ -4446,10 +4446,10 @@ - 272 + 273 532656 CardDAV Browser - 342 + 354 7.0
@@ -4466,30 +4466,10 @@ - 274 - 987894 - ScrollAnywhere - 339 - - - 9.2
- 9.2
- 9.2
- 9.2
- 9.2
- 2022-04-19 - 9.2
- 78.0 - * - * - - - - - 277 + 276 988228 cb_thunderlink - 334 + 346 1.7.3

1.7.3

@@ -4506,10 +4486,10 @@ - 278 + 277 988439 RemindMe - 327 + 345 @@ -4526,19 +4506,19 @@ - 279 - 987852 - PGPGeek - 324 + 278 + 987894 + ScrollAnywhere + 343 - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2020-07-09 - 1.6
+ 9.2
+ 9.2
+ 9.2
+ 9.2
+ 9.2
+ 2022-04-19 + 9.2
78.0 * * @@ -4549,7 +4529,7 @@ 280 988342 External Editor Revived - 320 + 331 @@ -4567,29 +4547,29 @@ 281 - 987857 - Preferences Button - 320 + 988532 + Tagger + 329 - 1.2

- 1.2

- 1.5

- 1.5

- 1.5

- 1.5

- 2024-04-22 - 1.5

- 91.0 - 127.* - 129.* - + + + + 1.2
+ 1.2
+ 1.2
+ 2023-07-25 + 1.2
+ 102.0 + * + * + 282 988160 Unicodify – Text transformer - 318 + 329 @@ -4607,29 +4587,69 @@ 283 - 988532 - Tagger - 315 + 987852 + PGPGeek + 329 + + 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2020-07-09 + 1.6
+ 78.0 + * + * + + + + + 284 + 987857 + Preferences Button + 327 + 1.2

+ 1.2

+ 1.5

+ 1.5

+ 1.5

+ 1.5

+ 2024-04-22 + 1.5

+ 91.0 + 127.* + 129.* + + + + + 285 + 987980 + Add contact to CC by mentioning in bod + 325 - 1.2
- 1.2
- 1.2
- 2023-07-25 - 1.2
- 102.0 + 0.6.4
+ 0.6.4
+ 0.6.4
+ 0.6.4
+ 0.6.4
+ 2021-04-09 + 0.6.4
+ 78.5.0 * * - 285 + 286 986610 userChromeJS - 309 + 318 0.0.3

1.0

1.0

@@ -4646,30 +4666,30 @@ - 286 - 987980 - Add contact to CC by mentioning in bod - 308 - - - 0.6.4
- 0.6.4
- 0.6.4
- 0.6.4
- 0.6.4
- 2021-04-09 - 0.6.4
- 78.5.0 + 287 + 805362 + Copy Message ID + 316 + 1.0.1

+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 1.3.2
+ 2020-10-10 + 1.3.2
+ 68.7.0 * * - 287 + 289 988230 MetaClean for Thunderbird - 306 + 312 1.7

@@ -4686,10 +4706,10 @@ - 289 + 291 988383 Get Map for Thunderbird - 301 + 309 @@ -4706,50 +4726,30 @@ - 290 - 805362 - Copy Message ID - 299 - 1.0.1

- 1.3.2
- 1.3.2
- 1.3.2
- 1.3.2
- 1.3.2
- 1.3.2
- 2020-10-10 - 1.3.2
- 68.7.0 + 292 + 987701 + M-Hub Lite + 309 + + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2019-10-03 + 2.0.0
+ 68.0a1 * * - 291 - 690062 - Sender Frequency - 299 - 1.2.1

- 2.0.5

- 2.0.5

- 2.0.5

- 2.0.5

- 3.0.1

- 3.1.0

- 2024-07-07 - 3.1.0

- 128.0 - 128.* - 128.* - - - - - 292 + 293 746354 New Email To All:reply, ready for new - 296 + 307 1.2.0

2.1
@@ -4767,29 +4767,29 @@ 294 - 987701 - M-Hub Lite - 294 - - 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2019-10-03 - 2.0.0
- 68.0a1 - * - * - + 690062 + Sender Frequency + 306 + 1.2.1

+ 2.0.5

+ 2.0.5

+ 2.0.5

+ 2.0.5

+ 3.0.1

+ 3.1.0

+ 2024-07-07 + 3.1.0

+ 128.0 + 128.* + 128.* + 296 988596 Microsoft To Do - Quick Access - 284 + 297 @@ -4806,10 +4806,30 @@ - 298 + 297 + 988608 + Open Google Chat + 294 + + + + + 1.1
+ 1.1
+ 1.1
+ 2024-07-16 + 1.1
+ 102.0 + * + * + + + + + 299 988238 Get All Senders - 281 + 292 1.1.1
@@ -4826,10 +4846,30 @@ - 299 + 301 + 559954 + Tidybird + 290 + 1.3.1

+ 2.1

+ 3.2.1

+ 4.3.0

+ 4.6

+ 4.6

+ + 2023-10-06 + 4.6

+ 102.0 + 118.* + 118.* + + + + + 302 988559 Unified Folders Debugging - 280 + 286 @@ -4846,50 +4886,30 @@ - 300 - 988608 - Open Google Chat - 277 - - + 304 + 844927 + ToggleReplied + 284 + 0.5.3

+ 1.0.5

- 1.1
- 1.1
- 1.1
- 2024-07-16 - 1.1
+ 2.0.1

+ 2.0.1

+ 2.0.1

+ 2023-08-12 + 2.0.1

102.0 + 115.* * - * - - - - - 301 - 559954 - Tidybird - 277 - 1.3.1

- 2.1

- 3.2.1

- 4.3.0

- 4.6

- 4.6

- - 2023-10-06 - 4.6

- 102.0 - 118.* - 118.* - 303 + 305 987859 Pywalfox - 274 + 283 2.0.11
2.0.11
2.0.11
@@ -4906,30 +4926,10 @@ - 304 - 844927 - ToggleReplied - 273 - 0.5.3

- 1.0.5

- - - 2.0.1

- 2.0.1

- 2.0.1

- 2023-08-12 - 2.0.1

- 102.0 - 115.* - * - - - - - 305 + 308 988614 ThunderSuite - Customize your Quick Ac - 271 + 280 @@ -4946,10 +4946,10 @@ - 308 + 311 988362 Scriptable Notifications - 267 + 274 @@ -4966,10 +4966,30 @@ - 309 + 312 + 988024 + Open in browser + 274 + + + 0.1.5
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 0.1.5
+ 2024-07-19 + 0.1.5
+ 78.0 + * + * + + + + + 313 986522 PopMailListRecipients 2 - 267 + 272 1.1

2.3
@@ -4986,30 +5006,10 @@ - 312 - 988024 - Open in browser - 266 - - - 0.1.4
- 0.1.4
- 0.1.4
- 0.1.4
- 0.1.4
- 2022-06-21 - 0.1.4
- 78.0 - * - * - - - - - 313 + 314 988572 Group Favorite Folders - 261 + 270 @@ -5025,31 +5025,11 @@ - - 314 - 988002 - Autofile - fast e-mail to folder filin - 261 - - - 2.0.2
- 2.0.2
- 2.0.2
- 2.0.2
- 2.0.2
- 2024-05-16 - 2.0.2
- 78.0 - * - * - - - 315 988540 ThunderWebTabs - 257 + 269 0.4.0
0.4.0
@@ -5067,29 +5047,9 @@ 316 - 988221 - ReplyAsOriginalRecipientUp - 257 - - - - 1.0.1
- 1.0.1
- 1.0.1
- 1.0.1
- 2021-11-24 - 1.0.1
- 91.0 - * - * - - - - - 319 988422 Simple Template - 252 + 268 @@ -5106,11 +5066,51 @@ - 320 - 987738 - Move messages - 250 - + 317 + 988002 + Autofile - fast e-mail to folder filin + 268 + + + 2.0.2
+ 2.0.2
+ 2.0.2
+ 2.0.2
+ 2.0.2
+ 2024-05-16 + 2.0.2
+ 78.0 + * + * + + + + + 320 + 988221 + ReplyAsOriginalRecipientUp + 260 + + + + 1.0.1
+ 1.0.1
+ 1.0.1
+ 1.0.1
+ 2021-11-24 + 1.0.1
+ 91.0 + * + * + + + + + 321 + 987738 + Move messages + 260 + 1.10
1.10
1.11
@@ -5127,9 +5127,29 @@ 322 + 988060 + Text Insert: Templates/Instant Spell C + 257 + + + 1.5.7
+ 1.5.7
+ 1.5.7
+ 1.5.7
+ 1.5.7
+ 2023-12-05 + 1.5.7
+ 78.6.0 + 115.* + 128.* + + + + + 324 987926 UrgentMail - 247 + 254 1.5
@@ -5146,30 +5166,30 @@ - 323 - 988060 - Text Insert: Templates/Instant Spell C - 246 + 325 + 988279 + Jitsi Meet event generator + 251 - 1.5.7
- 1.5.7
- 1.5.7
- 1.5.7
- 1.5.7
- 2023-12-05 - 1.5.7
- 78.6.0 - 115.* - 128.* + 0.2.2
+ 0.2.2
+ 0.2.2
+ 0.2.2
+ 0.2.2
+ 2022-04-01 + 0.2.2
+ 78.0 + * + * - 324 + 326 986523 Hide Email Folders - 245 + 251 1.0

2.0

3.0.0

@@ -5186,30 +5206,10 @@ - 325 - 988279 - Jitsi Meet event generator - 243 - - - 0.2.2
- 0.2.2
- 0.2.2
- 0.2.2
- 0.2.2
- 2022-04-01 - 0.2.2
- 78.0 - * - * - - - - - 328 + 327 988197 TabControl - 238 + 245 0.3.0
0.3.0
@@ -5226,10 +5226,10 @@ - 330 + 329 988625 ObsidianClipper - 231 + 241 0.4.1
@@ -5249,7 +5249,7 @@ 331 987860 Empty Folder - 230 + 238 1.4
1.4
@@ -5266,10 +5266,10 @@ - 337 + 336 988567 Send Unsent Mail Button - 214 + 223 @@ -5286,10 +5286,10 @@ - 338 + 337 988338 WhatsApp - Thunderbird - 214 + 223 1.1
@@ -5307,9 +5307,29 @@ 341 + 988430 + archive-by-time + 216 + + + 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 0.4.1
+ 2024-01-11 + 0.4.1
+ 78.0 + * + * + + + + + 343 704523 EuropeanMX Spam Reporter - 209 + 215 1.0

2.1
@@ -5326,10 +5346,10 @@ - 346 + 345 988561 Freecosys - Провайдер FileLink - 204 + 214 @@ -5346,30 +5366,10 @@ - 347 - 988271 - Autocopy 78+ - 204 - - - 3.0.2
- 3.0.2
- 3.0.2
- 3.0.2
- 3.0.2
- 2022-02-25 - 3.0.2
- 78.4.0 - * - * - - - - - 348 + 346 986415 stripImages - 203 + 212 1.0.9
1.0.9
@@ -5387,9 +5387,29 @@ 349 + 988271 + Autocopy 78+ + 209 + + + 3.0.2
+ 3.0.2
+ 3.0.2
+ 3.0.2
+ 3.0.2
+ 2022-02-25 + 3.0.2
+ 78.4.0 + * + * + + + + + 351 988423 SpamTester - 200 + 206 1.0.1
@@ -5406,10 +5426,10 @@ - 350 + 352 988113 Ungender - 200 + 205 1.0.0
@@ -5426,30 +5446,10 @@ - 351 - 988430 - archive-by-time - 196 - - - 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 0.4.1
- 2024-01-11 - 0.4.1
- 78.0 - * - * - - - - - 352 + 354 988359 thundersort - 195 + 201 @@ -5466,10 +5466,10 @@ - 354 + 355 988356 Auto Mark As Read - 192 + 197 1.0.10
1.0.10
1.0.10
@@ -5489,7 +5489,7 @@ 358 988374 SmartProxy - 186 + 193 @@ -5506,10 +5506,10 @@ - 360 + 362 988319 10ten Japanese Reader (Rikaichamp) - 180 + 186 @@ -5527,9 +5527,29 @@ 363 + 988070 + OpenFolder + 182 + + 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 1.1.0
+ 2021-04-21 + 1.1.0
+ 68.0 + * + * + + + + + 366 415184 iOS IMAP Notes - 175 + 179 0.1.2

0.1.4

@@ -5549,7 +5569,7 @@ 368 745576 Logout - 169 + 176 1.3

2.0

2.5

@@ -5566,30 +5586,10 @@ - 369 - 988070 - OpenFolder - 168 - - 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 1.1.0
- 2021-04-21 - 1.1.0
- 68.0 - * - * - - - - - 371 - 988666 - Gemini - Quick Access - 165 + 370 + 988666 + Gemini - Quick Access + 172 @@ -5606,10 +5606,10 @@ - 372 + 371 988292 CustomCSS - 164 + 172 @@ -5627,9 +5627,29 @@ 374 + 988427 + EnhancedReplyHeaders + 167 + + + + + 1.0
+ 1.0
+ 1.0
+ 2023-01-06 + 1.0
+ 102.0 + 102.* + * + + + + + 375 987921 Safelink removal - 162 + 167 0.0.4d
@@ -5646,10 +5666,10 @@ - 375 + 376 988612 Open Google Keep - 161 + 166 @@ -5666,50 +5686,50 @@ - 376 - 988427 - EnhancedReplyHeaders - 160 + 378 + 988718 + CollectAddresses + 164 - 1.0
- 1.0
- 1.0
- 2023-01-06 - 1.0
- 102.0 - 102.* - * + + 1.2
+ 1.2
+ 2024-05-25 + 1.2
+ 115.0 + 128.* + 128.* - 377 - 988268 - GTrash - 157 - + 379 + 987935 + RedThunderMineBird Plus + 164 - 0.2.1
- 0.3.0
- 0.3.0
- 0.3.0
- 2022-06-30 - 0.3.0
- 102.0 + 2.2.0
+ 2.2.0
+ 2.2.0
+ 2.2.0
+ 2.2.0
+ 2021-10-20 + 2.2.0
+ 78.0 * * - 378 + 380 988227 Render Markdown Messages - 157 + 162 1.2.0
@@ -5726,30 +5746,10 @@ - 379 - 988718 - CollectAddresses - 156 - - - - - - 1.2
- 1.2
- 2024-05-25 - 1.2
- 115.0 - 128.* - 128.* - - - - - 381 + 382 988307 AddAccents - 154 + 160 @@ -5767,39 +5767,19 @@ 383 - 987935 - RedThunderMineBird Plus - 153 + 988268 + GTrash + 160 - 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
- 2021-10-20 - 2.2.0
- 78.0 - * - * - - - - - 384 - 988085 - Open Google Voice - 148 - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2021-03-25 - 1.0
- 68.0 + 0.2.1
+ 0.3.0
+ 0.3.0
+ 0.3.0
+ 2022-06-30 + 0.3.0
+ 102.0 * * @@ -5807,29 +5787,9 @@ 385 - 566490 - Expertspam - 148 - 1.60

- - 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2.0.0
- 2023-03-16 - 2.0.0
- 78.0 - * - * - - - - - 387 988691 NTFNTF - 146 + 154 @@ -5846,10 +5806,10 @@ - 388 + 386 988094 RainbowNote - 145 + 152 31.1
@@ -5866,30 +5826,30 @@ - 389 - 534258 - Received - 145 - 0.2.3

- 1.0.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2.6.0

- 2024-07-04 - 2.6.0

+ 387 + 566490 + Expertspam + 152 + 1.60

+ + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2.0.0
+ 2023-03-16 + 2.0.0
78.0 - 128.* - 129.* - + * + * + - 390 + 388 988576 Last selected message - 144 + 151 @@ -5906,30 +5866,30 @@ - 391 - 987823 - AutoBucket - 144 + 389 + 988085 + Open Google Voice + 151 - 1.0.13
- 1.2.0
- 1.2.0
- 1.2.0
- 1.2.0
- 1.2.0
- 2021-02-08 - 1.2.0
- 78.0 + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2021-03-25 + 1.0
+ 68.0 * * - 392 + 390 988391 Compose Responsive Images - 143 + 150 @@ -5947,29 +5907,69 @@ 393 - 988166 - googlesearchwebapp - 143 - + 987823 + AutoBucket + 148 - 1.2
- 1.2
- 1.2
- 1.2
- 1.2
- 2021-09-06 - 1.2
- 78.0 - 91.* + 1.0.13
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 1.2.0
+ 2021-02-08 + 1.2.0
+ 78.0 + * * 394 + 534258 + Received + 148 + 0.2.3

+ 1.0.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2.6.0

+ 2024-07-04 + 2.6.0

+ 78.0 + 128.* + 129.* + + + + + 396 + 988166 + googlesearchwebapp + 146 + + + 1.2
+ 1.2
+ 1.2
+ 1.2
+ 1.2
+ 2021-09-06 + 1.2
+ 78.0 + 91.* + * + + + + + 398 615980 Toggle Quotes (Collapse Quotes)
Quote Colors & Collapse - 141 + 144 0.9

2.0

3.2

@@ -5985,11 +5985,31 @@ + + 401 + 988303 + TUD-CERT Phishing Report + 140 + + + 23.8.1

+ 23.8.1

+ 23.8.1

+ 23.8.1

+ + 2023-08-21 + 23.8.1

+ 78.0 + 115.* + 115.* + + + 402 988243 Seafile Filelink - 133 + 140 1.0.1
@@ -6006,10 +6026,10 @@ - 405 + 404 988611 Microsoft 365 Link Opener - 132 + 139 @@ -6025,51 +6045,11 @@ - - 407 - 988303 - TUD-CERT Phishing Report - 131 - - - 23.8.1

- 23.8.1

- 23.8.1

- 23.8.1

- - 2023-08-21 - 23.8.1

- 78.0 - 115.* - 115.* - - - 411 - 988588 - Proton Mail - Quick Access - 126 - - - - - - 0.1
- 0.1
- 2023-11-07 - 0.1
- 106.0 - * - * - - - - - 412 988371 Mark Read on Reply - 126 + 133 @@ -6089,7 +6069,7 @@ 413 988183 CloneMessage - 126 + 131 1.3
@@ -6106,10 +6086,50 @@ - 415 + 416 + 988588 + Proton Mail - Quick Access + 128 + + + + + + 0.1
+ 0.1
+ 2023-11-07 + 0.1
+ 106.0 + * + * + + + + + 417 + 988180 + Strip inline images + 128 + + + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2021-09-07 + 1.0
+ 74.0 + * + * + + + + + 418 988167 todowebapp - 124 + 128 1.2
@@ -6126,10 +6146,10 @@ - 416 + 419 988539 No tabs - 123 + 127 @@ -6146,30 +6166,10 @@ - 417 - 988180 - Strip inline images - 122 - - - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2021-09-07 - 1.0
- 74.0 - * - * - - - - - 418 + 420 988122 Addon-Info/Sync/Compatibility - 122 + 126 1.1
@@ -6186,10 +6186,10 @@ - 419 + 421 986230 Mailing list filter - 122 + 126 1.1.1

2.0.0

3.0.1

@@ -6206,10 +6206,10 @@ - 425 + 426 988664 Messenger - Quick Access - 117 + 121 @@ -6226,30 +6226,10 @@ - 427 - 988613 - Open Google Messages - 115 - - - - - 0.2
- 0.2
- 0.2
- 2024-03-02 - 0.2
- 102.0 - * - * - - - - - 432 + 428 988176 Notebird - 113 + 120 1.7.0.1
1.7.0.1
1.7.0.1
@@ -6266,10 +6246,30 @@ - 435 + 433 + 988613 + Open Google Messages + 118 + + + + + 0.2
+ 0.2
+ 0.2
+ 2024-03-02 + 0.2
+ 102.0 + * + * + + + + + 434 988591 One-Click Forward - 111 + 117 1.0.2
@@ -6289,7 +6289,7 @@ 436 987869 Next Unread Thread (Mark All Read) - 111 + 115 1.1

1.1

@@ -6306,10 +6306,10 @@ - 437 + 438 987868 Next Unread Group (Mark All Read) - 111 + 114 1.1

1.1

@@ -6326,70 +6326,70 @@ - 440 - 988252 - RepSel: Reply to all selected mails - 107 + 442 + 988585 + Slack - Quick Access + 112 - 5
- 6.0
- 6.0
- 6.0
- 6.0
- 2023-10-17 - 6.0
- 88.0a1 + + + + 0.3
+ 0.3
+ 2024-05-17 + 0.3
+ 106.0 * * - 441 - 987916 - telegramwebapp - 107 + 443 + 988387 + DS-BCC + 112 - 1.2
- 1.2
- 1.31
- 1.31
- 1.31
- 2023-06-18 - 1.31
- 102.0 - 102.* + + 1.0.7
+ 1.0.7
+ 1.0.7
+ 1.0.7
+ 2024-02-12 + 1.0.7
+ 91.0 + * * - 445 - 988585 - Slack - Quick Access - 106 - - - + 446 + 988252 + RepSel: Reply to all selected mails + 110 - 0.3
- 0.3
- 2024-05-17 - 0.3
- 106.0 + 5
+ 6.0
+ 6.0
+ 6.0
+ 6.0
+ 2023-10-17 + 6.0
+ 88.0a1 * * - 446 + 447 988025 Safe Links Cleaner - 106 + 110 1.5.6
@@ -6406,19 +6406,39 @@ - 449 + 448 + 987916 + telegramwebapp + 110 + + + 1.2
+ 1.2
+ 1.31
+ 1.31
+ 1.31
+ 2023-06-18 + 1.31
+ 102.0 + 102.* + * + + + + + 452 987907 Mark GMail Read - 104 + 107 2.0.1

3.0.1

- 4.0.0
- 4.0.0
- 4.0.0
- 2022-11-07 - 4.0.0
+ 4.1.0
+ 4.1.0
+ 4.1.0
+ 2024-07-19 + 4.1.0
102.0 * * @@ -6426,10 +6446,10 @@ - 451 + 453 988661 Auto Avatars - 103 + 106 @@ -6446,30 +6466,10 @@ - 452 - 988387 - DS-BCC - 103 - - - - 1.0.7
- 1.0.7
- 1.0.7
- 1.0.7
- 2024-02-12 - 1.0.7
- 91.0 - * - * - - - - - 455 + 457 988587 Tuta Mail - Quick Access - 100 + 102 @@ -6486,10 +6486,10 @@ - 457 + 458 988564 Paste code - 97 + 102 0.1
@@ -6507,29 +6507,9 @@ 461 - 988597 - Mark Button - 96 - - - - - - 1.2.1
- 2.2.1
- 2024-02-10 - 2.2.1
- 116.0 - * - * - - - - - 463 988677 Tag Sync for TB - 93 + 99 1.2.9
1.2.9
1.2.9
@@ -6546,10 +6526,30 @@ - 464 + 463 + 988597 + Mark Button + 98 + + + + + + 1.2.1
+ 2.2.1
+ 2024-02-10 + 2.2.1
+ 116.0 + * + * + + + + + 465 987988 Toggle Inline - 93 + 97 1.2

@@ -6569,7 +6569,7 @@ 466 546538 Single Domain - 92 + 95 2.5

3.3.1

4.3
@@ -6587,19 +6587,19 @@ 467 - 988327 - Netiquette checker and wrapper - 91 + 988660 + Telegram - Quick Access + 93 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2022-09-29 - 1.1
- 78.0 + + + + 0.1
+ 0.1
+ 2024-01-31 + 0.1
+ 106.0 * * @@ -6609,7 +6609,7 @@ 468 988543 selectAll Button - 90 + 92 @@ -6627,9 +6627,29 @@ 469 + 988327 + Netiquette checker and wrapper + 92 + + + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2022-09-29 + 1.1
+ 78.0 + * + * + + + + + 470 852623 Remote Content By Folder - 90 + 92 1.0.1

1.0.10

2.0.1

@@ -6645,31 +6665,11 @@ - - 470 - 988660 - Telegram - Quick Access - 89 - - - - - - 0.1
- 0.1
- 2024-01-31 - 0.1
- 106.0 - * - * - - - 472 988417 Empty Folder - 88 + 90 6
@@ -6686,10 +6686,30 @@ - 478 + 474 + 986363 + ansitel Click-to-Dial MT2 + 90 + + 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2021-10-06 + 1.6
+ 68.3.0 + * + * + + + + + 477 988659 Google Keep - Quick Access - 86 + 89 @@ -6706,10 +6726,10 @@ - 479 + 478 988599 Open Google Tabs - 86 + 89 @@ -6726,10 +6746,10 @@ - 480 + 481 988584 Discord - Quick Access - 86 + 88 @@ -6746,10 +6766,10 @@ - 481 + 482 988557 Change Link Appearance - 84 + 88 1.1
@@ -6765,91 +6785,11 @@ - - 482 - 988445 - AutoMover - 84 - - - 1.5
- 1.5
- 1.5
- 1.5
- 1.5
- 2023-02-21 - 1.5
- 78.0 - * - * - - - 483 - 987834 - SpoofDetection - 84 - - - 2.6.3
- 2.6.3
- 2.6.3
- 2.6.3
- 2.6.3
- 2020-07-29 - 2.6.3
- 73.0a1 - * - * - - - - - 485 - 988531 - New Tab - 83 - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2023-07-21 - 1.0
- 60.0 - * - * - - - - - 486 - 988530 - Clear History Button - 83 - - - - - - 2.0

- 3.0

- 2024-07-11 - 3.0

- 128.0 - 129.* - 129.* - - - - - 487 988393 Audio Preview - 83 + 88 @@ -6866,10 +6806,10 @@ - 488 + 484 988171 msofficewebapp - 83 + 88 1.2
@@ -6886,50 +6826,90 @@ - 491 - 986363 - ansitel Click-to-Dial MT2 - 82 + 487 + 988445 + AutoMover + 87 - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2021-10-06 - 1.6
- 68.3.0 + + 1.5
+ 1.5
+ 1.5
+ 1.5
+ 1.5
+ 2023-02-21 + 1.5
+ 78.0 * * - 492 - 988282 - CatchAll Bird - 81 + 488 + 988531 + New Tab + 86 + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2023-07-21 + 1.0
+ 60.0 + * + * + + + + + 489 + 987834 + SpoofDetection + 86 - 1.1.2
- 1.1.2
- 1.1.2
- 1.1.2
- 1.1.2
- 2024-01-07 - 1.1.2
- 78.0 + 2.6.3
+ 2.6.3
+ 2.6.3
+ 2.6.3
+ 2.6.3
+ 2020-07-29 + 2.6.3
+ 73.0a1 * * - 493 + 490 + 988530 + Clear History Button + 84 + + + + + + 2.0

+ 3.0

+ 2024-07-11 + 3.0

+ 128.0 + 129.* + 129.* + + + + + 492 987989 Toggle Summary - 81 + 83 1.3

@@ -6947,20 +6927,20 @@ 494 - 988389 - Thunderbird OpenProject - 78 + 988282 + CatchAll Bird + 82 - 0.5
- 0.5
- 0.5
- 0.5
- 0.5
- 0.5
- 2022-10-28 - 0.5
- 68.0 - 102.* + + 1.1.2
+ 1.1.2
+ 1.1.2
+ 1.1.2
+ 1.1.2
+ 2024-01-07 + 1.1.2
+ 78.0 + * * @@ -6969,7 +6949,7 @@ 495 987664 Copy Patch - 78 + 82 1.3.2

2.1.3

@@ -6987,49 +6967,29 @@ 497 - 207607 - filemail - 76 - 0.6.4

- 0.6.5

- - - 0.7.3
- 0.7.3
- 0.7.3
- 2023-06-28 - 0.7.3
- 102.0 - * - * - - - - - 500 - 988288 - sms77 - 75 - + 988389 + Thunderbird OpenProject + 81 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2022-03-22 - 1.1
- 78.0 - * + 0.5
+ 0.5
+ 0.5
+ 0.5
+ 0.5
+ 0.5
+ 2022-10-28 + 0.5
+ 68.0 + 102.* * - 501 + 499 987922 Date detection - 74 + 78 0.0.7

0.0.7

@@ -7046,39 +7006,59 @@ - 503 - 987986 - Select Prev on Delete - 73 + 500 + 207607 + filemail + 78 + 0.6.4

+ 0.6.5

- 1.0.0

- 1.0.0

- 1.0.0

- 1.1.0

+ 0.7.3
+ 0.7.3
+ 0.7.3
+ 2023-06-28 + 0.7.3
+ 102.0 + * + * + + + + + 502 + 988199 + RT Archive Emails to Sugar & SuiteCRM + 76 - 2023-10-10 - 1.1.0

- 112.0 - 118.* - 118.* - + + 2.2.3
+ 2.2.3
+ 2.2.3
+ 2.2.3
+ 2.2.3
+ 2024-06-10 + 2.2.3
+ 78.0 + * + * + - 504 - 988300 - QuickOWL - 72 + 503 + 988288 + sms77 + 75 - 1.6
- 1.6
- 1.6
- 1.6
- 1.6
- 2022-09-15 - 1.6
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2022-03-22 + 1.1
78.0 * * @@ -7086,10 +7066,10 @@ - 505 + 504 988168 onedrivewebapp - 72 + 75 1.2
@@ -7106,30 +7086,10 @@ - 507 - 988476 - If This, Then! - IFTTT connector - 71 - - - 1.0.5
- 1.0.5
- 1.0.5
- 1.0.5
- 1.0.5
- 2023-04-13 - 1.0.5
- 78.6.0 - * - * - - - - - 508 + 506 988474 ENEX Tools - 71 + 74 @@ -7146,19 +7106,19 @@ - 509 - 988199 - RT Archive Emails to Sugar & SuiteCRM - 71 + 507 + 988300 + QuickOWL + 74 - 2.2.3
- 2.2.3
- 2.2.3
- 2.2.3
- 2.2.3
- 2024-06-10 - 2.2.3
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 1.6
+ 2022-09-15 + 1.6
78.0 * * @@ -7166,10 +7126,50 @@ - 511 + 508 + 987986 + Select Prev on Delete + 74 + + + 1.0.0

+ 1.0.0

+ 1.0.0

+ 1.1.0

+ + 2023-10-10 + 1.1.0

+ 112.0 + 118.* + 118.* + + + + + 512 + 988476 + If This, Then! - IFTTT connector + 73 + + + 1.0.5
+ 1.0.5
+ 1.0.5
+ 1.0.5
+ 1.0.5
+ 2023-04-13 + 1.0.5
+ 78.6.0 + * + * + + + + + 513 988106 Toggle Address Box - 70 + 72 1.0

@@ -7189,7 +7189,7 @@ 517 988686 Multimonth view - 66 + 69 2.4.5

2.4.5

2.4.5

@@ -7206,10 +7206,30 @@ - 520 + 521 + 988441 + FDK KIM Plugin + 67 + + + + + 2.0.0
+ 2.0.0
+ 2.0.0
+ 2023-10-23 + 2.0.0
+ 100.0 + * + * + + + + + 522 988402 YouTube Video Downloader - 65 + 67 2.0
2.0
2.0
@@ -7226,10 +7246,10 @@ - 526 + 529 988258 Recently - 63 + 64 0.0.6
@@ -7246,10 +7266,30 @@ - 528 + 535 + 988738 + Two Dynamic Birds + 63 + 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 2024-06-13 + 0.1
+ 60.0 + * + * + + + + + 536 988590 YouTube RSS feed redesign - 62 + 63 1.1
@@ -7266,30 +7306,10 @@ - 530 - 988441 - FDK KIM Plugin - 61 - - - - - 2.0.0
- 2.0.0
- 2.0.0
- 2023-10-23 - 2.0.0
- 100.0 - * - * - - - - - 531 + 537 988330 Reply with subaddress - 61 + 63 @@ -7306,10 +7326,10 @@ - 532 + 538 988245 Conscious ClickUp Save - 61 + 63 2.0.0
@@ -7325,51 +7345,11 @@ - - 533 - 988126 - ResizeTbWidth - 61 - - - 20.1
- 20.1
- 20.1
- 20.1
- 20.1
- 2023-01-15 - 20.1
- 78.0 - 102.* - * - - - - - 534 - 988069 - SPAM Check for OCN - 61 - - - 0.5.0
- 0.5.0
- 0.5.0
- 0.5.0
- 0.5.0
- 2021-03-07 - 0.5.0
- 78.0 - * - * - - - 540 337144 Mail Sent Notifier - 60 + 63 0.6.3

0.7.0

1.0.0
@@ -7386,30 +7366,50 @@ - 545 - 988738 - Two Dynamic Birds - 58 - 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 2024-06-13 - 0.1
- 60.0 + 541 + 988126 + ResizeTbWidth + 62 + + + 20.1
+ 20.1
+ 20.1
+ 20.1
+ 20.1
+ 2023-01-15 + 20.1
+ 78.0 + 102.* + * + + + + + 542 + 988069 + SPAM Check for OCN + 62 + + + 0.5.0
+ 0.5.0
+ 0.5.0
+ 0.5.0
+ 0.5.0
+ 2021-03-07 + 0.5.0
+ 78.0 * * - 555 + 553 988170 skypewebapp - 54 + 57 1.2
@@ -7426,30 +7426,10 @@ - 565 - 988633 - quickfilter-kbd - 50 - - - - - - 1.1
- 1.1
- 2024-01-19 - 1.1
- 110.0a1 - * - * - - - - - 566 + 562 988125 Estimate your CO₂ - 50 + 53 2.8.1
@@ -7466,10 +7446,10 @@ - 569 + 566 988724 CalendarSearchExport - 49 + 52 @@ -7486,10 +7466,30 @@ - 576 + 567 + 988633 + quickfilter-kbd + 52 + + + + + + 1.1
+ 1.1
+ 2024-01-19 + 1.1
+ 110.0a1 + * + * + + + + + 579 988510 vault56 protection - 47 + 48 1.0.7
@@ -7506,10 +7506,10 @@ - 577 + 580 988462 Seafile Filelink2 - 47 + 48 0.0.7
0.0.7
0.0.7
@@ -7526,10 +7526,10 @@ - 583 + 581 988428 TileNote - 45 + 48 1.6
@@ -7546,10 +7546,10 @@ - 585 + 583 988719 Threaded List Switch - 44 + 47 @@ -7569,7 +7569,7 @@ 587 987938 PRATICHE MAIL - 43 + 46 11.0
@@ -7585,31 +7585,11 @@ - - 591 - 988618 - Safelinks Cleanup - 42 - - - - 2.1
- 2.1
- 2.1
- 2.1
- 2023-12-22 - 2.1
- 91.0 - * - * - - - 592 988592 Hide Duplicates From 'All Mail' - 42 + 44 @@ -7627,49 +7607,9 @@ 593 - 988494 - Copy Timestamp - 42 - - - - - 2.0
- 2.0
- 2.0
- 2023-08-06 - 2.0
- 102.0 - * - * - - - - - 597 - 988545 - Dropbox Paper - 41 - - - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2023-08-12 - 1.0
- 78.0 - * - * - - - - - 598 988354 Bug Opener - 41 + 44 @@ -7686,10 +7626,10 @@ - 599 + 594 987939 PREVENTIVI MAIL - 41 + 44 7.0
@@ -7705,11 +7645,71 @@ + + 596 + 988494 + Copy Timestamp + 43 + + + + + 2.0
+ 2.0
+ 2.0
+ 2023-08-06 + 2.0
+ 102.0 + * + * + + + + + 599 + 988618 + Safelinks Cleanup + 42 + + + + 2.1
+ 2.1
+ 2.1
+ 2.1
+ 2023-12-22 + 2.1
+ 91.0 + * + * + + + 600 + 988545 + Dropbox Paper + 42 + + + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2023-08-12 + 1.0
+ 78.0 + * + * + + + + + 601 988380 Thread in same folder - 40 + 42 1.0
@@ -7729,7 +7729,7 @@ 602 987848 KundenMeister CRM Mail Export - 40 + 42 1.1.3
1.1.3
1.1.3
@@ -7747,89 +7747,49 @@ 603 - 987816 - TransliteRussian for Thunderbird - 39 - 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 2020-10-22 - 0.4
- 60.0 - * - * - - - - - 608 988726 Trello - Quick Access - 38 - - - - - - 0.2
- 0.2
- 2024-05-22 - 0.2
- 106.0 - * - * - - - - - 609 - 988541 - ShowContactFoto - 38 - - - + 41 - 0.10
- 0.10
- 2023-10-25 - 0.10
- 115.0 + + + + 0.2
+ 0.2
+ 2024-05-22 + 0.2
+ 106.0 * * - 610 - 988437 - Additional Info for Simplelogin - 38 + 605 + 988610 + Quick Spaces + 40 - 1.1
- 1.1
- 1.1
- 1.1
- 1.1
- 2024-03-22 - 1.1
- 78.0 + + + 0.4
+ 0.4
+ 0.4
+ 2024-05-11 + 0.4
+ 102.0 * * - 613 + 610 988728 Date Time Formatter - 37 + 39 @@ -7846,30 +7806,30 @@ - 614 - 988610 - Quick Spaces - 37 + 611 + 988541 + ShowContactFoto + 39 - 0.4
- 0.4
- 0.4
- 2024-05-11 - 0.4
- 102.0 + + 0.10
+ 0.10
+ 2023-10-25 + 0.10
+ 115.0 * * - 615 + 612 988459 Cypherdog Encryption - 37 + 39 1.0.1
@@ -7886,10 +7846,30 @@ - 616 + 613 + 987816 + TransliteRussian for Thunderbird + 39 + 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 0.4
+ 2020-10-22 + 0.4
+ 60.0 + * + * + + + + + 619 832276 Rescue Conflicting Alternatives - 37 + 38 0.2

0.4

2.0.1
@@ -7906,10 +7886,10 @@ - 623 + 621 988451 PowerFolder - 35 + 37 16.6.100
@@ -7926,10 +7906,30 @@ - 624 + 622 + 988437 + Additional Info for Simplelogin + 37 + + + 1.1
+ 1.1
+ 1.1
+ 1.1
+ 1.1
+ 2024-03-22 + 1.1
+ 78.0 + * + * + + + + + 626 987849 Clacks Overhead - 35 + 36 1.0.1
1.0.1
@@ -7949,7 +7949,7 @@ 629 983832 Changelogger - 34 + 35 1.1.1
1.1.1
1.1.1
@@ -7966,30 +7966,10 @@ - 634 - 988431 - RainbowMemo - 31 - - - 2.3
- 2.3
- 2.3
- 2.3
- 2.3
- 2023-01-17 - 2.3
- 78.0 - 102.* - * - - - - - 643 + 637 988635 j-lawyer.org-Thunderbird-Extension - 30 + 32 @@ -8006,10 +7986,30 @@ - 644 + 638 + 988431 + RainbowMemo + 32 + + + 2.3
+ 2.3
+ 2.3
+ 2.3
+ 2.3
+ 2023-01-17 + 2.3
+ 78.0 + 102.* + * + + + + + 639 988399 Black Screen - 30 + 32 1.0.1
1.0.1
1.0.1
@@ -8026,19 +8026,19 @@ - 649 + 645 988751 Mail Extractor - 28 + 31 - 1.3.1
- 1.3.1
+ 1.3.2
+ 1.3.2
2024-07-18 - 1.3.1
+ 1.3.2
115.0 * * @@ -8046,10 +8046,30 @@ - 650 + 649 + 988290 + Send then Archive + 30 + + + 0.1
+ 0.1
+ 0.1
+ 0.1
+ 0.1
+ 2022-03-29 + 0.1
+ 78.0 + * + * + + + + + 651 988270 composeSelectMacro - 28 + 29 1.0.6
@@ -8066,10 +8086,10 @@ - 651 + 652 987760 Snakes by Bluemods - 28 + 29 1.0
1.0
@@ -8086,19 +8106,19 @@ - 652 - 988290 - Send then Archive - 27 + 653 + 987941 + Seams + 28 - 0.1
- 0.1
- 0.1
- 0.1
- 0.1
- 2022-03-29 - 0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2.0.1
+ 2022-06-29 + 2.0.1
78.0 * * @@ -8106,10 +8126,10 @@ - 658 + 656 988565 Close Search Tabs - 26 + 27 @@ -8126,10 +8146,10 @@ - 659 + 657 988482 New Bing Anywhere - 26 + 27 1.6.0
1.6.0
1.6.0
@@ -8146,30 +8166,10 @@ - 660 - 987941 - Seams - 26 - - - 2.0.1
- 2.0.1
- 2.0.1
- 2.0.1
- 2.0.1
- 2022-06-29 - 2.0.1
- 78.0 - * - * - - - - - 661 + 658 987927 To must occur only once - 26 + 27 3.4.2
@@ -8186,50 +8186,30 @@ - 667 + 666 988566 Mark Read on Tab Open - 25 + 26 1.0
1.0
1.0
1.0
1.0
- 1.0
- 2023-10-07 - 1.0
- 68.0 - * - * - - - - - 675 - 988352 - Archive 3 Month - 24 - - - 0.2
- 0.2
- 0.2
- 0.2
- 0.2
- 2022-07-18 - 0.2
- 78.0 + 1.0
+ 2023-10-07 + 1.0
+ 68.0 * * - 678 + 674 988589 Yandex Mail - Quick Access - 23 + 25 @@ -8246,10 +8226,10 @@ - 679 + 675 988571 FindNow - 23 + 25 @@ -8266,10 +8246,10 @@ - 680 + 676 988515 ThunderFWD - 23 + 25 @@ -8286,10 +8266,30 @@ - 684 + 677 + 988352 + Archive 3 Month + 25 + + + 0.2
+ 0.2
+ 0.2
+ 0.2
+ 0.2
+ 2022-07-18 + 0.2
+ 78.0 + * + * + + + + + 685 988213 Tomba : Email Finder - 22 + 23 0.1.14
0.1.14
0.1.19
@@ -8306,10 +8306,10 @@ - 685 + 686 987774 POPFile Jump - 22 + 23 1.1.0
1.1.0
@@ -8326,10 +8326,10 @@ - 702 + 703 988622 Articles Toolbar - 20 + 21 1.1
1.1
1.1
@@ -8346,10 +8346,10 @@ - 709 + 707 988748 Check before sending email - 19 + 20 @@ -8366,7 +8366,7 @@ - 718 + 721 988722 Custom Subject Column 18 @@ -8386,10 +8386,10 @@ - 725 + 722 988538 Skiff Mail - 17 + 18 @@ -8406,10 +8406,10 @@ - 726 + 723 988463 GrapeVine for Salesforce - 17 + 18 @@ -8426,30 +8426,10 @@ - 727 - 988448 - Arcus - 17 - - - 0.9.1
- 0.9.1
- 0.9.1
- 0.9.1
- 0.9.1
- 2023-02-15 - 0.9.1
- 78.0 - * - * - - - - - 728 + 724 988397 Dino Game - 17 + 18 0.0.34
0.0.34
0.0.34
@@ -8466,10 +8446,10 @@ - 729 + 725 988236 Safelinks Offr - 17 + 18 @@ -8486,10 +8466,10 @@ - 730 + 726 988107 TuLPe - 17 + 18 1.4
@@ -8506,10 +8486,30 @@ - 738 + 735 + 988448 + Arcus + 17 + + + 0.9.1
+ 0.9.1
+ 0.9.1
+ 0.9.1
+ 0.9.1
+ 2023-02-15 + 0.9.1
+ 78.0 + * + * + + + + + 736 988398 White Screen - 16 + 17 1.0.6
1.0.6
1.0.6
@@ -8526,10 +8526,10 @@ - 749 + 746 988720 SCMenu - 15 + 16 @@ -8546,7 +8546,27 @@ - 758 + 753 + 987915 + Mahoor-Iranian-Date + 15 + + 1.1.5

+ 1.1.5

+ 1.1.5

+ 1.1.5

+ 1.2.0

+ + 2024-07-12 + 1.2.0

+ 115.10.0 + 127.* + 127.* + + + + + 761 988662 Bard - Quick Access 14 @@ -8566,7 +8586,27 @@ - 765 + 771 + 988669 + DMS HEADERS EXTRACTOR + 13 + + + 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 0.0.0.1
+ 2024-02-12 + 0.0.0.1
+ 78.0 + * + * + + + + + 772 988281 regimail 13 @@ -8586,47 +8626,7 @@ - 767 - 987915 - Mahoor-Iranian-Date - 13 - - 1.1.5

- 1.1.5

- 1.1.5

- 1.1.5

- 1.2.0

- - 2024-07-12 - 1.2.0

- 115.10.0 - 127.* - 127.* - - - - - 775 - 988669 - DMS HEADERS EXTRACTOR - 12 - - - 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 0.0.0.1
- 2024-02-12 - 0.0.0.1
- 78.0 - * - * - - - - - 776 + 780 988575 Filtered Folder to Favorite 12 @@ -8646,7 +8646,27 @@ - 785 + 789 + 988752 + Mark Subfolders Read + 11 + + + + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2024-06-26 + 1.0
+ 91.0 + * + * + + + + + 790 988169 wikipediasearchwebapp 11 @@ -8666,7 +8686,7 @@ - 786 + 791 988023 TimetableForWeb 11 @@ -8677,99 +8697,39 @@ 34.1
34.1
34.1
- 2024-06-18 - 34.1
- 78.0 - * - * - - - - - 787 - 987970 - Replaceholder - 11 - - - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2020-12-03 - 1.0
- 78.0 - * - * - - - - - 797 - 988752 - Mark Subfolders Read - 10 - - - - 1.0
- 1.0
- 1.0
- 1.0
- 2024-06-26 - 1.0
- 91.0 - * - * - - - - - 798 - 988483 - InfoCodex DocSummarizer - 10 - 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 2023-04-13 - 1.0
- 60.0 + 2024-06-18 + 34.1
+ 78.0 * * - 800 - 988276 - ThunderThings - 10 - + 792 + 987970 + Replaceholder + 11 - 1.3
- 1.3
- 1.3
- 1.3
- 2022-04-06 - 1.3
- 91.0 + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2020-12-03 + 1.0
+ 78.0 * * - 809 + 801 988623 Dysclusif - 9 + 10 1.2.6
@@ -8786,10 +8746,30 @@ - 810 + 802 + 988483 + InfoCodex DocSummarizer + 10 + 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 1.0
+ 2023-04-13 + 1.0
+ 60.0 + * + * + + + + + 804 988381 AWO Zipper 2 - 9 + 10 @@ -8806,10 +8786,30 @@ - 821 + 805 + 988276 + ThunderThings + 10 + + + + 1.3
+ 1.3
+ 1.3
+ 1.3
+ 2022-04-06 + 1.3
+ 91.0 + * + * + + + + + 817 988731 Reply All Button - 8 + 9 1.1.0
1.1.0
1.1.0
@@ -8826,10 +8826,10 @@ - 822 + 818 988291 Zivver for Thunderbird - 8 + 9 1.0.0
@@ -8846,30 +8846,10 @@ - 825 - 987951 - Check Time - 8 - - - 0.0.6
- 0.0.6
- 0.0.6
- 0.0.6
- 0.0.6
- 2020-11-19 - 0.0.6
- 78.0 - * - * - - - - - 839 + 826 988702 UnInbox - Quick Access - 7 + 8 @@ -8886,10 +8866,10 @@ - 840 + 827 988583 Skiff Mail - Quick Access - 7 + 8 @@ -8906,10 +8886,30 @@ - 863 + 829 + 987951 + Check Time + 8 + + + 0.0.6
+ 0.0.6
+ 0.0.6
+ 0.0.6
+ 0.0.6
+ 2020-11-19 + 0.0.6
+ 78.0 + * + * + + + + + 849 988692 GetMyInvoices - 6 + 7 @@ -8926,10 +8926,10 @@ - 895 + 868 988757 Customoji - 5 + 6 0.1b
0.1b
0.1b
@@ -8946,47 +8946,67 @@ - 896 - 988355 - GIMPS Opener + 869 + 988328 + Open in XPS | XPSLogic + 6 + + + 4
+ 4
+ 4
+ 4
+ 4
+ 2023-11-29 + 4
+ 78.0 + * + * + + + + + 900 + 988740 + Identity Selector 5 - 1.1.3
- 1.1.3
- 1.1.3
- 1.2
- 2024-07-14 - 1.2
- 124.0 + + + 0.4.0
+ 0.4.0
+ 2024-07-11 + 0.4.0
+ 115.0 * * - 897 - 988328 - Open in XPS | XPSLogic + 901 + 988355 + GIMPS Opener 5 - 4
- 4
- 4
- 4
- 4
- 2023-11-29 - 4
- 78.0 + + 1.1.3
+ 1.1.3
+ 1.1.3
+ 1.2
+ 2024-07-14 + 1.2
+ 124.0 * * - 898 + 902 988297 acus 5 @@ -9006,27 +9026,27 @@ - 925 - 988740 - Identity Selector + 930 + 988700 + OnMail - Quick Access 4 - 0.4.0
- 0.4.0
- 2024-07-11 - 0.4.0
- 115.0 + 0.1
+ 0.1
+ 2024-04-14 + 0.1
+ 106.0 * * - 926 + 931 988358 UUID - WES 4 @@ -9046,7 +9066,27 @@ - 931 + 934 + 988065 + update-test + 4 + + 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2.5
+ 2021-03-02 + 2.5
+ 68.0 + * + * + + + + + 937 987753 Console messaging example 4 @@ -9066,7 +9106,7 @@ - 959 + 968 988754 BestReply 3 @@ -9086,27 +9126,7 @@ - 960 - 988700 - OnMail - Quick Access - 3 - - - - - - 0.1
- 0.1
- 2024-04-14 - 0.1
- 106.0 - * - * - - - - - 961 + 969 988405 Netiquette Checker 3 @@ -9126,7 +9146,7 @@ - 962 + 970 988361 EagleCloud Extension 3 @@ -9146,27 +9166,7 @@ - 963 - 988065 - update-test - 3 - - 2.5
- 2.5
- 2.5
- 2.5
- 2.5
- 2.5
- 2021-03-02 - 2.5
- 68.0 - * - * - - - - - 1002 + 1005 988753 Zulip - Quick Access 2 @@ -9186,7 +9186,7 @@ - 1003 + 1006 988730 MyTickets 2 @@ -9206,7 +9206,7 @@ - 1005 + 1008 988133 Click Speed Tester 2 @@ -9226,7 +9226,7 @@ - 1006 + 1009 987940 HOTEL MAIL 2 @@ -9246,7 +9246,7 @@ - 1052 + 1059 988735 Deselector 1 @@ -9266,7 +9266,7 @@ - 1053 + 1060 988727 Lex-ON Conecta 1 @@ -9286,7 +9286,7 @@ - 1054 + 1061 988703 ThunderbirdBravoClick2Call 1 @@ -9306,7 +9306,7 @@ - 1056 + 1063 988234 tbhints 1 @@ -9326,7 +9326,7 @@ - 1057 + 1064 988140 CPS Test Pro 1 @@ -9346,7 +9346,7 @@ - 1059 + 1066 987974 淘宝领券助手 1 @@ -9366,7 +9366,7 @@ - 1060 + 1067 987864 Metamorfik 1 diff --git a/add-on-reports/valid-102-according-to-strict-max-but-atn-value-reduced.html b/add-on-reports/valid-102-according-to-strict-max-but-atn-value-reduced.html index 260f97f..557d196 100644 --- a/add-on-reports/valid-102-according-to-strict-max-but-atn-value-reduced.html +++ b/add-on-reports/valid-102-according-to-strict-max-but-atn-value-reduced.html @@ -46,10 +46,10 @@ - 462 + 464 219725 AutoSlide - 94 + 98 0.0.14

0.0.18beta1

0.0.19beta5

@@ -69,7 +69,7 @@ 473 986572 Flat Folder Tree (updated) - 88 + 90 1.1.3

1.1.5

1.1.5

@@ -86,10 +86,10 @@ - 521 + 523 987978 Monterail Darkness Extended - 65 + 67 1.0.7

@@ -106,7 +106,7 @@ - 777 + 781 987660 TaskviewFlexLayout 12 diff --git a/add-on-reports/valid-128-according-to-strict-max-but-atn-value-reduced.html b/add-on-reports/valid-128-according-to-strict-max-but-atn-value-reduced.html index 7d4275e..fdb17c3 100644 --- a/add-on-reports/valid-128-according-to-strict-max-but-atn-value-reduced.html +++ b/add-on-reports/valid-128-according-to-strict-max-but-atn-value-reduced.html @@ -46,10 +46,10 @@ - 253 + 252 987727 Monterail Full Dark 2 for TB>68 - 454 + 469 2.1

3.2.3

@@ -69,7 +69,7 @@ 340 987726 Monterail Dark 2 for TB>68 - 210 + 219 2.1

3.2.1

@@ -86,10 +86,10 @@ - 442 + 444 987838 Sender Domain - 107 + 111 0.0.2

0.0.2

@@ -102,14 +102,14 @@ 68.0a1 * 110.0 - + - 462 + 464 219725 AutoSlide - 94 + 98 0.0.14

0.0.18beta1

0.0.19beta5

@@ -129,7 +129,7 @@ 473 986572 Flat Folder Tree (updated) - 88 + 90 1.1.3

1.1.5

1.1.5

@@ -146,10 +146,10 @@ - 521 + 523 987978 Monterail Darkness Extended - 65 + 67 1.0.7

@@ -166,10 +166,10 @@ - 739 + 737 987901 Transfer Immunity - 16 + 17 1.4.2

1.4.2

@@ -186,7 +186,7 @@ - 777 + 781 987660 TaskviewFlexLayout 12 @@ -206,7 +206,7 @@ - 864 + 870 987945 TreeChildrenHeight50OrDottedTreeCell 6 @@ -226,7 +226,7 @@ - 932 + 938 987665 LeftTodaySubpaneOrLogoOrClock 4 @@ -246,7 +246,7 @@ - 1223 + 1224 988086 ConfirmConversionsAtSelecting 0 @@ -270,6 +270,7 @@

Statistics

+
10
1