trashbasu

關於我

開發者資訊
名稱 trashbasu
地點 Spain
加入日期 April 15, 2017
參與開發的附加元件數量 0 個附加元件
此開發者的附加元件平均分數 未經評分

我所發表的評論

Minimize on Close

評分: 5 / 5 顆星

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.

Xpunge

評分: 5 / 5 顆星

Uno de los complementos que lleva muchísimos años acompañándome diariamente. Como suele ocurrir, nunca sabes lo bueno que tienes hasta que dejas de tenerlo. Es una pena que no funcione en Thunderbird 128. Ojala el autor decida finalmente seguir con el proyecto. En cualquier caso, muchísimas gracias por todo tu esfuerzo.

此意見為舊版本 (4.0.2) 的附加元件。 

MinimizeToTray Reanimated

評分: 5 / 5 顆星

Working correctly in TB 60.0.
It's sad that this add-on has no future in the new rules with webextensions. It should come natively and predetermined in the TB client itself.
Thank you very much for helping in the development of this add-on.

En español (Spanish)
Funcionando correctamente en TB 60.0.
Es triste que este complemento no tenga futuro en las nuevas reglas con las webextensions. Deberia venir de forma nativa y predeterminada en el propio cliente TB.
Muchas gracias por ayudar en el desarrollo de este complemento.

此意見為舊版本 (1.4.4) 的附加元件。 

StartupMaster

評分: 5 / 5 顆星

Complemento fundamental para Thunderbird

He estado buscando una alternativa al complemento "Profile Password" y me he encontrado con "StartupMaster".

Sencillamente ... genial!!

Cumple su funcion correctamente. Es una pena que Mozilla no introduzca esta funcionalidad en sus opciones.

Es cierto que la seguridad del correo se puede saltar (no la de las contraseñas) pero esto ya no es un problema del complemento sino de la politica que sigue Mozilla. En cualquier caso, este complemento es fantastico para sentirte un poco mas seguro en tu pc de trabajo.

Y ademas, por lo que he visto, el desarrollador de este complemento esta muy atento a mejorarlo asi que muchisimas gracias!!!!

Repito, un complemento fundamental. Muchisimas gracias a su desarrollador.

Un saludo

-------------
My English is not very good

Essential add-on for Thunderbird

I have been looking for an alternative to the "Profile Password" add-on and I have found "StartupMaster".

Just great!!

It fulfills its function correctly. It's a shame that Mozilla does not introduce this functionality into its options.

It is true that the security of the mail can be skipped (not the passwords) but this is no longer a problem of the complement but of the policy that Mozilla follows. In any case, this add-on is fantastic to feel a little more secure in your work pc.

And also, from what I've seen, the developer of this add-on is very attentive to improve it so many thanks!

I repeat, a fundamental complement. Thank you very much to your developer.

a greeting

此意見為舊版本 (1.6.2) 的附加元件。