Check

JP Dictionary Popup

Highlight Japanese text on your web pages for quick search

  1. 彼は今、新薬の研究開発に挑んでいる。
  2. 私の主張は単なる(  )ではなく、確たる証拠に基づいている。
Question data: https://www.jlpt.jp/e/samples/n1/index.html

About Popup

JP Dictionary has developed a function to embed popup dictionary search on other websites to make it easier for learners to look up Japanese while reading. The popup will be displayed every time the user selects Japanese text.

Features:
  • Look up vocabulary, Kanji, translate sentences.
  • Users do not need to install.
  • Work well on both mobile and PC (over 70% of the dictionary lookup data coming from mobile).

Guide

1) How to embed the popup.
Insert the following code before the closing </body> tag
📋
<div id="jpdictionary"></div><script src="https://jpdictionary.com/popup/jpdictionary.js"></script>
2) How to disable / re-enable the popup.
Add the jpdictionary-off class to any tag on the web page.
Example: Disable / re-enable the popup with the checkbox:
<input onChange="this.classList.toggle('jpdictionary-off')" type="checkbox" checked>
Best regards,
JP Dictionary