jisho-pitcher

Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org

什么是jisho-pitcher?

jisho-pitcher是由fi-le开发的Chrome扩展程序,该扩展的主要功能是“Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org”。

扩展截图

screenshot

下载jisho-pitcher扩展crx文件

下载jisho-pitcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The add-on currently uses pitch accent information from the Japanese-German dictionary wadoku and from the kanjium dataset. The data is already packaged in the add-on, so there will be no additional stress on the internet connection.                    

扩展基本信息

名称 jisho-pitcher jisho-pitcher
ID fgnpplmalkhmcilpgbngpmdgfnodknce
官方URL https://chromewebstore.google.com/detail/jisho-pitcher/fgnpplmalkhmcilpgbngpmdgfnodknce
简介 Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org
文件大小 190 KB
安装次数 3,288
当前版本 1.7
更新时间 2020-08-05
上架时间 2020-07-28
评分 4.93/5 共14次评分
开发者 fi-le
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "jisho-pitcher",
    "version": "1.7",
    "description": "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org",
    "icons": {
        "48": "icons\/border-48.png",
        "96": "icons\/border-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.jisho.org\/*"
            ],
            "js": [
                "jisho_pitcher.js"
            ]
        }
    ]
}