通过以下代码向当前页面发送“start”消息:chrome.tabs.query({active:true,currentWindow:true},tabs=>{lettab=tabs[0];chrome.tabs.sendMessage(tab.id,"start");});报错:Uncaught(inpromise)Error:Couldnotestablishconnection.Receivingenddoesnotexist.可能的原因:接收端,也就是说目标页面必须有chrome.runtime.onMessage监听消息,如果“content-script”没有注入到页面中,那么这