json文件中的内容是:
"content_scripts": [{
"all_frames": true,
"matches": ["http://www.google.com/*"],
"js": ["popup.js"]
}]
json文件中的内容是:
"content_scripts": [{
"all_frames": true,
"matches": ["http://www.google.com/*"],
"js": ["popup.js"]
}]