回答編集履歴
1
追記
test
CHANGED
@@ -11,3 +11,17 @@
|
|
11
11
|
|
12
12
|
|
13
13
|
[バックグラウンドスクリプトとの通信](https://developer.mozilla.org/ja/docs/Mozilla/Add-ons/WebExtensions/Content_scripts#communicating_with_background_scripts)
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
実行するコンテンツスクリプトとして実行する関数に`args`プロパティで値を渡すことは可能です。返値を取得することもできますがちょっと複雑です。
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
[https://developer.chrome.com/docs/extensions/reference/scripting/#runtime-functions](https://developer.chrome.com/docs/extensions/reference/scripting/#runtime-functions)
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
やっぱりインジェクションした後通信する方が素直かなと思います。
|