Добре дошли в Добавки за Thunderbird.

Добавете допълнителни възможности и теми, за да направите Thunderbird свой.

Затваряне

On the go?

Check out our Mobile Add-ons site.

Затваряне

Хронология на версиите на AdvancedTasks

6 версии

Отнасяйте се с повишено внимание към старите версии!

Тези версии са предоставени за справки и тестови цели. Винаги трябва да използвате последната версия на добавките.

Издание 1.6 134.3 KiB Работи с Thunderbird 45.0 - 61.*

link behavior fix

Издание 1.5 134.3 KiB Работи с Thunderbird 45.0 - 59.*

As requested by some user:
You can now use html input type="text", textarea, forms and save them.
Examples:
Generate a Save Button to save input-fields and textareas:
<button type="button">Save</button>
Input:
<input type="text" value="myValue">
<textarea rows="4" cols="50">My Text</textarea>

Send forms to your server:
<form action="http://yourserver/api" method="post">
First name: <input name="fname" value="111" type="text">
Last name: <input name="lname" value="" type="text">
<input value="Submit" type="submit">
</form>

Издание 1.4 134.1 KiB Работи с Thunderbird 45.0 - 59.*

testet/updated compatibility

Издание 1.3 134.1 KiB Работи с Thunderbird 45.0 - 52.*

css update

Издание 1.2 130.7 KiB Работи с Thunderbird 45.0 - 52.*

- bug fixes

Издание 1.1 131.3 KiB Работи с Thunderbird 45.0 - 45.*

- css fix: checkbox should use theme checkboxes