네이버 팝업사전

Naver Popup Dictionary

Cos'è 네이버 팝업사전?

네이버 팝업사전 è un'estensione di Chrome sviluppata da NaverPopupDictionary, e la sua funzione principale è "Naver Popup Dictionary".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 네이버 팝업사전

Scarica i file di estensione 네이버 팝업사전 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

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

Informazioni di Base sull'Estensione

Nome 네이버 팝업사전 네이버 팝업사전
ID nnalchpehdanelaiiihgkihpblnckplo
URL Ufficiale 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
Descrizione Naver Popup Dictionary
Dimensione del File 827 KB
Conteggio Installazioni 504
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2021-09-14
Data di Pubblicazione 2021-09-14
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore NaverPopupDictionary
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}