Toktogi: A Korean-English Popup Dictionary

Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them

O que é Toktogi: A Korean-English Popup Dictionary?

Toktogi: A Korean-English Popup Dictionary é uma extensão do Chrome desenvolvida por Stanford HCI Research Group, e sua principal característica é "Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Toktogi: A Korean-English Popup Dictionary

Baixe arquivos de extensão Toktogi: A Korean-English Popup Dictionary 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

                        A popup dictionary for Korean. Click the button in the toolbar, then you can hover over any Korean words in the page and this extension will show you definitions and hanja.

This is a port of toktogi-plus https://github.com/scurest/toktogi-plus to Chrome                    

Informações Básicas da Extensão

Nome Toktogi: A Korean-English Popup Dictionary Toktogi: A Korean-English Popup Dictionary
ID diodalijgkbfbcdhagjgbhcmkdipglpb
URL Oficial https://chromewebstore.google.com/detail/toktogi-a-korean-english/diodalijgkbfbcdhagjgbhcmkdipglpb
Descrição Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them
Tamanho do Arquivo 2.73 MB
Contagem de Instalações 301
Versão Atual 0.6.7
Última Atualização 2021-07-26
Data de Publicação 2018-09-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Stanford HCI Research Group
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/habitlab/habitlab/wiki/Privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Geza Kovacs",
    "background": {
        "scripts": [
            "js\/background\/util.js",
            "js\/background\/dictionary.js",
            "js\/background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/vendor\/jquery-2.1.4.min.js",
                "js\/content\/browser_tools.js",
                "js\/content\/inject.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Toktogi: A Korean-English Popup Dictionary",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        ""
    ],
    "short_name": "Toktogi",
    "version": "0.6.7",
    "web_accessible_resources": [
        "images\/unlock.png",
        "images\/lock.png",
        "images\/plus.png"
    ]
}