|
@@ -5,10 +5,13 @@
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
- <h1>Creating a Microsoft Edge Extension</h1>
|
|
|
|
- <p>Full Screen</p>
|
|
|
|
- <button id="btn_start">Start</button>
|
|
|
|
- <button id="btn_stop">Stop</button>
|
|
|
|
|
|
+ <h1>Full Screen</h1>
|
|
|
|
+ <p>Version: 1.0.0.0</p>
|
|
|
|
+ <p><a href="https://git.yoqi.me/lyq/fullscreen_edge">项目开源</a></p>
|
|
|
|
+ <div class="div_action">
|
|
|
|
+ <button id="btn_start">Start</button>
|
|
|
|
+ <button id="btn_stop">Stop</button>
|
|
|
|
+ </div>
|
|
<script src="js/popup.js"></script>
|
|
<script src="js/popup.js"></script>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|