Sign in
chromium
/
chromium
/
src.git
/
62.0.3178.1
/
.
/
chrome
/
common
/
extensions
/
docs
/
examples
/
api
/
permissions
/
extension-questions
/
popup.html
blob: 43fc6b0992e71c7c9fdf523c2b1ef2b85cc70604 [
file
] [
log
] [
blame
]
<!doctype html>
<head>
<style>
body
{
width
:
300px
;
}
</style>
</head>
<body>
<h3
id
=
"title"
></h3>
<ul
id
=
"results"
></ul>
<script
src
=
"popup.js"
></script>
</body>