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

什么是Toktogi: A Korean-English Popup Dictionary?

Toktogi: A Korean-English Popup Dictionary是由Stanford HCI Research Group开发的Chrome扩展程序,该扩展的主要功能是“Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them”。

扩展截图

screenshot

下载Toktogi: A Korean-English Popup Dictionary扩展crx文件

下载Toktogi: A Korean-English Popup Dictionary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Toktogi: A Korean-English Popup Dictionary Toktogi: A Korean-English Popup Dictionary
ID diodalijgkbfbcdhagjgbhcmkdipglpb
官方URL https://chromewebstore.google.com/detail/toktogi-a-korean-english/diodalijgkbfbcdhagjgbhcmkdipglpb
简介 Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them
文件大小 2.73 MB
安装次数 301
当前版本 0.6.7
更新时间 2021-07-26
上架时间 2018-09-17
评分 5.00/5 共2次评分
开发者 Stanford HCI Research Group
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://github.com/habitlab/habitlab/wiki/Privacy
支持的语言 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"
    ]
}