回答編集履歴
1
extId修正委漏れ
test
CHANGED
@@ -100,7 +100,7 @@
|
|
100
100
|
|
101
101
|
```js
|
102
102
|
|
103
|
-
const extId = 'n
|
103
|
+
const extId = 'bbchnfmcdcokmipmngjjniflkoakncbl';
|
104
104
|
|
105
105
|
chrome.runtime.sendMessage(extId, 'content tab handle');
|
106
106
|
|
@@ -230,7 +230,7 @@
|
|
230
230
|
|
231
231
|
requestAnimationFrame(DrawGraph);
|
232
232
|
|
233
|
-
chrome.runtime.sendMessage(
|
233
|
+
chrome.runtime.sendMessage(extId, 'get audio data', function(spectrums) {
|
234
234
|
|
235
235
|
obj.geometry.dispose();
|
236
236
|
|