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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Stanford HCI Research Group, και η κύρια λειτουργία του είναι "Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Toktogi: A Korean-English Popup Dictionary

Λήψη αρχείων επέκτασης 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"
    ]
}