chrome-plugin-demo/simple-chrome-plugin-demo/popup.html

11 lines
234 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>popup</title>
</head>
<body style="width:500px;min-height:100px;">
这里是popup。
<script type="text/javascript" src="js/popup.js"></script>
</body>
</html>