10ten Japanese Reader (Rikaichamp)
Translate Japanese by hovering over words.
什么是10ten Japanese Reader (Rikaichamp)?
10ten Japanese Reader (Rikaichamp)是由Birchill开发的Chrome扩展程序,该扩展的主要功能是“Translate Japanese by hovering over words.”。
扩展截图
下载10ten Japanese Reader (Rikaichamp)扩展crx文件
下载10ten Japanese Reader (Rikaichamp)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly look up Japanese words on any text page by activating the add-on from the toolbar (you may need to use the Extensions menu to pin the icon to the toolbar) or pressing Alt+R. Features: • Pitch accent information • Dictionaries that update automatically twice a week • Recognition of a wide range of grammatical forms and characters (e.g. 食べてた, 分からん, 知らん, じーちゃん, 頑張ろー, そーゆー, ぬ verbs, とく・どく forms, causative passive, vs-c verbs like 兼した, and characters like ㋕, ㌀, ㋿, 𠏹沢, and many more) • Translation of Japanese numbers into Arabic numerals (e.g. 13億5千万 into 1,350,000,000) • Translation of yen amounts (e.g. 100億円, 8万8千円) into a local currency • Translation of Japanese-era years into Gregorian years (e.g. 昭和56年, 平成三十一年) • Translation between 畳/帖 measurements and square meters (e.g. 四畳半、12.6 帖、25 平米 etc.) • Translation of shogi moves (e.g. ☗8三銀引成) • Support for the widest range of Web content (Google docs, YouTube subtitles, vertical text, SVG images, hidden text etc.) • Support for non-English dictionaries (unfortunately no Japanese-Japanese dictionary is freely available yet) • Up-to-date kanji data including educational and kanji kentei levels, reworked kanji components etc. • Many settings to customize to your needs • Localization into Simplified Chinese and Japanese • Automatic preview of name entries when there is a better match in the name dictionary Version 1.18.0 changes • Made the puck persist its position, orientation, and active state between pages. • 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.. ◦ 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. • Stopped popup being inverted when Wikipedia's experimental dark mode is enabled. Version 1.17.1 fixes • Fixed support for Google Docs. • Improved rendering of source language information. • Added localization and handling for new rk (rarely-used kana form) tag. Version 1.17 includes • Added option to show Bunpro vocabulary and grammar labels next to words. • Added localizations for newly-introduced field tags. • Fixed slow lookup for long text spans. Version 1.16.1 includes • Enabled Manifest Version 3 • Made the options page show up in a new tab • Lookup fixes ◦ Fixed recognition of words that end in half-width numerals like 小1 ◦ Added parsing for ill-formed numbers like 39,800万円 ◦ Made matches on search-only headwords show the search-only version too (e.g. 磨ガラス, ペイチン) ◦ Hid the "usually kana" annotation when no kanji headwords are shown ◦ Added ability to recognize (deinflect) a few more irregular verbs like ございません and くださいます • Keyboard fixes ◦ Added handling to avoid the x key being assigned to both closing the popup and expanding it • Other bug fixes ◦ Fixed the popup changing width in some cases (e.g. when tabs are hidden and scrollbars are configured to always show) Version 1.15.0 includes • Collapsed popup window to only show the most relevant results by default ◦ 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 • Popup shows kanji details for all kanji in the longest matched word • Setting for changing the font size of the popup • Options page support for dark mode • Option to disable looking up words by tapping on them on touchscreen devices • WaniKani level data. This can be enabled from the options page under the "Popup style" and "Kanji dictionary" sections. • Handling for kanji incorrectly encoded as radicals • Handling of pages with
扩展基本信息
名称 | 10ten Japanese Reader (Rikaichamp) |
ID | pnmaklegiibbioifkmfkgpfnmdehdfan |
官方URL | https://chromewebstore.google.com/detail/10ten-japanese-reader-rik/pnmaklegiibbioifkmfkgpfnmdehdfan |
简介 | Translate Japanese by hovering over words. |
文件大小 | 12.1 MB |
安装次数 | 10,000 |
当前版本 | 1.18.0 |
更新时间 | 2024-02-26 |
上架时间 | 2021-05-14 |
评分 | 4.76/5 共59次评分 |
开发者 | Birchill |
电子邮箱 | cws@birchill.co.jp |
付费类型 | free |
扩展官网 | https://twitter.com/10tenstudy |
帮助页面URL | https://github.com/birchill/10ten-ja-reader |
隐私政策页面URL | https://reader.10ten.study/privacy.html |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "10ten Japanese Reader (Rikaichamp)", "author": "Brian Birtles", "version": "1.18.0", "description": "__MSG_extension_description__", "default_locale": "en", "minimum_chrome_version": "100", "icons": { "16": "images\/10ten-ja-reader-16.png", "32": "images\/10ten-ja-reader-32.png", "48": "images\/10ten-ja-reader-48.png", "96": "images\/10ten-ja-reader-96.png", "128": "images\/10ten-ja-reader-128.png" }, "permissions": [ "alarms", "contextMenus", "storage", "unlimitedStorage" ], "background": { "service_worker": "10ten-ja-background.js" }, "action": { "default_icon": { "16": "images\/10ten-disabled-16.png", "32": "images\/10ten-disabled-32.png", "48": "images\/10ten-disabled-48.png" }, "default_title": "__MSG_command_toggle_disabled__" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "match_about_blank": true, "js": [ "10ten-ja-content.js" ], "all_frames": true, "run_at": "document_start" }, { "matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "10ten-ja-gdocs-bootstrap.js" ], "all_frames": true, "run_at": "document_start", "world": "MAIN" } ], "web_accessible_resources": [ { "resources": [ "css\/selection.css", "docs\/introducing-the-mouse.html" ], "matches": [ " |