Witamy na witrynie Dodatki dla programu Thunderbird.
Dodaj dodatkowe funkcje i motywy, by dostosować program Thunderbird do swoich potrzeb.
Zamknij
Paste Files as Attachments 1
Autor: John Bieling
This Thunderbird add-on fills the gap left by the modernized Attach-From-Clipboard add-on, which is no longer able to paste files from the clipboard as attachments after migrating away from legacy Mozilla code.
Więcej o tym dodatku
The original add-on directly accessed the clipboard and allowed its contents (e.g., screenshots) to be pasted as attachments. However, modern Web APIs do not permit access to clipboard files, making that approach unworkable today.
This add-on takes a different approach. Instead of accessing the clipboard directly, it listens for the standard
paste
event. Thunderbird does not normally handle pasted files (pasting a file into the compose window has no effect). With this add-on installed, pasted files are extracted from the event and automatically added as attachments.