chrome-plugin-demo/page-action-demo/popup.html
2017-06-23 21:11:15 +08:00

20 lines
417 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>popup页</title>
<meta charset="utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
body {
font-family: 'Microsoft Yahei';
width: 500px;
min-height: 100px;
}
a {margin-right: 10px;}
</style>
</head>
<body>
<h1>pageAction演示</h1>
<p>打开百度pageAction会点亮打开其它页面pageAction会变灰。</p>
</body>
</html>