-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpopup.html
42 lines (41 loc) · 1.05 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
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html>
<body>
<a href="https://kagi.com" target="_blank">
<img src="popup-animation.gif" />
</a>
<p>
Remember to enable 'Allow in Incognito' in the browser extensions page!
<a
href="https://github.com/kagisearch/chrome_extension_basic?tab=readme-ov-file#setup"
target="_blank"
>Here's a guide</a
>
</p>
<p>Learn more about this extension:</p>
<ul>
<li>
<a
href="https://chromewebstore.google.com/detail/kagi-search/cdglnehniifkbagbbombnjghhcihifij"
target="_blank"
>Extension Info</a
>
</li>
<li>
<a
href="https://github.com/kagisearch/chrome_extension_basic"
target="_blank"
>Source Code</a
>
</li>
<li>
<a
href="https://help.kagi.com/kagi/getting-started/setting-default.html"
target="_black"
>Kagi Docs</a
>
</li>
</ul>
<p>Check out our other extensions for more features!</p>
</body>
</html>