'How do I read the text displayed on browser using a Flutter chrome extension?

So basically what I want to do is use a Flutter Chrome extension to be able to read the content being displayed by a webpage. I understand that the underlying text is more than likely not extractable directly from the underlying JS, so I simple want to be able to read what is being displayed

Is there any way to do this? I am not a web developer, so I would prefer flutter only solutions



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source