Skip to content

Instantly share code, notes, and snippets.

@mitchmoser
Created December 25, 2018 09:20
Show Gist options
  • Save mitchmoser/6e0f8ea3588221de43d932d682cda69e to your computer and use it in GitHub Desktop.
Save mitchmoser/6e0f8ea3588221de43d932d682cda69e to your computer and use it in GitHub Desktop.
chrome.contextMenus.create({
"id": "IP",
"title": "IP",
"contexts": ["selection"]
});
chrome.contextMenus.create({
"id": "Alien IP",
"title": "AlienVault OTX",
"parentId": "IP",
"contexts": ["selection"]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment