contextMenus property
ChromeContextMenus
get
contextMenus
Use the chrome.contextMenus
API to add items to Google Chrome's context
menu. You can choose what types of objects your context menu additions
apply to, such as images, hyperlinks, and pages.
Implementation
ChromeContextMenus get contextMenus => _contextMenus;