-
Notifications
You must be signed in to change notification settings - Fork 0
/
page_action.html
35 lines (28 loc) · 1.04 KB
/
page_action.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<script src="js/page_action.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
<style media="screen">
.experimental .btn {
width: 35px;
height: 35px;
color: #FFF;
}
</style>
</head>
<body>
<div id="main" style="margin:auto">
<p>No AppId Found.</p>
</div>
<hr>
<div class="experimental">
<button tabindex="-1" id="collapse" name="collapse" class="btn btn-default">⇤</button>
<button tabindex="-1" id="expand" name="expand" class="btn btn-default">⇥</button>
<button tabindex="-1" id="zoom" name="zoom" class="btn btn-default">↔</button>
<button tabindex="-1" id="zoom_out" name="zoom_out" class="btn btn-default">↔</button>
<button style="width: calc(100% - 155px)" tabindex="-1" id="autofill" name="autofill" class="btn btn-default">Autofill Form</button>
</div>
<textarea id="sandbox" style="display: none"></textarea>
</body>
</html>