I\'m attempting to load JQuery into my Chrome extension and make it equal to an object but I\'m wondering how would I go about this? basically I\'d like something like...
"content_scripts": [ { "matches": ["http://*/*"], "js": ["jquery.min.js"] } ]