mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-28 13:39:44 +07:00
14 lines
308 B
HTML
14 lines
308 B
HTML
<html>
|
|
<head>
|
|
<script src="a.js"></script>
|
|
<title>Window A</title>
|
|
</head>
|
|
<body>
|
|
<h1>Window A</h1>
|
|
<p>Right click to see the context menu.</p>
|
|
<p style="-webkit-user-select: text">Select this text and then right-click</p>
|
|
<p>Log:</p>
|
|
<pre id="log"></pre>
|
|
</body>
|
|
</html>
|