네이버 팝업사전

Naver Popup Dictionary

What is 네이버 팝업사전?

네이버 팝업사전 is a Chrome extension developed by NaverPopupDictionary, and its main feature is "Naver Popup Dictionary".

Extension Screenshots

screenshot
screenshot

Download 네이버 팝업사전 Extension CRX File

Download 네이버 팝업사전 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

                        네이버 팝업사전은 영단어를 간단하게 찾아볼 수 있도록 도와주는 크롬 익스텐션 입니다.

모르는 단어에 마주쳤다? 단어를 더블클릭 해보세요.
모던한 UI에 펼쳐지는 단어의 뜻, 발음, 예문까지... 
일일이 수고스럽게 사전을 찾아볼 필요가 없어집니다!

혹시 방금 찾은 단어를 기록해두고 싶으신가요?
북마크에 등록해두시면 언제든지 다시 열람할수 있습니다!!!

*버그제보 및 기능추가 건의는 [email protected]으로 보내주세요.                    

Extension Basic Information

Name 네이버 팝업사전 네이버 팝업사전
ID nnalchpehdanelaiiihgkihpblnckplo
Official URL https://chrome.google.com/webstore/detail/%EB%84%A4%EC%9D%B4%EB%B2%84-%ED%8C%9D%EC%97%85%EC%82%AC%EC%A0%84/nnalchpehdanelaiiihgkihpblnckplo
Description Naver Popup Dictionary
File Size 827 KB
Installation Count 504
Current Version 0.0.0.1
Last Updated 2021-09-14
Publish Date 2021-09-14
Rating 1.00/5 Total 1 Ratings
Developer NaverPopupDictionary
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\ub124\uc774\ubc84 \ud31d\uc5c5\uc0ac\uc804",
    "description": "Naver Popup Dictionary",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": {
            "16": "\/assets\/16.png",
            "48": "\/assets\/48.png",
            "128": "\/assets\/128.png"
        }
    },
    "icons": {
        "16": "\/assets\/16.png",
        "48": "\/assets\/48.png",
        "128": "\/assets\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "dictionaryCard.html",
                "material.min.css",
                "material.min.js",
                "dictionaryCard.css",
                "assets\/*",
                "bookmarks.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ]
}