yomichan/ext/bg/guide.html

41 lines
2.3 KiB
HTML
Raw Normal View History

2016-09-15 04:08:51 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1" />
2016-11-14 03:10:28 +00:00
<title>Welcome to Yomichan!</title>
2019-11-02 14:10:03 +00:00
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32">
2019-11-02 14:10:03 +00:00
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128">
<link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css">
2016-09-15 04:08:51 +00:00
</head>
<body>
2017-03-18 20:46:56 +00:00
<div class="container">
2016-09-15 04:08:51 +00:00
<div class="page-header">
2017-04-09 01:01:36 +00:00
<h1>Yomichan Usage Guide</h1>
2016-09-15 04:08:51 +00:00
</div>
2017-04-09 01:01:36 +00:00
<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" rel="noopener">official homepage</a>.
2017-04-09 01:01:36 +00:00
</p>
2016-09-15 04:08:51 +00:00
2017-04-09 01:01:36 +00:00
<ol>
<li>Click on the <img src="/mixed/img/yomichan-icon.svg" alt> icon in the browser toolbar to open the Yomichan actions dialog.</li>
<li>Click on the <em>cog</em> icon in the middle to open the options page.</li>
2017-04-09 01:01:36 +00:00
<li>Import the dictionaries you wish to use for term and Kanji searches.</li>
<li>Hold down <kbd>Shift</kbd> key or the middle mouse button as you move your mouse over text to display definitions.</li>
2019-10-07 01:05:27 +00:00
<li>Click on the <img src="/mixed/img/play-audio.svg" alt> icon to hear the term pronounced by a native speaker.</li>
2017-04-09 01:01:36 +00:00
<li>Click on individual Kanji in the term definition results to view additional information about those characters.</li>
</ol>
2016-09-17 03:28:59 +00:00
2017-04-09 01:01:36 +00:00
<p>This startup notification can be turned off on the Yomichan options page.</p>
2016-09-15 04:08:51 +00:00
</div>
</body>
</html>