yomichan/ext/bg/guide.html

37 lines
1.8 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>
2016-09-15 04:08:51 +00:00
<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">
2016-09-17 03:28:59 +00:00
<h1>Welcome to Yomichan!</h1>
2016-09-15 04:08:51 +00:00
</div>
2016-09-17 03:28:59 +00:00
<p>Thank you for downloading this extension! I sincerely hope that it will assist 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>
Please read the steps outlined below to get quickly get up and running with Yomichan. For complete documentation,
2016-11-07 03:14:43 +00:00
visit the <a href="https://foosoft.net/projects/yomichan-chrome/" target="_blank">official homepage</a>.
2016-09-17 03:28:59 +00:00
</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>
2016-11-14 03:10:28 +00:00
<li>Import any dictionaries (bundled or custom) you wish to use for Kanji and term 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>
2016-09-17 03:28:59 +00:00
<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>
2016-09-15 04:08:51 +00:00
</div>
</body>
</html>