네이버 영어사전

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

What is 네이버 영어사전?

네이버 영어사전 is a Chrome extension developed by PUSHRSP, and its main feature is "모르는 영어단어를 드래그하면 한글로 보여주는 확장 프로그램입니다.".

Extension Screenshots

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

                        향후 업데이트
- 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 위치 수정                    

Extension Basic Information

Name 네이버 영어사전 네이버 영어사전
ID nebkfepdmekbcohpbihjgdjpfohphfdo
Official 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
Description 모르는 영어단어를 드래그하면 한글로 보여주는 확장 프로그램입니다.
File Size 14.96 KB
Installation Count 78
Current Version 1.2.1
Last Updated 2023-09-11
Publish Date 2022-12-28
Developer PUSHRSP
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}