开发者问题收集
我正在尝试在 chrome 扩展中传递消息。我按照此示例(参见此处)- :content_script:chrome.runtime.sendMessage({greeting: "hello"}, function(response) {console.log(response.farewell);});background:chrome.tabs.query({active: true, cu