Tooltip Dictionary

찾고자 하는 단어에 마우스를 올리면 툴팁으로 사전을 제공합니다

What is Tooltip Dictionary?

Tooltip Dictionary is a Chrome extension developed by Sunsal, 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 kibbnopaghnmdlmocibfmnljlihmlgip
Official URL https://chromewebstore.google.com/detail/tooltip-dictionary/kibbnopaghnmdlmocibfmnljlihmlgip
Description 찾고자 하는 단어에 마우스를 올리면 툴팁으로 사전을 제공합니다
File Size 299 KB
Installation Count 33,602
Current Version 1.0.1.1
Last Updated 2017-11-02
Publish Date 2017-11-02
Rating 4.79/5 Total 43 Ratings
Developer Sunsal
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/tooltip-dictionary/privacy-policy
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tooltip Dictionary",
    "version": "1.0.1.1",
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "icons": {
        "16": "images\/active16.png",
        "32": "images\/active32.png",
        "48": "images\/active48.png",
        "64": "images\/active64.png",
        "96": "images\/active96.png",
        "128": "images\/active128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/active16.png",
            "32": "images\/active32.png",
            "48": "images\/active48.png",
            "64": "images\/active64.png",
            "96": "images\/active96.png",
            "128": "images\/active128.png"
        },
        "default_title": "Tooltip Dictionary",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "main.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/tooltip.dic.naver.com\/tooltip.nhn\/"
    ]
}