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

Was ist Toktogi: A Korean-English Popup Dictionary?

Toktogi: A Korean-English Popup Dictionary ist eine Chrome-Erweiterung, die von Stanford HCI Research Group entwickelt wurde, und ihr Hauptmerkmal ist "Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them".

Erweiterungsscreenshots

screenshot

Toktogi: A Korean-English Popup Dictionary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Toktogi: A Korean-English Popup Dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Toktogi: A Korean-English Popup Dictionary Toktogi: A Korean-English Popup Dictionary
ID diodalijgkbfbcdhagjgbhcmkdipglpb
Offizielle URL https://chromewebstore.google.com/detail/toktogi-a-korean-english/diodalijgkbfbcdhagjgbhcmkdipglpb
Beschreibung Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them
Dateigröße 2.73 MB
Installationsanzahl 301
Aktuelle Version 0.6.7
Letztes Update 2021-07-26
Veröffentlichungsdatum 2018-09-17
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Stanford HCI Research Group
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://github.com/habitlab/habitlab/wiki/Privacy
Unterstützte Sprachen 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"
    ]
}