How do I track whether a context menu item is already created by my Chrome Extension?
Each chrome.contextMenus.create
call returns an unique identifier. Store these identifiers in an array or hash to keep track of them.
Each chrome.contextMenus.create
call returns an unique identifier. Store these identifiers in an array or hash to keep track of them.