diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-11-13 11:58:23 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-11-13 11:58:23 -0800 |
commit | dab46eda3e42e5f0a624bb285a555b078b999a99 (patch) | |
tree | de2729f5370cdc5ed0af544fe743fb9ea6b2e3c4 /ext/bg/guide.html | |
parent | 7598de2234393433e98c9af3c312a1bcfd82c32f (diff) |
WIP
Diffstat (limited to 'ext/bg/guide.html')
-rw-r--r-- | ext/bg/guide.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ext/bg/guide.html b/ext/bg/guide.html new file mode 100644 index 00000000..e5ec59d7 --- /dev/null +++ b/ext/bg/guide.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <title>Yomichan</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"> + </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>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/" target="_blank">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 hover over text to see term 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> + </div> + </body> +</html> |