- <!DOCTYPE html>
- <html>
- <head>
- <title>demo</title>
- <link rel="stylesheet" type="text/css" href="index.css">
- </head>
- <body>
- hello world!
- <br>
- 修改fh-config.js中的noPage参数为false时,点击工具菜单,就会在新窗口打开这个工具了!去试试吧!
- <script type="text/javascript" src="index.js"></script>
- <script type="text/javascript" src="content-script.js"></script>
- </body>
- </html>
|