Context Menu
Can add stuff to the right click menu
Need "contextMenus"
permission in the manifest
background.js
ContextTypes
"all"
, "page"
, "frame"
, "selection"
, "link"
, "editable"
, "image"
, "video"
, "audio"
, "launcher"
, "browser_action"
, or "page_action"
ItemTypes
"normal"
, "checkbox"
, "radio"
, or "separator"
Last updated