私はクロムパッケージアプリを作っています。これが私のmanifest.jsonです
"app": {
"launch": {
"local_path": "main.html"
}
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*", "file://*/*"],
"js": ["jquery-1.7.min.js", "content_script.js"],
"all_frame": "true"
}
コンテンツ スクリプトが main.html で実行できないのはなぜですか? コンテンツ スクリプトはパッケージ アプリで実行できますか?