google-chrome-extensioncontextmenugoogle-chrome-app

Chrome contextMenus API ContextType


I am looking at the API for chrome.contextMenu here.

The context types listed are:

Some of these are intuitive, the others not so much.

Where can I find definitions for these different contexts? It is hard to make use of the api without this background knowledge.

Specifically, I would like to know "page", "frame", "editable", and "launcher".


Solution