Files
chrome-extensions-samples/samples/context-menu/b.html
2015-03-30 16:31:36 +02:00

13 lines
225 B
HTML

<html>
<head>
<script src="b.js"></script>
<title>Window B</title>
</head>
<body>
<h1>Window B</h1>
<p>Right click to see the context menu.</p>
<p>Log:</p>
<pre id="log"></pre>
</body>
</html>