mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-05 14:59:43 +07:00
12 lines
477 B
Markdown
12 lines
477 B
Markdown
# chrome.contextMenus
|
|
|
|
A sample extension demonstrating use of the chrome.contextMenus API.
|
|
|
|
## Overview
|
|
|
|
In this sample the chrome.contextMenus API is used to create menu items, listen for different context menu types being clicked, and run code based on what the user has selected.
|
|
|
|
## Implementation Notes
|
|
|
|
Different console readouts are made when context menu items are clicked. This can be quickly adapted to use new functions or API calls for more advaced functionality.
|