-
Notifications
You must be signed in to change notification settings - Fork 5
/
popup.html
32 lines (27 loc) · 1.16 KB
/
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
32
<html>
<head>
<script src="popup.js"></script>
<link rel="stylesheet" type="text/css" href="popup.css">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<h2>Process Google Dataset v0.0.1</h1>
<p><span>Only works with <a id="googleImg" href="https://www.google.com/imghp" target="_blank">Google Images</a></span></p>
<label>Parse Speed in Seconds (Faster Internet = Lower)</label>
<div id="g-range-container" class="bg-gray">
<input class="g-range" value="3" type="range" id="g-range" min="0.5" max="20" step="0.5">
</div>
<div id="g-range-values-container" class="">
<p class="txt-big-number txt-gray" id="g-range-value">3</p>
</div>
<div class="type-1">
<div class="btn-a">
<a id="download" class="btn btn-1">
<span class="txt">Parse and Download Metadata</span>
<span class="round"><i class="fa fa-chevron-down"></i></span>
</a>
</div>
</div>
</body>
</html>