I am looking at the API for chrome.contextMenu
here.
The context types listed are:
- "all"
- "page"
- "frame"
- "selection"
- "link"
- "editable"
- "image"
- "video"
- "audio"
- "launcher"
- "browser_action"
- "page_action"
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".