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

Qu'est-ce que Toktogi: A Korean-English Popup Dictionary ?

Toktogi: A Korean-English Popup Dictionary est une extension Chrome développée par Stanford HCI Research Group, et sa fonction principale est "Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Toktogi: A Korean-English Popup Dictionary

Téléchargez les fichiers d'extension Toktogi: A Korean-English Popup Dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Toktogi: A Korean-English Popup Dictionary Toktogi: A Korean-English Popup Dictionary
ID diodalijgkbfbcdhagjgbhcmkdipglpb
URL Officiel https://chromewebstore.google.com/detail/toktogi-a-korean-english/diodalijgkbfbcdhagjgbhcmkdipglpb
Description Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them
Taille du Fichier 2.73 MB
Nombre d'Installations 301
Version Actuelle 0.6.7
Dernière Mise à Jour 2021-07-26
Date de Publication 2018-09-17
Évaluation 5.00/5 Total 2 Évaluations
Développeur Stanford HCI Research Group
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/habitlab/habitlab/wiki/Privacy
Langues Prises en Charge 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"
    ]
}