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

Wat is Toktogi: A Korean-English Popup Dictionary?

Toktogi: A Korean-English Popup Dictionary is een Chrome-extensie ontwikkeld door Stanford HCI Research Group, en de belangrijkste functie is "Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Toktogi: A Korean-English Popup Dictionary

Download Toktogi: A Korean-English Popup Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Toktogi: A Korean-English Popup Dictionary Toktogi: A Korean-English Popup Dictionary
ID diodalijgkbfbcdhagjgbhcmkdipglpb
Officiële URL https://chromewebstore.google.com/detail/toktogi-a-korean-english/diodalijgkbfbcdhagjgbhcmkdipglpb
Beschrijving Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them
Bestandsgrootte 2.73 MB
Aantal Installaties 301
Huidige Versie 0.6.7
Laatst Bijgewerkt 2021-07-26
Publicatiedatum 2018-09-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Stanford HCI Research Group
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://github.com/habitlab/habitlab/wiki/Privacy
Ondersteunde Talen 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"
    ]
}