I'm trying to achieve something very simple and I'm blocked by the not so clear explanations in the chrome extension development official website.
I am trying to build a chrome extension with one button that extract the H2 from the specific page it's on, and pass this data into the extension to be shown there in a list (or something else if more easily implemented).
So from what I read I struggle with the logics of all the files and permissions:
The real question is: Is there a difference between all those ways? are there any limitations? cons/pros? are there other ways?
Where can I really learn about chrome extension development?
Thanks in advance.