네이버 영어사전 (Naver English Dictionary)

영어 단어의 뜻과 예문을 쉽게 찾을 수 있습니다.

What is 네이버 영어사전 (Naver English Dictionary)?

네이버 영어사전 (Naver English Dictionary) is a Chrome extension developed by ohgyun, and its main feature is "영어 단어의 뜻과 예문을 쉽게 찾을 수 있습니다.".

Extension Screenshots

screenshot
screenshot
screenshot

Download 네이버 영어사전 (Naver English Dictionary) Extension CRX File

Download 네이버 영어사전 (Naver English 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

                        [4.4 업데이트: 2022.07.24]
- 주요 버그 수정
- 변형된 단어 제안 기능 추가

[4.2 업데이트: 2022.05.08]
- 사전 보조키 및 위치 설정 추가
- 다크 테마 지원
- 버그 제보나 개선 의견은 아래 링크에서 해주세요!
  https://cafenono.com/channel/mjg846

[이렇게 사용하세요]
- 검색할 단어를 더블클릭하거나 드래그하면 단어 위에 사전이 나타납니다!
- 주소창 옆의 익스텐션 버튼을 눌러서 검색하실 수도 있어요.
- Ctrl + Shift + E 를 누르면 단축키로 검색할 수 있습니다! (맥은 Cmd + Shift + E)
  (E키는 "E"nglish 라고 떠올려보세요)
- 설정 메뉴에서 가장 쓰기 편한 방법을 찾아보세요.

고맙습니다.                    

Extension Basic Information

Name 네이버 영어사전 (Naver English Dictionary) 네이버 영어사전 (Naver English Dictionary)
ID jfibpeiddefellcfgnijpcpddoimbdij
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-naver-english-di/jfibpeiddefellcfgnijpcpddoimbdij
Description 영어 단어의 뜻과 예문을 쉽게 찾을 수 있습니다.
File Size 693 KB
Installation Count 175,463
Current Version 4.4.0
Last Updated 2022-07-26
Publish Date 2020-05-24
Rating 3.94/5 Total 728 Ratings
Developer ohgyun
Email [email protected]
Payment Type free
Extension Website https://cafenono.com/channel/mjg846
Help Page URL https://cafenono.com/channel/mjg846
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\ub124\uc774\ubc84 \uc601\uc5b4\uc0ac\uc804 (Naver English Dictionary)",
    "description": "\uc601\uc5b4 \ub2e8\uc5b4\uc758 \ub73b\uacfc \uc608\ubb38\uc744 \uc27d\uac8c \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
    "version": "4.4.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "tts",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/en.dict.naver.com\/"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "netRequestRules",
                "enabled": true,
                "path": "netRequestRules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "\uc601\uc5b4\uc0ac\uc804\uc5d0\uc11c \uac80\uc0c9",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "\uc601\uc5b4\uc0ac\uc804\uc5d0\uc11c \uac80\uc0c9"
        }
    }
}