With this extension you can copy the inner text of all elements on a web page.The innerText property sets or returns the text content of the specified node, and all its descendants.
If you set the innerText property, any child nodes are removed and replaced by a single Text node containing the specified string.
Note: This property is similar to the textContent property, however there are some differences: