chrome-plugin-demo/page-action-demo/popup.html

20 lines
417 B
HTML
Raw Normal View History

2017-06-23 21:11:15 +08:00
<!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>