This is an extension for https://github.com/AUTOMATIC1111/stable-diffusion-webui
It's goal is to show extension developers how to send text to the textprompt textbox, The code is contains comments to clarify some aspects. Feel free to play around with it!!
Afterwards, input your text and click on send text. The result will be as follows
Making this extension required going through different extensions and inspecting their code,which provide vital clues without this, the extension wouldn't exist.