Benvenuto in SeaMonkey Add-ons.
Aggiungi nuove funzionalità e stili per rendere SeaMonkey veramente tuo.
ChiudiRecensioni per Minimize on Close
94 recensioni per questo componente aggiuntivo
Assegnate 5 su 5 stelle
Many thanks to "the-nic" for offering a solution to use this add-on on TB 136.
-----
To make the addon work on 136, one only has to update strict_max_version in the manifest version and change the first lines in experiment.js to
const { ExtensionCommon } = ChromeUtils.importESModule(
"resource://gre/modules/ExtensionCommon.sys.mjs");
then it works again :)
-----
Sorry for the spelling, but English is not my native language.
1. Change the plugin extension from .xpi to .zip
2. Unzip the .zip file
3. Edit manifest.json with Notepad
4. Change "strict_max_version": "128.*" to "strict_max_version": "136.*"
5. Save
6. Edit experiment.js with Notepad
7. Change
const { ExtensionCommon } = ChromeUtils.import(
"resource://gre/modules/ExtensionCommon.jsm");
to
const { ExtensionCommon } = ChromeUtils.importESModule(
"resource://gre/modules/ExtensionCommon.sys.mjs");
8. Save
9. Zip all files back into a new .zip file.
10. Change the .zip extension to .xpi
11.- Install the plugin in TB.
I hope it's useful for others. I don't know if there's a better way to accomplish this.
Regards and thanks again to the-nic.
Assegnate 4 su 5 stelle
How do I do that?
To make the addon work on 136, one only has to update strict_max_version in the manifest version and change the first lines in experiment.js to
const { ExtensionCommon } = ChromeUtils.importESModule(
"resource://gre/modules/ExtensionCommon.sys.mjs");
Assegnate 5 su 5 stelle
To make the addon work on 136, one only has to update strict_max_version in the manifest version and change the first lines in experiment.js to
const { ExtensionCommon } = ChromeUtils.importESModule(
"resource://gre/modules/ExtensionCommon.sys.mjs");
then it works again :)
Assegnate 5 su 5 stelle
Please update to v136
Assegnate 5 su 5 stelle
A must-have add-on!! Unfortunately, it stopped working with TB 136.
=================
Big thanks to @the-nic who provided a working solution, which I'll repeat here:
"To make the addon work on 136, one only has to update strict_max_version in the manifest version and change the first lines in experiment.js to
const { ExtensionCommon } = ChromeUtils.importESModule(
"resource://gre/modules/ExtensionCommon.sys.mjs");
Assegnate 4 su 5 stelle
do not works on thunderbird 136 :(
Assegnate 5 su 5 stelle
Please update to V136. I had to revert to v128 but even that was not easy: you need to go back to 128.1 , install the add-on manually and only then can you upgrade to 128.8 Otherwise it does not install.
Assegnate 5 su 5 stelle
Please update for latest Thunderbird, using it without this addon is an impossibility. Mozilla should be absolutely ashamed that an essential functionality like this isn't provided natively.
Assegnate 5 su 5 stelle
I can't use Thunderbird without it.
I strongly request compatibility to v136.
Assegnate 5 su 5 stelle
Unfortunately, this stopped working in v136! Please make it work again, because it is essential!
Questo utente ha inserito una recensione precedente su questo componente aggiuntivo.Assegnate 5 su 5 stelle
Thank you
Assegnate 5 su 5 stelle
love this
Assegnate 5 su 5 stelle
Would be nice if this extension asks to enter primary password (if set) if i restore the client. The primary password only is evoked only when i kill the TB process in task manager. Also, would be great if there is a right click option for the TB icon in the task bar to close the TB client.
Assegnate 5 su 5 stelle
Please update it to latest version
Questo utente ha inserito una recensione precedente su questo componente aggiuntivo.Assegnate 1 su 5 stelle
Thunderbird version 128.4.3esr, plugin version 2.0.1.4.
After the program is minimized to the tray, I want to close the software, but the right mouse button does not respond. The computer system is Windows 11.
Assegnate 5 su 5 stelle
works great. Would like to see 129.x support
Assegnate 5 su 5 stelle
This addon works well on 115.11.0. The default minimize to tray doesn't work on windows11.
Questa recensione riguarda una versione precedente (2.0.1.3) del componente aggiuntivo.Assegnate 1 su 5 stelle
This is not a standalone plugin, it binds to thunderbird settings. You will not be able to set it so that when you click minimize, the application will minimize and when you close it, it will go to tray. With this plugin and minimize goes to tray and close. Very disappointed.
Questa recensione riguarda una versione precedente (2.0.1.3) del componente aggiuntivo.Assegnate 5 su 5 stelle
I'm very pleased that it still pushes notifications even when closed.
Questa recensione riguarda una versione precedente (2.0.1.3) del componente aggiuntivo.Assegnate 2 su 5 stelle
Why this addon need this ?
Have full and unlimited access to Thunderbird and your computer
The extension uses old technology and has full access to Thunderbird’s internal APIs and thus does not require any individual permissions. Until version 68 of Thunderbird, almost all add-ons had this unrestricted access without having to claim it. Add-ons request this permission as long as the new API-based permissions system does not provide the functionality they need.
Extensions requesting this permission could:
change the appearance of the Thunderbird user interface;
read and modify all your data (messages, contacts, calendars, web content and passwords);
read, edit and run any file on your computer.
Per creare una tua raccolta devi avere un account per Mozilla Add-ons.