-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathoptions.html
More file actions
28 lines (27 loc) · 1.19 KB
/
options.html
File metadata and controls
28 lines (27 loc) · 1.19 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Options - Quick Find</title>
</head>
<h2>Change Log</h2>
<h3>0.0.14</h3>
<ul>
<li class="update-entry">
<strong>Updated to Support Manifest V3</strong>
</li>
</ul>
<h3>0.0.12</h3>
<ul>
<li class="update-entry">
<strong>Keyboard Shortcut/Hotkeys enabled </strong> - Add your own custom shortcut keys for searching all/links by clicking: <a id="keyboard-shortcut-link" href="javascript:;" target="_blank">Keyboard Shortcuts/Hotkeys</a>
</li>
</ul>
<div>Google Analytics helps with providing a better user experience by understanding user behavior. NO personal information is used. Quick Find will ALWAYS remain an ad free extenion. Only impressions of the Quick Find menu are sent to help improve Quick Find. You can choose to opt out of sending this anonymous analytical data by checking the box below.</div>
<p></p>
<input type="checkbox" name="tracking-opt-out" id="tracking-opt-out"></input>
<label for="tracking-opt-out">Opt out of sending anonymous analytical tracking</label>
<script type="text/javascript" src="js/lib/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/opt_out.js"></script>
<body>
</body>
</html>