Benvenuto in Thunderbird Add-ons.
Aggiungi nuove funzionalità e stili per rendere Thunderbird veramente tuo.
ChiudiK19
Informazioni utente
Nome | K19 |
---|---|
Utente da | Dic. 7, 2021 |
Numero di componenti aggiuntivi sviluppati | 0 componenti aggiuntivi |
Media delle valutazioni sui componenti aggiuntivi di questo sviluppatore. | Nessun voto |
Le mie recensioni
Single Domain
Assegnate 5 su 5 stelle
Useful, but may I suggest using decodeURI() to parse the addresses? The name of my recipients are not always in ASCII characters so a long list of URI escape sequences do not help. Something like:
// Arguments
URL = decodeURI(document.URL);
console.log(URL);
addresses = URL;
Per creare una tua raccolta devi avere un account per Mozilla Add-ons.