English Korean Dictionary (영어사전)

간단히 클릭(Alt+Click)하여 영어단어를 찾을 수 있습니다.

English Korean Dictionary (영어사전)คืออะไร?

English Korean Dictionary (영어사전) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jangb และคุณลักษณะหลักของมันคือ "간단히 클릭(Alt+Click)하여 영어단어를 찾을 수 있습니다."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย English Korean Dictionary (영어사전)

ดาวน์โหลดไฟล์ส่วนขยาย English Korean Dictionary (영어사전) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        네이버 사전을 이용하여 브라우저에서  툴팁사전을 제공합니다. 찾고 싶은 단어에 Alt+Click 하면 됩니다.
khris님의 firefox 확장 Naver English Dictionary (Unofficial) 소스를 기반으로 수정했습니다.

Icons by Taegyu Kim                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ English Korean Dictionary (영어사전) English Korean Dictionary (영어사전)
ID pimnafbkddamipbilhjablpodnjonbhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/english-korean-dictionary/pimnafbkddamipbilhjablpodnjonbhh
คำอธิบาย 간단히 클릭(Alt+Click)하여 영어단어를 찾을 수 있습니다.
ขนาดไฟล์ 23.29 KB
จำนวนการติดตั้ง 458
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2022-06-24
วันที่เผยแพร่ 2022-04-25
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา jangb
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/say2alice/naver-eng-dic
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "English Korean Dictionary (\uc601\uc5b4\uc0ac\uc804)",
    "version": "1.1.4",
    "description": "\uac04\ub2e8\ud788 \ud074\ub9ad(Alt+Click)\ud558\uc5ec \uc601\uc5b4\ub2e8\uc5b4\ub97c \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
    "icons": {
        "32": "icons\/icon.png",
        "64": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "config.js",
                "handler.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "dict.html"
            ]
        }
    ],
    "action": {
        "browser_style": true,
        "default_icon": "icons\/[email protected]",
        "default_title": "English Korean Dictionary (\uc601\uc5b4\uc0ac\uc804)",
        "default_area": "navbar"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "commands": {
        "toggle-mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+V"
            },
            "description": "\ubaa8\ub4dc\ub97c \uc804\ud658\ud569\ub2c8\ub2e4"
        }
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/en.dict.naver.com\/*",
        "*:\/\/dic.naver.com\/*"
    ]
}