forked from i-a-n/tabnarok
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
31 lines (31 loc) · 1007 Bytes
/
popup.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
<!doctype html>
<html>
<head>
<title>openTabs</title>
<link rel="stylesheet" type="text/css" href="css/openTabs.css">
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/manipulate.js"></script>
<script src="js/openTabs.js"></script>
</head>
<body>
<ul class="statsList">
<li id="tabs--number"><em></em> tabs open across</li>
<li id="tabs--windows"><em></em> window</li>
<li id="tabs--pinned"><em></em> tabs pinned</li>
</ul>
<div class="actionsList">
<div class="action" id="sort">
<img width="24" height="24" src="img/sort.png" alt="Sort tabs" />
<p>Sort</p>
</div>
<div class="action" id="extract">
<img width="24" height="24" src="img/extract.png" alt="Extract this domain" />
<p>Extract</p>
</div>
<div class="action" id="merge">
<img width="24" height="24" src="img/merge.png" alt="Merge windows" />
<p>Merge</p>
</div>
</div>
</body>
</html>