forked from TheOtherGuy27/uSuperDrag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
43 lines (42 loc) · 1.1 KB
/
options.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
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>uSuperDrag Options</title>
</head>
<body>
<p>
<label>
<input id="enable-text-search" type="checkbox">
<span data-translate="enableTextSearch"></span>
</label><br>
<label>
<span data-translate="searchUrl"></span>
<input id="search-url" style="width:100%" type="text">
</label><br>
<small data-translate="searchUrlDescription"></small>
</p>
<p>
<label>
<input id="enable-open-tab-in-bg" type="checkbox">
<span data-translate="enableOpenTabInBg"></span>
<p>
<p>
<label>
<input id="enable-link-open" type="checkbox">
<span data-translate="enableLinkOpen"></span>
<p>
<p>
<label>
<input id="enable-link-text-select" type="checkbox">
<span data-translate="enableLinkTextSelect"></span>
</label><br>
<small data-translate="selectLikeOpera"></small>
<p>
<p>
<button data-translate="save" id="save"></button>
<span data-translate="saveStatus" id="save-status" style="display:none"></span>
</p>
<script src="options.js"></script>
</body>
</html>