네이버 영어사전

모르는 영어단어를 드래그하면 한글로 보여주는 확장 프로그램입니다.

Wat is 네이버 영어사전?

네이버 영어사전 is een Chrome-extensie ontwikkeld door PUSHRSP, en de belangrijkste functie is "모르는 영어단어를 드래그하면 한글로 보여주는 확장 프로그램입니다.".

Extensie Screenshots

Download het CRX-bestand van de extensie 네이버 영어사전

Download 네이버 영어사전-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        향후 업데이트
- popup UI 수정

version: 1.2. 1
- 검색 안되는 버그 해결

version: 1.2.0
- 단어 검색 popup 추가 

version: 1.1.2
- 안닫히는 버그 수정

version: 1.1.1
- 글자 색 검정색으로 변경
- tooltip 이상하게 나오는 버그 수정

version: 1.1.0
- popup UI 변경
- popup 위치 수정                    

Basisinformatie over de Extensie

Naam 네이버 영어사전 네이버 영어사전
ID nebkfepdmekbcohpbihjgdjpfohphfdo
Officiële URL https://chromewebstore.google.com/detail/%EB%84%A4%EC%9D%B4%EB%B2%84-%EC%98%81%EC%96%B4%EC%82%AC%EC%A0%84/nebkfepdmekbcohpbihjgdjpfohphfdo
Beschrijving 모르는 영어단어를 드래그하면 한글로 보여주는 확장 프로그램입니다.
Bestandsgrootte 14.96 KB
Aantal Installaties 78
Huidige Versie 1.2.1
Laatst Bijgewerkt 2023-09-11
Publicatiedatum 2022-12-28
Ontwikkelaar PUSHRSP
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\ub124\uc774\ubc84 \uc601\uc5b4\uc0ac\uc804",
    "description": "\ubaa8\ub974\ub294 \uc601\uc5b4\ub2e8\uc5b4\ub97c \ub4dc\ub798\uadf8\ud558\uba74 \ud55c\uae00\ub85c \ubcf4\uc5ec\uc8fc\ub294 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc785\ub2c8\ub2e4.",
    "version": "1.2.1",
    "icons": {
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "action": {
        "default_popup": ".\/popup\/popup.html"
    },
    "background": {
        "service_worker": ".\/scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/content.js"
            ],
            "css": [
                ".\/scripts\/content.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/dict.naver.com\/*"
    ]
}