aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/import.html
blob: 3dcdfdbd482dbb348fa11896142a22732e18854e (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
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
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Yomichan Dictionary Import</title>
        <link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap.min.css">
        <link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css">
        <style>
            div.alert {
                display: none;
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="page-header">
                <h1>Welcome to Yomichan!</h1>
            </div>

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

            <div>
                <h2>Dictionary Import</h2>

                <p>
                    Before it can be used for the first time, Yomichan must import the Japanese dictionary data included with this extension. This process can take a
                    couple of minutes to finish so please be patient! Please do not completely exit out of your browser until this process completes.
                </p>

                <div class="progress">
                    <div class="progress-bar progress-bar-striped" style="width: 0%"></div>
                </div>

                <div class="alert alert-success">Dictionary import complete!</div>
            </div>

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

                <p>
                    Please read the steps outlined below to get quickly get up and running with Yomichan. For complete documentation,
                    visit the <a href="https://foosoft.net/projects/yomichan-chrome/">official homepage</a>.
                </p>

                <ol>
                    <li>Left-click on the <img src="../img/icon16.png" alt> icon to enable or disable Yomichan for the current browser instance.</li>
                    <li>Right-click on the <img src="../img/icon16.png" alt> icon and select <em>Options</em> to open the Yomichan options page.</li>
                    <li>Hold down <kbd>Shift</kbd> or the middle mouse button as you move your cursor over text to see definitions.</li>
                    <li>Resize the definitions window by dragging the bottom-left corner inwards or outwards.</li>
                    <li>Click on Kanji in the definition window to view additional information about that character.</li>
                </ol>
            </div>

            <br>

            <p>よろしくね!</p>
        </div>

        <script src="../lib/jquery-2.2.2.min.js"></script>
        <script src="js/import.js"></script>
    </body>
</html>