yomichan/ext/bg/guide.html

36 lines
1.7 KiB
HTML
Raw Normal View History

2016-09-15 04:08:51 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2016-11-14 03:10:28 +00:00
<title>Welcome to Yomichan!</title>
2017-03-04 20:27:05 +00:00
<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">
2016-09-15 04:08:51 +00:00
</head>
<body>
2017-03-04 20:27:05 +00:00
<div class="container-fluid">
2016-09-15 04:08:51 +00:00
<div class="page-header">
2016-09-17 03:28:59 +00:00
<h1>Welcome to Yomichan!</h1>
2016-09-15 04:08:51 +00:00
</div>
<p>Thank you for downloading this extension! I hope that Yomichan will help you on your language learning journey.</p>
2016-09-15 04:08:51 +00:00
2016-09-17 03:28:59 +00:00
<div>
<h2>Quick Guide</h2>
<p>
Read the steps below to get up and running with Yomichan. For complete documentation,
2017-02-26 20:46:37 +00:00
visit the <a href="https://foosoft.net/projects/yomichan/" target="_blank">official homepage</a>.
2016-09-17 03:28:59 +00:00
</p>
<ol>
2017-03-04 20:27:05 +00:00
<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>
2016-09-20 04:04:01 +00:00
<li>Hold down <kbd>Shift</kbd> (or the middle mouse button) as you hover over text to see term definitions.</li>
2017-03-05 19:34:14 +00:00
<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>
2016-09-17 03:28:59 +00:00
<li>Click on Kanji in the definition window to view additional information about that character.</li>
</ol>
</div>
2016-09-15 04:08:51 +00:00
</div>
</body>
</html>