Hı I made a simple chrome extension. But what ı need is that when user left click the extension icon it will show right click menu. I know some extension does that but ı dont know how to do.
chrome.browserAction.onClicked.addListener(buttonClicked)
function buttonClicked(tab) {
//Force to right click
}