summaryrefslogtreecommitdiff
path: root/ext/bg/guide.html
blob: 130d6d68d5f2486b0b2f74dfa15ad62a20f2fea5 (plain)
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
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Welcome to Yomichan!</title>
        <link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap.min.css">
        <link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css">
    </head>
    <body>
        <div class="container-fluid">
            <div class="page-header">
                <h1>Welcome to Yomichan!</h1>
            </div>

            <p>Thank you for downloading this extension! I hope that Yomichan will help you on your language learning journey.</p>

            <div>
                <h2>Quick Guide</h2>

                <p>
                    Read the steps below to get up and running with Yomichan. For complete documentation,
                    visit the <a href="https://foosoft.net/projects/yomichan/" target="_blank">official homepage</a>.
                </p>

                <ol>
                    <li>Click on the <img src="/mixed/img/icon16.png" alt> icon in the browser toolbar to open the Yomichan options page.</li>
                    <li>Import the dictionaries (bundled or custom) you wish to use for term and Kanji searches.</li>
                    <li>Hold down <kbd>Shift</kbd> (or the middle mouse button) as you hover over text to see term definitions.</li>
                    <li>Click on the <img src="/mixed/img/play-audio.png" alt> icon to hear the term pronounced by a native speaker (if audio is available).</li>
                    <li>Click on Kanji in the definition window to view additional information about that character.</li>
                </ol>
            </div>
        </div>
    </body>
</html>