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 https://toktogi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Toktogi: A Korean-English Popup Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Toktogi is a popup Korean-English dictionary. Once installed and turned on, simply hover the mouse in front of a Korean word on a page and a box will pop up with the definition in English. This is great for people reading Korean web pages who don't want to have to copy and paste words into a search engine or dictionary to get the definition.

Toktogi uses a dictionary created from the 'kengdic' project, which you can find here: https://github.com/garfieldnate/kengdic
 
Toktogi is inspired by the Japanese language learning extensions Rikaichan and Rikaikun.

Twitter: https://twitter.com/toktogiapp

Email: [email protected]

Website: http://www.toktogi.com                    

एक्सटेंशन की मूल जानकारी

नाम Toktogi: A Korean-English Popup Dictionary Toktogi: A Korean-English Popup Dictionary
ID domfinmkohodhgghgedfdcmonefafolm
आधिकारिक URL https://chromewebstore.google.com/detail/toktogi-a-korean-english/domfinmkohodhgghgedfdcmonefafolm
विवरण Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them
फ़ाइल का आकार 7.19 MB
स्थापना संख्या 9,550
वर्तमान संस्करण 0.7.1
अंतिम अपडेट 2021-05-19
प्रकाशन तिथि 2016-01-07
रेटिंग 4.30/5 कुल 46 रेटिंग्स
डेवलपर https://toktogi.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.toktogi.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Toktogi: A Korean-English Popup Dictionary",
    "short_name": "Toktogi",
    "description": "Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them",
    "version": "0.7.1",
    "minimum_chrome_version": "51",
    "author": "Brad McDermott",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background-build.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/vendor\/jquery-3.6.0.min.js",
                "js\/browser_tools.js",
                "js\/inject.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/unlock.png",
        "images\/lock.png",
        "images\/plus.png",
        "images\/check.png"
    ],
    "options_ui": {
        "page": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}