回答編集履歴

1

extId修正委漏れ

2017/01/23 09:09

投稿

turbgraphics200
turbgraphics200

スコア4267

test CHANGED
@@ -100,7 +100,7 @@
100
100
 
101
101
  ```js
102
102
 
103
- const extId = 'necjgeoojajimfodpdjlpnmkdobdlfia';
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('necjgeoojajimfodpdjlpnmkdobdlfia', 'get audio data', function(spectrums) {
233
+ chrome.runtime.sendMessage(extId, 'get audio data', function(spectrums) {
234
234
 
235
235
  obj.geometry.dispose();
236
236