trashbasu

自己紹介

開発者情報
タイトル trashbasu
所在地 Spain
ユーザー登録日 4月 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) についてのレビューです。