How would I go about including the jQuery library in my Google Chrome Content Script? I have tried, fruitlessly, of course. Should I use <script src="..." /></script>, or is there a different/better way to go about it? Thanks in advance!
How would I go about including the jQuery library in my Google Chrome Content
Share
You need to load it in your manifest.json, like this: