10ten Ja Reader Versions Save

A browser extension to translate Japanese by hovering over words.

v1.19.1

1 week ago
  • Added an option to use system fonts instead of bundled fonts (#1799).
  • (Safari) Fixed an issue with the popup stalling when looking up words using the puck (#1802).
  • Fixed verb class tags being shown on proverbs thanks to @Enellis (#1469).
  • Fixed kanji incorrectly encoded as radicals not being displayed in kanji tab thanks to @Enellis (#1205).

v1.19.0

2 weeks ago
  • Made it possible to change tabs in the popup by swiping horizontally thanks to @StarScape (#1656).
  • Bundled fonts used by the popup to provide consistent display and avoid issues with sites that patch system fonts (#1560).
  • Changed puck behavior to no longer hold the popup window like a regular mouse event would thanks to @StarScape (#1767).
  • Made copying to the clipboard include rare headwords again when not using simplified copy mode (#1665).
  • Made the popup no longer show when tapping on text boxes and other interactive elements thanks to @StarScape (#1678).
  • When searching using just kana (e.g. し and ヤク), made kana matches be prioritized (#1610 #1657).
  • Fixed sorting between various deinflected results so that 進む appears before 進ぶ when looking up 進んでいます (#1722).
  • Made the popup update after the database update is complete (#1677).
  • Made senses no longer be restricted when matching on search-only headwords (#1551).
  • Fixed translation of odd numbers with digits and multiple powers of ten like 11,786百万円 (#1399).

v1.18.0

3 months ago
  • Made the puck persist its position, orientation, and active state between pages (#1561).
  • Updated the clipboard copy feature:
    • Added a new setting to copy a simplified version of the entry that may be more suitable for making flashcards etc. (#1305).
    • Definitions are now separated by line breaks.
    • Rare headwords are excluded from the result unless we matched on them.
  • Fixed a case of 10ten not looking up text with ruby correctly in Ttsu reader (#1313).
  • Stopped popup being inverted when Wikipedia's experimental dark mode is enabled (#1590).

v1.17.1

5 months ago
  • (Chrome, Edge) Fixed support for Google Docs on chromium browsers (#1529).
  • (Safari) Fixed a case where the browser tab would hang when looking up text in a text field.
  • Improved rendering of source language information (#1468).
  • Added localization and handling for new rk (rarely-used kana form) tag.

v1.17.0

6 months ago
  • Added option to show Bunpro vocabulary and grammar labels next to words (#1383).
  • Added localizations for newly-introduced field tags.
  • Fixed a bug where it would take two clicks to enable the add-on sometimes (#1491).
  • Fixed slow lookup for long text spans (#1423).
  • Fixed options page becoming disconnected from the background page (again).

v1.16.2

6 months ago
  • (Chrome, Edge) Fixed online handling in currency fetching when running as a service worker.
  • Made options page more robust with regards to reconnecting to the background page (mostly only affects Safari).
  • (Safari) Handle contextMenus not being defined on iOS.
  • (Thunderbird) Made workaround for Gecko bug 1860486 apply to Thunderbird too.

v1.16.1

6 months ago
  • Removed "scripting" from list of permissions.

v1.16.0

6 months ago
  • (Chrome, Edge) Enabled Manifest Version 3.
  • (Firefox, Thunderbird) Enabled non-persistent event pages.
  • (Chrome, Edge) Made the options page show up in a new tab.
  • (Safari) Fixed some bugs with the background page waking up.
  • Lookup fixes
    • Fixed recognition of words that end in half-width numerals like 小1.
    • Added parsing for ill-formed numbers like 39,800万円.
    • (Firefox) Fixed lookup misbehaving on Firefox with <textarea>s with display: block such as on pastebin.com (#1403).
    • Made matches on search-only headwords show the search-only version too (e.g. 磨ガラス, ペイチン) (#1361).
    • Hid the "usually kana" annotation when no kanji headwords are shown (also #1361).
    • Added ability to recognize (deinflect) a few more irregular verbs like ございません and くださいます (#1431).
  • Keyboard fixes
    • Added handling to avoid the x key being assigned to both closing the popup and expanding it.
    • (Firefox, Thunderbird) Fixed the toggle key setting to allow using ,, ., Home, End, PageUp, PageDown, Space, Insert, Delete, Up, Down, Left, and Right.
    • (Firefox, Thunderbird) Made it possible to clear the toggle key.
  • Other bug fixes
    • (Firefox) Added a workaround for a Firefox bug that would cause 10ten to hang when changing dictionary language.
    • Fixed the popup changing width in some cases (e.g. when tabs are hidden and scrollbars are configured to always show) (#1314).
  • (Firefox) Android fixes
    • Made the lookup puck handle taps and double-taps correctly on Firefox for Android.
    • Hid settings button in popup on Firefox for Android until bug 1795449 is fixed.

v1.15.1

9 months ago
  • Fixed selection styles not applying in Chrome/Edge (#1297).

v1.15.0

9 months ago
  • Collapsed the popup window to only show the most relevant results by default (#1036).
    • You can restore the old behavior by choosing "Expand all entries → Words" from the settings screen.
    • You can view other entries by scrolling the popup window or by expanding it to show all entries by clicking the downward triangle button or pressing x on the keyboard.
  • Made the popup show kanji details for all kanji in the longest matched word (#1138).
  • Added a setting for changing the font size of the popup.
  • Made options page support dark mode.
  • Added an option to disable looking up by tapping on them on touchscreen devices (#1005).
  • Added WaniKani data to word and kanji display (#838). This can be enabled from the options page under the "Popup style" and "Kanji dictionary" sections.
  • Added handling for kanji incorrectly encoded as radicals (#1205).
  • Fixed handling of pages with <frameset> elements and nested <iframe>s (#1241).
  • Fixed highlight styles on pages with strict CSP settings.