teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

backgroundスクリプトの書き方の訂正

2022/02/20 10:41

投稿

me1t
me1t

スコア48

title CHANGED
File without changes
body CHANGED
@@ -37,14 +37,10 @@
37
37
  "default_title": "SAMPLE",
38
38
  "default_popup": "main.html"
39
39
  },
40
-
41
- "content_scripts": [
40
+ "background":{
42
- {
43
- "js": ["jq360min.js", "background.js"],
41
+ "scripts": ["jq360min.js", "background.js"]
44
- "matches": ["http://*/*", "https://*/*"]
45
- }
46
- ]
47
42
  }
43
+ }
48
44
  ```
49
45
  ```main.html
50
46
  <!DOCTYPE html>