-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpop.htm
24 lines (23 loc) · 918 Bytes
/
pop.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<meta charset="utf8">
<title>半蔵</title>
<style>
body{
width:400px;
}
</style>
</head>
<body>
In order to see all of the primitives (compound elements) and Hanzi / Kanji characters you need to install the
<a href="https://www.babelstone.co.uk/Fonts/Han.html" target="_blank">BabelStone Han</a> font.
Well, this or convince chromium devs to change the limitation on the size of a webfont by voting for <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=1155678" target="_blank">this bug report</a>
<br>
This extension is using the kanjidic2.xml (converted to json) generously provided by
<br>
<a href="http://www.edrdg.org/wiki/index.php/JMdict-EDICT_Dictionary_Project" target="_blank">JMdict-EDICT Dictionary Project</a>
<br>
<a href="http://www.edrdg.org/wiki/index.php/KANJIDIC_Project" target="_blank">The KANJIDIC Project</a>
</body>
</html>