Subject of the issue
A feature can be added where the user can use the extension to enable voice typing. For that you can have a textbox in the container (hidden at first until enabled via a button) and then a mic icon by the side. Clicking on it enables voice typing, the user speaks and the texts get typed on the textbox. You can use JS's native api for this: https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API
Subject of the issue
A feature can be added where the user can use the extension to enable voice typing. For that you can have a textbox in the container (hidden at first until enabled via a button) and then a mic icon by the side. Clicking on it enables voice typing, the user speaks and the texts get typed on the textbox. You can use JS's native api for this: https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API