Tooltip dictionary - 툴팁 영한사전

툴팁 영한사전, 커서를 올려 사전 검색, 드래그로 번역하기

What is Tooltip dictionary - 툴팁 영한사전?

Tooltip dictionary - 툴팁 영한사전 is a Chrome extension developed by fadak, and its main feature is "툴팁 영한사전, 커서를 올려 사전 검색, 드래그로 번역하기".

Extension Screenshots

screenshot
screenshot

Download Tooltip dictionary - 툴팁 영한사전 Extension CRX File

Download Tooltip dictionary - 툴팁 영한사전 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        툴팁 영한사전입니다.

영어 단어에 커서를 올려두면 단어검색, 
영어 문장을 드래그하면 번역 기능을 사용할 수 있습니다.                    

Extension Basic Information

Name Tooltip dictionary - 툴팁 영한사전 Tooltip dictionary - 툴팁 영한사전
ID dlabodjigcmnanaldmfkpflpopgmdhii
Official URL https://chromewebstore.google.com/detail/tooltip-dictionary-%ED%88%B4%ED%8C%81-%EC%98%81%ED%95%9C%EC%82%AC/dlabodjigcmnanaldmfkpflpopgmdhii
Description 툴팁 영한사전, 커서를 올려 사전 검색, 드래그로 번역하기
File Size 32.83 KB
Installation Count 6,263
Current Version 1.1.2
Last Updated 2022-04-14
Publish Date 2017-03-21
Rating 4.93/5 Total 15 Ratings
Developer fadak
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.0.slim.min.js",
                "eng2kor.js",
                "background.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "\ud234\ud301 \uc601\ud55c\uc0ac\uc804, \ucee4\uc11c\ub97c \uc62c\ub824 \uc0ac\uc804 \uac80\uc0c9, \ub4dc\ub798\uadf8\ub85c \ubc88\uc5ed\ud558\uae30",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqDXM5Zhmj65BqwHrOjTEF1QlsUiRejnhd6wsW1EbAPNQ8TzxfSqapVK7um5iduRzFVXBgsheYsHPot5lOCCtLqxPx6GsbsRbEcda6HtV2fKZvN\/uwp45lHZKtv+1sD\/t4K6s21Ks6FZGgDEVBxL1a4V0l6Cv1tu0WIHio\/WYMQ4MDg5CvZz23WGUGhCozLUPpAYetB5kcJH3bNY6BB1v4xovADZuqAIJwv0JXZkeLPKstJKRMV9xzW0rxgNO6YDiAJLSrGUQFljtn7MFoUxwNX1eXLhCw5aKMeIoHJbfXOy+Sa9zySPQc2TBjyGFO7hEMD3or+6H+14RRQh4LSKTKQIDAQAB",
    "manifest_version": 2,
    "name": "Tooltip dictionary - \ud234\ud301 \uc601\ud55c\uc0ac\uc804",
    "permissions": [
        "",
        "tts"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2"
}