jQuery = loadLibraries("jquery-1.4.2.min.js");
我该怎么做?
编辑:我正在注入内容脚本。
{ "name": "My extension",... "content_scripts": [ { "matches": ["http://www.google.com/*"],"css": ["mystyles.css"],"js": ["jquery.js","myscript.js"] } ],... }
当内容脚本被沙盒时,您不需要担心父页面上与jQuery的冲突。