jisho-pitcher

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

What is jisho-pitcher?

jisho-pitcher is a Chrome extension developed by fi-le, and its main feature is "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org".

Extension Screenshots

screenshot

Download jisho-pitcher Extension CRX File

Download jisho-pitcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name jisho-pitcher jisho-pitcher
ID fgnpplmalkhmcilpgbngpmdgfnodknce
Official URL https://chromewebstore.google.com/detail/jisho-pitcher/fgnpplmalkhmcilpgbngpmdgfnodknce
Description Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org
File Size 190 KB
Installation Count 3,288
Current Version 1.7
Last Updated 2020-08-05
Publish Date 2020-07-28
Rating 4.93/5 Total 14 Ratings
Developer fi-le
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}