mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-05 14:59:43 +07:00
11 lines
209 B
HTML
11 lines
209 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Devtools Page</title>
|
|
<script src="devtools.js"></script>
|
|
<script src="./background.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|