Issues with Content Menu and Opening Tabs - Chrome Extension
问题 im having issue with the below code not showing up with selection is detected on the webpage. Currently when i am selecting text the context menu is not showing up. Code function getword(info,tab) { if (info.menuItemId == "google") { console.log("Google" + info.selectionText + " was clicked."); chrome.tabs.create({ url: "http://www.google.com/search?q=" + info.selectionText, }) } else { console.log("Bing" + info.selectionText + " was clicked."); chrome.tabs.create({ url: "http://www.bing.com