mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
9 lines
137 B
HTML
9 lines
137 B
HTML
<html>
|
|
<head>
|
|
<title>Context Menu Demo</title>
|
|
</head>
|
|
<body>
|
|
<p>Right click to see the context menu</p>
|
|
</body>
|
|
</html>
|