Thunderbird Eklentileri'ne hoş geldiniz.
Thunderbird uygulamanızı kişiselleştirmek için ekstra özellikler ve stiller ekleyin.
KapatAdvancedTasks Sürüm Geçmişi
6 sürüm
Eski sürümleri dikkatli kullanın!
These versions are displayed for reference and testing purposes. You should always use the latest version of an add-on.
Sürüm 1.5
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>
- Kaynak kodu Mozilla Public License, version 2.0 altında yayımlanmış
Sürüm 1.4
- Kaynak kodu Mozilla Public License, version 2.0 altında yayımlanmış
Sürüm 1.1
- Kaynak kodu Mozilla Public License, version 2.0 altında yayımlanmış
To create your own collections, you must have a Mozilla Add-ons account.