-
Notifications
You must be signed in to change notification settings - Fork 5
/
popup.html
96 lines (95 loc) · 3.02 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./styles/popup.css" />
</head>
<body>
<h2>
<span id="mainTitle"></span>
<a
href="https://siderite.dev/blog/new-chrome-extension-lichess-tools"
target="_blank"
title="Learn more"
><img src="images/icon-128.png"
/></a>
</h2>
<div class="content">
<p>
This extension turbocharges Lichess with a lot of useful and fun
features.
</p>
<p>
You can access the options for the extension in the
<a
href="https://lichess.org/login?referrer=/account/preferences/display%23lichessTools"
target="_blank"
title="Open lichess.org Preferences"
>Lichess preferences</a
> (or a smaller set at <a
href="https://lichess.org/team/all#lichessTools"
target="_blank"
title="Open LiChess Tools Preferences for not logged in players"
>LiChess Tools preferences</a
> if you are not logged in). Many of these are not enabled by default, so it's important for you
to go there. A good resource is the
<a
href="https://siderite.dev/blog/lichess-tools---user-manual/"
target="_blank"
>LiChess Tools user manual page</a
>.
</p>
<p>
Find the latest updates and keep up to speed by joining
<a
href="https://lichess.org/team/l1chess-tools-users-team"
target="_blank"
>team LiChess Tools Users</a
>
and/or reading
<a
href="https://lichess.org/forum/team-l1chess-tools-users-team"
target="_blank"
>the team forum</a
>.
</p>
<p>
Help translating LiChess Tools in your language <a href="https://crowdin.com/project/lichess-tools" target="_blank">on Crowdin</a>
</p>
</div>
<div class="link">
<a
class="rate"
title="Ratings help me a lot"
href="https://chromewebstore.google.com/detail/lichess-tools-by-siderite/langlhlcknngldkeliapahbhbcmlcbcj/reviews"
target="_blank"
>Rate this!</a
>
<a
class="update"
title="Extension has an update"
href="chrome://extensions"
target="_blank"
>Get an update!</a
>
<a
class="blog"
title="Open the extension official page. I love feedback!"
href="https://siderite.dev/blog/new-chrome-extension-lichess-tools"
target="_blank"
>siderite.dev</a
>
</div>
<div class="gift">
<a
href="https://lichess.org/patron/list?dest=gift&giftUsername=siderite"
title="If you want to thank me, give some money to Lichess"
target="_blank"
>Gift Lichess wings to the developer</a
>
</div>
</body>
<script src="scripts/popup.js"></script>
</html>