I am developing a cross browser extension using kango framework. I want to add my extension to the context menu of the browser. I already have set "context_menu": true in the permissions array in extension_info.json file, but still my extension does not appear in the context menu ( when there is a right click in the browser window). How can I do this?
extension appearing in the context menu of the browsers
329 views Asked by user3567295 At
1
You need to add an event listener to main.js like this:
And in the content.js you need to consume the event like this: