forked from zmarty/double-shot-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
instructions.html
31 lines (29 loc) · 1.51 KB
/
instructions.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
<!doctype html>
<html>
<head>
<title>Instructions on using Double Shot Search</title>
<link href="instructions.css" rel="stylesheet">
<script src="jquery-1.11.1.min.js"></script>
<script src="instructions.js"></script>
</head>
<body>
<div>The <b>Double Shot Search</b> Chrome extension allows searching in both Bing and Google at the same time.</div>
<hr>
<div>Here are the ways to use Double Shot Search:</div>
<ol>
<li>If you are using Windows then Double Shot should already be your default search engine.</li>
<!--
<li><b>Or</b> if that's not the case you can <a href='https://www.doubleshotsearch.download/chrome-extension/add-search-engine.php' target='_blank'><b>set it as a default search engine</b></a> so you can search directly from the address bar.
-->
<li><b>Or</b> you can also use it to shop for products: go to the address bar and write <b><i>shop <space> query</i></b>, then press enter.</b>
<li><b>Or</b> you can also use it using an address bar shortcut: go to the address bar and write <b><i>ds <space> query</i></b>, then press enter.</b>
<li><b>Or</b> you can search below by typing a query and pressing Enter.
</ol>
<hr>
<form method="GET" id="double-shot-search-box" target="_blank">
<img src='DoubleShotSearchLogo16.png' width='16' height='16'>
<input type='text' name='q' id='query-box' size="30">
<input type="submit" value="Search Bing and Google">
</form>
</body>
</html>