Files
cm-amazon-chrome-extension/popup.html

19 lines
254 B
HTML

<!doctype html>
<html>
<head>
<script src="jquery-1.9.1.min.js"></script>
<script src="./js/popup.js"></script>
<style>
body{
width:300px;
padding:1rem;
text-align:center;
}
</style>
</head>
<body>
<h1>크롬 익스텐션 샘플</h1>
</body>
</html>