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"
    ]
}