jisho-pitcher

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

O que é jisho-pitcher?

jisho-pitcher é uma extensão do Chrome desenvolvida por fi-le, e sua principal característica é "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão jisho-pitcher

Baixe arquivos de extensão jisho-pitcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome jisho-pitcher jisho-pitcher
ID fgnpplmalkhmcilpgbngpmdgfnodknce
URL Oficial https://chromewebstore.google.com/detail/jisho-pitcher/fgnpplmalkhmcilpgbngpmdgfnodknce
Descrição Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org
Tamanho do Arquivo 190 KB
Contagem de Instalações 3,288
Versão Atual 1.7
Última Atualização 2020-08-05
Data de Publicação 2020-07-28
Classificação 4.93/5 Total de 14 Avaliações
Desenvolvedor fi-le
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}